This commit is contained in:
Gogs
2026-07-07 07:55:55 +02:00
parent e2e6fb1f3c
commit cce22e3f0f
10 changed files with 959 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
<aside class="sidebar">
<nav class="sidebar-nav">
<a href="/" class="<?= ($view ?? '') === 'today' ? 'active' : '' ?>">🏠 Heute</a>
<a href="/?view=day" class="<?= ($view ?? '') === 'day' ? 'active' : '' ?>">📅 Tagesansicht</a>
<a href="/?view=now" class="<?= ($view ?? '') === 'now' ? 'active' : '' ?>"> Jetzt</a>
<a href="/?view=favorites" class="<?= ($view ?? '') === 'favorites' ? 'active' : '' ?>"> Favoriten</a>
<a href="/?view=channels" class="<?= ($view ?? '') === 'channels' ? 'active' : '' ?>">📺 Sender</a>