Commit Graph

26 Commits

Author SHA1 Message Date
c0f51cbaaf feat(style.css): add nord colors as variables for easy use 2025-06-16 12:01:06 +02:00
f3f521efe2 style(web_server.py): fix type in index() 2025-06-16 10:45:44 +02:00
feb7a71816 refactor(web_server.py): redirect from / to /panel if logged in 2025-06-16 10:45:08 +02:00
e15f02be05 refactor(web_server.py): render login.html instead of bare form in /login 2025-06-16 10:44:00 +02:00
5031799072 feat(login.html): add basic login page 2025-06-16 10:43:18 +02:00
26fac14802 refactor(stream.html): make logout button pretty and fix name in header 2025-06-16 10:39:45 +02:00
75694f9200 refactor(details.html): make logout button pretty and fix name in header 2025-06-16 10:38:54 +02:00
522c14793a refactor(panel.html): make logout button pretty and fix name in header 2025-06-16 10:38:23 +02:00
9a074f17d8 style(index.html): add newline at end of file 2025-06-16 10:37:13 +02:00
6ec1af2cf7 feat(index.html): add pretty typewriter effect to header on main 2025-06-16 10:36:46 +02:00
ff911bc8bc feat(index.html): add welcome text and a disclaimer 2025-06-16 10:36:14 +02:00
446e5fbc04 feat(index.html): add link to homepage to app name in header 2025-06-16 10:34:52 +02:00
04c46f1e98 refactor(style.css): add barebones stylesheet 2025-06-16 10:32:04 +02:00
2786f39b9b chore(.vscode/launch.json): add launch task for flask app 2025-06-16 10:30:16 +02:00
ad479fe0d7 build(pyproject.toml): rename start script to web 2025-06-16 10:28:56 +02:00
04d4e97f62 build(pyproject.toml): add flask start script 2025-06-15 22:40:51 +02:00
368769e1a7 feat(stream.html): add stream page template 2025-06-15 22:39:41 +02:00
6ba91e5ba6 feat(panel.html): add panel page template 2025-06-15 22:39:30 +02:00
b125a3008f feat(index.html): add index page template 2025-06-15 22:39:19 +02:00
e4620c81b2 feat(details.html): add details page template 2025-06-15 22:39:10 +02:00
1b39dce698 feat(style.css): add stylesheet 2025-06-15 22:38:46 +02:00
9edae70618 feat(web_server.py): add web_server.py 2025-06-15 22:38:16 +02:00
9acc788b34 build(pdm.lock): add pdm lockfile 2025-06-15 22:37:22 +02:00
1ab8bb866d chore(.vscode/settings.json): add auto-import completion settings 2025-06-15 22:37:09 +02:00
7de428c475 build(pyproject.toml): add flask and flask-login 2025-06-15 22:35:52 +02:00
324c4046f7 chore: initial commit 2025-06-11 20:27:12 +02:00