Split queue into dedicated page

This commit is contained in:
Dymas
2026-05-22 23:17:00 +02:00
parent 9d4baea057
commit fe094a7112
11 changed files with 522 additions and 211 deletions
+2
View File
@@ -3,6 +3,7 @@
"""Aggregated template exports for ani-cli-web."""
from config_page import CONFIG_HTML
from queue_page import QUEUE_HTML
from search_page import INDEX_HTML
from template_helpers import PAGE_LINKS, render_page_links, render_sidebar_brand
from watchlist_page import WATCHLIST_HTML
@@ -11,6 +12,7 @@ __all__ = [
"CONFIG_HTML",
"INDEX_HTML",
"PAGE_LINKS",
"QUEUE_HTML",
"WATCHLIST_HTML",
"render_page_links",
"render_sidebar_brand",