From a8015ba98a6645c22e52d8bbac4b31b43a8512e6 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 8 May 2026 02:08:18 +0200 Subject: [PATCH] Feat: Add UI for YouTube cookie source settings and sign-in dialog --- ui/index.html | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) diff --git a/ui/index.html b/ui/index.html index 42923b5..1992190 100644 --- a/ui/index.html +++ b/ui/index.html @@ -317,6 +317,20 @@ font-size: 14px; font-weight: bold; } + .settings-field-group[hidden] { + display: none; + } + .settings-help { + margin: 6px 0 0; + font-size: 13px; + line-height: 1.35; + color: #be123c; + } + .settings-inline-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); + gap: 10px; + } .settings-prompt-textarea { width: 100%; min-height: 260px; @@ -350,6 +364,9 @@ background: #9f1239; color: #fff; } + .cookie-panel { + width: min(560px, 100%); + } @@ -386,6 +403,57 @@ autocomplete="off" spellcheck="false" /> + + +
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ +
@@ -403,6 +471,66 @@
+