Commit graph

281 commits

Author SHA1 Message Date
f5825ae19b mark TODOs for ConfigView 2023-09-12 13:59:47 +00:00
a49ed8dd79 ConfigView doors list 2023-09-12 13:56:05 +00:00
20375f2c9d reflect api changes in UI 2023-09-12 13:55:08 +00:00
3316bf2822 major cleanup
- `routers`: `admin`, `days`, `general`, `user` -> `admin`, `images`
- `core.depends`: cleanup
- `core.*_helpers`: joined in `core.helpers`
2023-09-12 13:50:02 +00:00
63d88c3a09 implementation using get_part_for_day 2023-09-12 07:27:59 +00:00
a84323afc8 Merge branch 'develop' into feature/days-rework 2023-09-12 06:36:12 +00:00
a11c16d17b more asyncification for webdav 2023-09-12 06:36:02 +00:00
95dfe2a9df depends.py: get_days and get_solution_parts 2023-09-12 02:58:10 +00:00
b73185e4fb remove "doors" from admin ConfigModel (is public) 2023-09-11 23:47:07 +00:00
2ae4fb8695 readability 2023-09-11 23:41:45 +00:00
08972df4cc cleanup event listener in MultiModal 2023-09-11 23:37:37 +00:00
b30e8095f9 way better admin login flow 2023-09-11 23:36:36 +00:00
2da7b6914a crude admin authentication flow 2023-09-11 23:10:17 +00:00
26556ad309 ConfigView rendering 2023-09-11 22:50:11 +00:00
74b9322ae2 query admin/config_model in ConfigView 2023-09-11 22:24:01 +00:00
d5d99caeb2 cfg.puzzle.random_pepper -> cfg.puzzle.random_seed 2023-09-11 22:14:33 +00:00
0337c659a2 Depends(shuffle_solution) 2023-09-11 19:40:36 +00:00
91c2589045 "admin" router with /private_config route 2023-09-11 19:39:02 +00:00
02cb654022 hack handle key miss 2023-09-11 03:12:24 +00:00
4415c0f861 hack: invalidate cache on file write 2023-09-11 02:59:11 +00:00
5c583bd478 TTL caching improvement 2023-09-11 02:37:08 +00:00
b00fdee126 minor UI tweaks 2023-09-11 02:36:51 +00:00
f4c8ab0b5a error handling improvements 2023-09-10 21:55:25 +00:00
f9369ec204 App div -> section 2023-09-10 21:09:00 +00:00
6e97420f1b CalendarAssistant component 2023-09-10 21:08:42 +00:00
451fd6bb88 ConfigView overflow auto 2023-09-10 20:08:13 +00:00
657a7507f7 manual image processing 2023-09-10 15:22:45 +00:00
penner
050c8408d9 No negative Days 2023-09-10 15:12:58 +00:00
4684df16f9 BulmaDrawer bottom margin 2023-09-10 14:09:50 +00:00
6f73440160 ConfigView into thirds (breaks long <dd>) 2023-09-10 03:54:54 +00:00
0d07f67642 minor tweaks 2023-09-10 03:48:50 +00:00
684443e6a6 bulma/Drawer using "card" 2023-09-10 03:38:24 +00:00
a645dc84cc ConfigView using bulma "card" 2023-09-10 03:25:12 +00:00
5b5d85e9d9 ConfigView component (mockup content) 2023-09-10 03:10:22 +00:00
8389ceb14a api: minor cfg/settings adjustment 2023-09-10 02:59:57 +00:00
c4181dc5f8 move stuff around 2023-09-10 01:59:19 +00:00
99e9f5980f bulma Button minor oversight 2023-09-10 00:54:49 +00:00
d4bd41fc67 remove bulma Drawer slot "heading" 2023-09-10 00:54:29 +00:00
cfeb87401e flex "space-around" for button groups 2023-09-10 00:25:22 +00:00
943c9b6c32 AdminButton component 2023-09-10 00:24:56 +00:00
ce344e5043 subdir for "bulma" components 2023-09-10 00:10:54 +00:00
5c38c2fcd8 DoorMapEditor minor adjustments 2023-09-09 23:53:49 +00:00
6e4578ec5e Calendar <figcaption> 2023-09-09 23:52:58 +00:00
74c22fc8a6 BulmaDrawer "caret" -> "angle" icon 2023-09-09 23:19:46 +00:00
c5680f37f6 DoorPlacer/DoorChooser with panel-block 2023-09-09 23:08:43 +00:00
f75f5689de DoorMapEditor layout improvements 2023-09-09 22:43:11 +00:00
63f05c1fb9 DoorMapEditor fully usable 2023-09-09 22:18:16 +00:00
3ab2a56172 get_visible_days with Depends() 2023-09-09 21:41:30 +00:00
5ca3112619 stylesheets improvements 2023-09-09 21:41:06 +00:00
3153f57613 Merge branch 'feature/api-refactoring' into develop 2023-09-08 20:02:24 +00:00