Commit Graph

82 Commits

Author SHA1 Message Date
50be48dba4 feat(routes/index.py): add index.py route blueprint 2025-08-25 19:31:42 +02:00
fc5dc23c0e refactor(style.css): use new palette 2025-08-25 19:26:41 +02:00
44df495096 feat(palette.css): add catppuccin color palette 2025-08-25 19:26:13 +02:00
8dbbea3f56 feat(__main__.py): add __main__.py 2025-08-24 22:02:59 +02:00
e575e8a15d refactor(.vscode/launch.json): use __main__.py for running web server 2025-08-24 22:02:39 +02:00
1901441948 chore(py.typed): add py.typed 2025-08-15 20:38:14 +02:00
6bed7da165 build(pyproject.toml): use basic type checking to kinda supress flask_login's nonexistent typing 2025-08-15 20:36:20 +02:00
f8f74ccd4b chore(routes/__init__.py): add __init__.py 2025-08-09 22:47:47 +02:00
5fb6920436 style(.vscode/settings.json): fix indentation 2025-08-09 22:46:45 +02:00
23a53f79a0 fix(web_server.py): fix server error when using /stream 2025-08-09 22:46:06 +02:00
89dd67b489 chore(backend/__init__.py): add __init__.py 2025-08-09 22:44:06 +02:00
c2e1984959 style(web_server.py): fix typing errors 2025-08-09 22:42:19 +02:00
dbc61ac6b7 chore(web/__init__.py): add web/__init__.py 2025-08-09 22:41:43 +02:00
github-actions[bot]
ed91c8d8cb chore(release): 0.1.1 0.1.1 2025-08-09 15:20:50 +00:00
451bdeb618 Merge pull request 'chore(.vscode/launch.json): use shell instead of debugpy for running flask' (#5) from release/0.1.1 into main
Reviewed-on: #5
2025-08-09 15:20:11 +00:00
8b6bf1e913 chore(.vscode/launch.json): use shell instead of debugpy for running flask 2025-08-09 17:19:27 +02:00
github-actions[bot]
00aa0698ae chore(release): 0.1.0 0.1.0 2025-08-09 15:08:42 +00:00
d07900d64a Merge pull request 'chore(release): 0.1.0' (#4) from release/0.1.0 into main
Reviewed-on: #4
2025-08-09 15:03:44 +00:00
ff6eefb668 Merge branch 'build/migrate-to-uv' into develop 2025-08-09 16:56:59 +02:00
816582f61a chore(.vscode/launch.json): fix formatting errors 2025-08-09 15:55:57 +02:00
de463b8c71 build(pyproject.toml): make pyproject.toml compatible with uv 2025-08-02 15:55:37 +02:00
30d94348d7 build(cliff.toml): add git-cliff config 2025-08-02 15:42:17 +02:00
c6e9df1f07 docs(CODE_OF_CONDUCT.md): add CoC 2025-08-02 15:41:56 +02:00
b4b0e91450 ci(release.yaml): add release workflow 2025-08-02 15:41:34 +02:00
8968d7ec08 build(pdm.lock): remove pdm lockfile 2025-08-02 15:39:16 +02:00
a5c1490aca chore(.gitignore): expand gitignore 2025-08-02 15:38:57 +02:00
40d0edd507 refactor: move judas_server/ into src/judas_server/ 2025-08-02 15:36:53 +02:00
8459eb836f chore(.vscode/settings.json): set type checking mode to standard 2025-06-16 19:20:01 +02:00
f3c844929e feat(web_server.py): remove redirect when logged in and trying to access / 2025-06-16 17:48:09 +02:00
c41f95497c feat(index.html): add go to panel button if logged in 2025-06-16 17:47:32 +02:00
26352ca54c refactor(index.html): make logout a button 2025-06-16 17:38:15 +02:00
ea0f5f9a83 refactor(details.html): shorten heading text 2025-06-16 17:34:05 +02:00
8243ce2253 feat(style.css): add button container class 2025-06-16 14:14:16 +02:00
9847979f43 feat(style.css): add link class 2025-06-16 14:13:55 +02:00
c0eb4e0a6d feat(style.css): style details table 2025-06-16 14:13:25 +02:00
947adda4da fix(style.css): fix text color on hover 2025-06-16 14:11:31 +02:00
6979fe17e7 refactor(style.css): replace hex with var value 2025-06-16 14:10:00 +02:00
fe82dad557 refactor(details.html): change table and layout of buttons 2025-06-16 14:04:46 +02:00
2fc702a482 chore(index.html): add class link to login element 2025-06-16 14:01:22 +02:00
8c99a28a85 chore(.vscode/launch.json): run flask on 0.0.0.0 2025-06-16 13:50:58 +02:00
7c7e762f00 refactor(panel.html): remove breaking line 2025-06-16 13:49:47 +02:00
5c4441a35f style(style.css): remove empty line 2025-06-16 12:23:26 +02:00
a525f311a3 Merge branch 'feat/improve-login-page' into develop 2025-06-16 12:17:27 +02:00
e07a379036 refactor(web_server.py): display pretty error if password incorrect 2025-06-16 12:14:02 +02:00
ec6ed477b9 feat(login.html): display error if provided 2025-06-16 12:13:11 +02:00
f9e630e49b Merge pull request 'feat: style panel' (#1) from feat/style-panel into develop
Reviewed-on: #1
2025-06-16 12:12:35 +02:00
960a7dd4bf refactor(index.html): put elements in main into divs to not screw up layout 2025-06-16 12:11:11 +02:00
6872348375 feat(panel.html): change bg color based on status 2025-06-16 12:10:39 +02:00
7c98d16cc2 feat(panel.html): add description and classes to table 2025-06-16 12:09:40 +02:00
06ea0246f5 chore(web_server.py): add more pc placeholders 2025-06-16 12:08:21 +02:00