diff --git a/.vscode/dashkiosk.hurl b/.vscode/dashkiosk.hurl index 4585f1f..9efa390 100644 --- a/.vscode/dashkiosk.hurl +++ b/.vscode/dashkiosk.hurl @@ -1,9 +1,8 @@ -# "C:\Program Files\hurl\hurl.exe" basic.hurl - ### GET https://dashkiosk.phares.duckdns.org/api/display Accept: application/json + HTTP 200 [Asserts] header "Content-Type" == "application/json; charset=utf-8" @@ -12,6 +11,7 @@ header "Content-Type" == "application/json; charset=utf-8" GET https://dashkiosk.phares.duckdns.org/api/group Accept: application/json + HTTP 200 [Asserts] header "Content-Type" == "application/json; charset=utf-8" @@ -20,6 +20,7 @@ header "Content-Type" == "application/json; charset=utf-8" PUT https://dashkiosk.phares.duckdns.org/api/display/5NRH58/group/2 Accept: application/json + HTTP 200 [Asserts] header "Content-Type" == "application/json; charset=utf-8" @@ -28,6 +29,7 @@ header "Content-Type" == "application/json; charset=utf-8" PUT https://dashkiosk.phares.duckdns.org/api/display/5NRH58/group/1 Accept: application/json + HTTP 200 [Asserts] header "Content-Type" == "application/json; charset=utf-8" diff --git a/.vscode/settings.json b/.vscode/settings.json index 0b34175..aeaec99 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,11 @@ { + "files.associations": { + "*.ffs_gui": "xml", + "*.hurl": "http", + "*.org": "ini", + "*.net": "ini", + "default": "ini" + }, "cSpell.words": [ "gitea", "Immich", diff --git a/index.html b/index.html index 8087572..b9a4199 100644 --- a/index.html +++ b/index.html @@ -11,11 +11,59 @@
+ diff --git a/slideshow/css/index.css b/slideshow/css/index.css index ea388f3..f103a93 100644 --- a/slideshow/css/index.css +++ b/slideshow/css/index.css @@ -2,6 +2,11 @@ body { background-color: #191717; } +#slideshow-form div { + color: white; + font-size: large; +} + #deviceReady div { top: 0; left: 0; diff --git a/slideshow/index.html b/slideshow/index.html index 1a6530e..742d745 100644 --- a/slideshow/index.html +++ b/slideshow/index.html @@ -21,7 +21,7 @@ - +