From e3d24dcbbe3d04f9391e7c9a40bd2cbc8b42b6ff Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Thu, 29 Feb 2024 23:59:32 -0500 Subject: [PATCH] fleshed out browser and started reworking server --- atv/assets/control.html | 41 +++++++++++++++++++++++++++-------------- atv/assets/index.html | 34 +++++++++++++++++++++------------- atv/bin/atv | 3 +++ atv/lib/atv/channel.rb | 3 +-- 4 files changed, 52 insertions(+), 29 deletions(-) diff --git a/atv/assets/control.html b/atv/assets/control.html index 3ebdbfa..c232fee 100644 --- a/atv/assets/control.html +++ b/atv/assets/control.html @@ -56,8 +56,6 @@ margin: 0.5em; } - - article { display: flex; flex-flow: column; @@ -78,6 +76,18 @@ .shrink { flex: 0 1 auto; } + + #breadCrumbs { + margin-left: 1em; + margin-right: 1em; + } + + #itemList { + margin-left: 1em; + margin-right: 1em; + } + + @@ -96,6 +106,11 @@ +
+

Queued Videos

+
The queue is currently empty
+
+
@@ -104,18 +119,16 @@
- -
-

Queued Videos

-
The queue is currently empty
-