From c00edfb658edf43910c2ce0a324ad54743f704a6 Mon Sep 17 00:00:00 2001 From: brindosch Date: Tue, 16 Aug 2016 00:20:31 +0200 Subject: [PATCH] update webui (#180) --- assets/webconfig/css/hyperion.css | 8 +++- assets/webconfig/effects.html | 10 +++-- assets/webconfig/favicon.ico | Bin 1150 -> 1150 bytes assets/webconfig/huebridge.html | 4 +- assets/webconfig/index.html | 70 ++++++++++++++++++++++-------- assets/webconfig/kodiconf.html | 5 ++- assets/webconfig/lang/de.json | 65 ++++++++++++++++++++++----- assets/webconfig/lighttest.html | 6 +-- assets/webconfig/support.html | 69 +++++++++++++++-------------- 9 files changed, 165 insertions(+), 72 deletions(-) diff --git a/assets/webconfig/css/hyperion.css b/assets/webconfig/css/hyperion.css index 8637be07..60610e3c 100644 --- a/assets/webconfig/css/hyperion.css +++ b/assets/webconfig/css/hyperion.css @@ -1,10 +1,10 @@ -/**General**/ +/**General**/ @font-face { font-family: "Roboto"; src: url("../fonts/Roboto-Regular.woff") format('woff'), url("../fonts/Roboto-Regular.ttf") format('ttf'); } -body{font-family:Roboto;font-size:15px;} +body{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;} /*Header*/ .navbar-brand{padding: 5px;height:90px;} @@ -18,6 +18,10 @@ body{font-family:Roboto;font-size:15px;} /*Panels*/ .panel-heading{font-size:18px;} +/*Dashboard*/ +.component-on{color:green;} +.component-off{color:grey;} + /*Colorpicker 2x*/ .colorpicker-2x .colorpicker-saturation {width: 200px;height: 200px;} .colorpicker-2x .colorpicker-hue,.colorpicker-2x .colorpicker-alpha {width: 30px;height: 200px;} diff --git a/assets/webconfig/effects.html b/assets/webconfig/effects.html index ac9c4116..8eae406e 100644 --- a/assets/webconfig/effects.html +++ b/assets/webconfig/effects.html @@ -1,9 +1,13 @@ -
+
-

Effects

+

Effects

+
+

The Effects remote enables you to set an effect for testing or demonstration purposes. Don't forget to stop it afterwards.

+
+
- Stop Effect
+ Stop Effect
diff --git a/assets/webconfig/favicon.ico b/assets/webconfig/favicon.ico index d9d9c852a199cae32413d8a6b3c1de281521488c..382001890605741498072d2da1900b8cc1ff0aee 100644 GIT binary patch literal 1150 zcmb7DTSydP6h2bDL=V+NL{tO?MNmEX7Ci+Sb`z4K3s!135Nf+vbhjjnpdbqgEnV`h z6ap!0TvOX93WG?+h{C1Wo!$BWnb}=8SNG=E`A3Uhf;z)DGn_f!`Oo>z8KOMCX3iwO zFQUU!iRKW|G6uWYGvVjQUk&`F1+?M~X!BRl{sgEJNxFzHRE=kJ8Q1ANiphhiw3lNG z8Os&tm)*=zUro>4?1Sz?wEFhrnRXi5^J@5>-hlS#8npXW&}xpucX%JV3kuLRZ$UOm zvj!Ev0JLyVFQo#5212?CBP3wkF$iHpN(a(%AS@epECxeJe2+vBaBTQzEX{&uugnLn z-THb-F7n-k9t^^=EO@v4a0!rupYLB z7u8UCtv;jOLR3!ln$5B-9NW;)fTpGN*C_f;o49&`QjAL~1MX;FKKBV-|eUM?EuP_jc3f?)1c-(TK-W8<9HHsi~`3()^&wL^* z=URz+#|P=|yY#G@*O~nD{#@bF9u${$VaKjc?B3-=$@Z7nThxW}HU3=1e1GN?y-l}J z>YHlRwNseRKkzELhjnxb+o%|&G#3>tgJ%*)784E?5_TUVY`j9qFCxrP-0mqvRe2L> K{^zbZ3O@l?;n9x( literal 1150 zcmaiyKWI}?6o-F7tBW>KY9W@&!%0C9tO!D-Tbz^*@y{Sa7pqH#g5XezTcIQlEhy-q z5){Ef+DWIz!3J@05Ja$26{~~dgC|6#yr17o3?#LhgfH)M@A=L<=j2K$zL|{p4Rn5^ z)Guidu*FVupU1i%+v;FJIp0y)msRs=g&u+(ti_(T=Q?8B-MRvQQpqnAd5)CRa2AGO z8>j~cBkORgJVKEPAB3FB}Owt#wJKa4`5Voe3D9Ivd>XWICYv{F~> zH{_aA-WQeS{aN?0)-If*F)sd9xLZp62UhN}6+OdUvSJD>w(|b*5Q!%zO=M{>A{`ct^_PB_)I{$q0f0`4S~s9zo_%M-Y>@UZLr z2IR^i+~Y7NChd5_|Ov{b?le|k_3FLa>kfV(i)=yv-&cO)mhOOk1gZ5B7awH=$y%6&g z-a!>^zyyqPc7T|HPIpZn=D}RPGuyWg@k8BWJ;~mgX20$6VOpwgkglYfY+jbq;rb+J Jt+>QV+~21BnNa`$ diff --git a/assets/webconfig/huebridge.html b/assets/webconfig/huebridge.html index c05cff06..f0396c73 100644 --- a/assets/webconfig/huebridge.html +++ b/assets/webconfig/huebridge.html @@ -1,14 +1,14 @@
-

Hue Bridge

+

Hue Bridge

- +
diff --git a/assets/webconfig/index.html b/assets/webconfig/index.html index ec71dce7..071dda29 100644 --- a/assets/webconfig/index.html +++ b/assets/webconfig/index.html @@ -1,4 +1,4 @@ - + @@ -92,11 +92,11 @@ @@ -275,32 +275,32 @@
  • - Dashboard + Dashboard
  • - Configuration + Configuration
  • - Remote Control + Remote Control
  • - Support + Support
  • @@ -316,6 +316,10 @@

    Dashboard

    +
    +

    The dashboard give you a quick overview about the status of Hyperion and show you the latest news of the Hyperion Blog.

    +
    +
    -
    +
    +
    +
    + + Components status +
    +
    + + + + + + + + + + + + + + + + + + + + + +
    ComponentStatus
    Kodi Watch
    Blackborder
    Booteffect
    +
    +
    +
    +
    - Latest Blog posts + Latest blog posts
    diff --git a/assets/webconfig/kodiconf.html b/assets/webconfig/kodiconf.html index 862a3c72..51547414 100644 --- a/assets/webconfig/kodiconf.html +++ b/assets/webconfig/kodiconf.html @@ -1,11 +1,12 @@
    -

    Kodi Watch

    +

    Kodi Watch

    -

    The Kodi Watcher enables you to enable and disable the screencapture depending on Kodi state. This is not limited to the same machine, you could observe also a Kodi on any other device at your network.

    +

    The Kodi Watcher enables you to enable and disable the screencapture depending on Kodi state. This is not limited to the same machine, you could observe also a Kodi on any other device at your network.

    +