<component name="ChangeListManager">
<list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/domoticz.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/domoticz.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/squeezebox.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/squeezebox.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/ssh.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/ssh.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/lib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/lib.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/scripts/lib/tmdb.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/tmdb.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/style/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/style/style.css" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/style/style.less" beforeDir="false" afterPath="$PROJECT_DIR$/style/style.less" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<workItem from="1566371220982" duration="598000" />
<workItem from="1566376145799" duration="4963000" />
<workItem from="1566402117063" duration="1534000" />
- <workItem from="1566458804773" duration="6055000" />
- </task>
- <task id="LOCAL-00161" summary=".">
- <created>1551084971602</created>
- <option name="number" value="00161" />
- <option name="presentableId" value="LOCAL-00161" />
- <option name="project" value="LOCAL" />
- <updated>1551084971602</updated>
+ <workItem from="1566458804773" duration="6134000" />
+ <workItem from="1566546848697" duration="1228000" />
</task>
<task id="LOCAL-00162" summary=".">
<created>1551086052431</created>
<option name="project" value="LOCAL" />
<updated>1566545980051</updated>
</task>
- <option name="localTasksCounter" value="210" />
+ <task id="LOCAL-00210" summary=".">
+ <created>1566546729894</created>
+ <option name="number" value="00210" />
+ <option name="presentableId" value="LOCAL-00210" />
+ <option name="project" value="LOCAL" />
+ <updated>1566546729894</updated>
+ </task>
+ <option name="localTasksCounter" value="211" />
<servers />
</component>
<component name="TodoView">
if (isset($s['seen']) && $s['seen']) {
$attrs['data-seen'] = '1';
}
-// if (isset($s['srt']) && count($s['srt'])) {
-// $langtoemoji = ['fr' => 'π«π·', 'en' => 'πΊπΈ'];
-// foreach ($s['srt'] as $item) {
-// $swcorner .= '<span>' . $langtoemoji[$item] . '</span>';
-// }
-// }
+
+ if (isset($s['srt']) && count($s['srt'])) {
+ $langtoemoji = ['fr' => 'π«π·', 'en' => 'πΊπΈ'];
+ foreach ($s['srt'] as $item) {
+ $swcorner .= '<span>' . $langtoemoji[$item] . '</span>';
+ }
+ }
if (isset($s['poster'])) {
usort($m, function ($a, $b) {
return $b['mtime'] - $a['mtime'];
});
- return array_slice($m, 0, 10);
+ return array_slice($m, 0, 20);
}
}
usort($m, function ($a, $b) {
return $b['mtime'] - $a['mtime'];
});
- return array_slice($m, 0, 30);
+ return array_slice($m, 0, 60);
}
function getShortcuts()
overflow: hidden;
position: relative;
}
+section .col > * .sw-corner {
+ position: absolute;
+ left: 0.7em;
+ bottom: 0.6em;
+}
+section .col > * .sw-corner span {
+ margin-right: 0.05em;
+}
section .col > *.poster {
background-size: 100% 100%;
background-position: 50% 50%;
}
-section .col > *.poster:after {
+section .col > *.poster:after,
+section .col > *.poster:before {
mix-blend-mode: exclusion;
color: #fff;
}