]> _ Git - tortuga-home.git/commitdiff
.
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Mar 2026 13:19:18 +0000 (14:19 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 25 Mar 2026 13:19:18 +0000 (14:19 +0100)
.idea/workspace.xml
js/home.js
scripts/lib/lib.php
style/remote.less [deleted file]

index ed158189114e647dc4b7f522273dc68fc5b5f92d..88e0494cb4428dacd6448853279f454829147022 100644 (file)
@@ -6,31 +6,9 @@
   <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$/config/bureau.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/bureau.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/chambre.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/chambre.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/cuisine.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/cuisine.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/default.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/default.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/lit.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/lit.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/media.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/media.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/remote.php" beforeDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/salon.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/salon.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/sdb.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/sdb.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/tv.php" beforeDir="false" />
-      <change beforePath="$PROJECT_DIR$/config/wc.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/wc.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/js/home.js" beforeDir="false" afterPath="$PROJECT_DIR$/js/home.js" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/lib/caldav-client-v2.php" beforeDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/homeassistant_device_event.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/homeassistant_device_event.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/bricks.php" beforeDir="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/medialibrary.php" beforeDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/netgearwifiext.php" beforeDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/remoteinfos.php" beforeDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/netgearwifiext.php" beforeDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/sections.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/sections.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/share.php" beforeDir="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" />
+      <change beforePath="$PROJECT_DIR$/style/remote.less" beforeDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1773390371781" duration="506000" />
       <workItem from="1774028822942" duration="792000" />
       <workItem from="1774430967346" duration="6359000" />
-      <workItem from="1774441121722" duration="1972000" />
+      <workItem from="1774441121722" duration="2045000" />
     </task>
     <task id="LOCAL-00502" summary=".">
       <created>1641726946298</created>
       <option name="project" value="LOCAL" />
       <updated>1687259667913</updated>
     </task>
-    <option name="localTasksCounter" value="642" />
+    <option name="localTasksCounter" value="643" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
index 116b881d79cba6b74d11958fbfb5b80f9ad480b0..f94e69f588cf731807952cd82594f853f33cad1b 100644 (file)
@@ -793,7 +793,6 @@ function resize() {
 
     videoLeft = Math.round(fz * 1.2);
     videoWidth = ww - videoLeft;
-    resizeBricks();
 
     $(".fit").each(function () {
         $(this).css({
index 0220519c23ab71d619bd7140c70d267a4259cac2..e6de39a6ff57940aff3ab78ae72f726531c64f5f 100644 (file)
@@ -312,10 +312,6 @@ function shortcut($s, $hash)
         $html = '<img width="' . $s['width'] . '" height="' . $s['height'] . '" src="' . $s['image'] . '" usemap="#map_' . $rand . '" /><map class="' . $s['class'] . '" name="map_' . $rand . '">' . $s['map'] . '</map>';
     } else if ($s['type'] == 'missing') {
         $attrs['class'] = 'missing';
-    } else if ($s['type'] == 'bricks') {
-        $html = makeBricks($s['bricks']);
-    } else if ($s['type'] == 'raspberrycast') {
-        $attrs['class'] = 'raspberrycast';
     } else if ($s['type'] == 'harmonyactivity') {
         $attrs['class'] = 'harmonyactivity';
         $attrs['data-activity'] = $s['activity'];
diff --git a/style/remote.less b/style/remote.less
deleted file mode 100644 (file)
index 94b4c53..0000000
+++ /dev/null
@@ -1,119 +0,0 @@
-.bricks {
-       height: 100%;
-       width: 100%;
-       position: absolute;
-       top: 0;
-       left: 0;
-
-       .brick {
-               overflow: hidden;
-               position: absolute;
-
-               .c {
-                       background-color: rgba(255, 255, 255, 0.35);
-                       text-align: center;
-                       border-radius: 5px;
-                       width: 100%;
-                       height: 100%;
-                       a {
-                               color: #000;
-                               text-decoration: none;
-
-                               &.fullbrickbutton {
-                                       display: block;
-                                       width: 100%;
-                                       height: 100%;
-                                       border-radius: 5px;
-                                       position: relative;
-                               }
-                       }
-
-                       &.arrow {
-                               background-color: rgba(0, 0, 0, 0.35);
-                               .fullbrickbutton {
-                                       color:#fff;
-                               }
-                       }
-
-                       .hspacer {
-                               display: inline-block;
-                       }
-
-                       .remote-touch {
-                               width: 100%;
-                               height: 100%;
-                               font-family: @font-awesome;
-                               font-size: 3em;
-                               opacity: 0.2;
-                               padding-top: .1em;
-                       }
-
-                       .remote-infos {
-
-                               width: 100%;
-                               height: 100%;
-                               overflow: hidden;
-                               .h {
-                                       width: 100%;
-                                       height: 100%;
-                                       background-position: 50% 50%;
-                                       background-size: cover;
-                                       background-repeat: no-repeat;
-                                       position: relative;
-
-                                       .title {
-                                               position: absolute;
-                                               bottom: 10%;
-                                               width: 100%;
-                                               text-align: center;
-                                               font-size: .5em;
-                                               line-height: 1;
-                                               color: #000;
-                                               z-index: 1;
-                                               @t:2px;
-                                               text-shadow: #fff 0px 1px @t,#fff 1px 0px @t,#fff -1px 0px @t,#fff 0px -1px @t;
-                                       }
-                               }
-                       }
-
-                       .remote-timeline {
-                               .timeline-time {
-                                       display: inline-block;
-                                       font-size: .5em;
-                                       vertical-align: middle;
-                                       width: 16%;
-                                       text-align: center;
-                               }
-
-                               .timeline-duration {
-                                       display: inline-block;
-                                       font-size: .5em;
-                                       vertical-align: middle;
-                                       width: 16%;
-                                       text-align: center;
-                               }
-
-                               .timeline-progressbar {
-                                       display: inline-block;
-                                       vertical-align: middle;
-                                       width: 68%;
-                                       background-color: #000;
-                                       height: 0.25em;
-                                       border-radius: 0.1em;
-                                       position: relative;
-                               }
-
-                               .timeline-cursor {
-                                       position: absolute;
-                                       top: -50%;
-                                       background: #222;
-                                       width: .5em;
-                                       height: .5em;
-                                       border-radius: 50%;
-                                       margin-left: -.25em;
-                                       pointer-events: none;
-                               }
-                       }
-               }
-       }
-}
\ No newline at end of file