Commit graph

337 commits

Author SHA1 Message Date
bd0c4e4abd improve vue app lifecycle 2023-11-04 15:58:31 +00:00
e2e4847eea wip: works, but style really broken 2023-11-04 04:33:54 +00:00
4654032fa0 UserView layout optimization 2023-11-04 04:21:01 +00:00
d61c27deca Calendar remove figcaption 2023-11-04 04:17:53 +00:00
644b1eb3e3 add user_doors into store 2023-11-04 04:17:36 +00:00
6efa2aef9b show CalendarDoor on hover 2023-11-04 01:31:49 +00:00
ca8df3ba10 move user/next_door call to "store" 2023-11-03 17:07:25 +00:00
4fbdb94caa cfg.site with markdown 2023-11-03 14:40:44 +00:00
6d015420c0 little unification 2023-11-02 12:49:12 +00:00
0bc31529bc ConfigModel -> AdminConfigModel 2023-11-02 12:49:02 +00:00
600ee99520 favicon handling 2023-11-02 12:48:52 +00:00
45ad00eaa6 UserView content 2023-11-02 01:12:41 +00:00
adde270f9f main app layout fixes 2023-11-02 01:12:20 +00:00
dae862fc55 add and use $advent22.alert_user_error 2023-11-02 00:41:42 +00:00
8e4ea78873 move api credentials to pinia store 2023-11-02 00:37:00 +00:00
a0b576e14d added plugins/store.ts using "pinia" to define input mode 2023-11-01 23:58:09 +00:00
19411351dd mobile layout optimization; auto-show doors on touch device 2023-11-01 22:41:30 +00:00
066b6686d8 MultiModal visibility 2023-11-01 02:00:23 +00:00
e4f9ded5c8 Show time to next door in Calendar component 2023-11-01 01:29:37 +00:00
59cf7202f4 updated title handling 2023-11-01 01:12:03 +00:00
d0bdc62433 use API route user/title in UI 2023-11-01 01:54:46 +01:00
8a254d2958 updated font handling 2023-11-01 01:30:33 +01:00
367fef145d RedisSettings 2023-10-31 21:48:27 +00:00
63b9f4e1d9 make cfg.solution.* values non-null 2023-10-31 22:36:35 +01:00
cc54e1dddf show "redis" settings in ConfigView 2023-10-31 20:27:50 +01:00
b74646994e cfg.puzzle.solution -> cfg.solution 2023-10-31 20:18:18 +01:00
b422913d7c Disallow MultiModal dismissal while loading 2023-10-31 18:42:01 +00:00
e1b228603e bug: comma placement in ConfigView 2023-10-30 19:47:47 +01:00
bf6d72147e confirm reload in admin view 2023-10-28 23:51:57 +02:00
3d62486783 config.puzzle.solution transformations 2023-10-28 23:48:37 +02:00
5e5b2b164e Calendar component: bulma level fix responsiveness 2023-10-27 20:52:06 +00:00
f91b3d17d7 force footer bottom 2023-10-27 20:48:25 +00:00
6f09010d0d Door opening logic into Calendar component 2023-10-27 15:37:21 +00:00
0567cd9a4f main app layout optimization 2023-10-27 15:10:07 +00:00
7a3042a2b5 <style> tag placement 2023-10-27 15:09:44 +00:00
d8e011accc Show door days in DoorPlacer
RectangleCanvas -> DoorCanvas
2023-10-27 15:04:07 +00:00
70d3489a29 toggle door visibility 2023-10-27 14:40:25 +00:00
b3a4a20f16 Merge branch 'develop' into wip/rect_rework 2023-10-06 16:33:59 +00:00
3a3dfcd94d show door number in ConfigView 2023-09-26 22:23:43 +00:00
1d760f91db customizable footer 2023-09-26 22:23:23 +00:00
6cbb15dc69 Merge branch 'develop' into wip/rect_rework 2023-09-22 23:48:17 +00:00
a15dd4fdfa AdminButton fragment handling 2023-09-22 20:42:28 +00:00
cfea9b051f Rework SVGRect and Doors 2023-09-22 19:02:51 +00:00
6e8b6549ea more Credentials cleanup 2023-09-21 20:01:39 +00:00
de5fff311c bug: drop v-model for mutable objects 2023-09-21 13:29:47 +00:00
5fcc4f0684 various cleanup 2023-09-21 12:25:23 +00:00
ff04499a02 DoorMapEditor show live door list 2023-09-21 10:03:53 +00:00
b99a6ccc68 typing improvements 2023-09-21 09:53:30 +00:00
d0c43fb4c8 minor UI changes 2023-09-21 08:52:35 +00:00
7bc94804e3 remove DayStrModel 2023-09-21 00:45:57 +00:00
24e9c93eef CalendarAssistant.day_data 2023-09-21 00:19:44 +00:00
9063ebe93a SVGRect "variant" prop fitting color scheme 2023-09-20 22:26:40 +00:00
bc4054ef73 double "button" class on BulmaButton 2023-09-20 22:26:40 +00:00
6ba3947cb8 some layout tweaks 2023-09-20 22:26:40 +00:00
8b003419a5 upgrade dependencies
- `poetry self add poetry-plugin-up`
- `poetry up --latest`
- `yarn upgrade --latest`
2023-09-20 23:21:26 +02:00
cc94aace76 Ideendokument 2023-09-20 16:19:33 +00:00
eef06ed131 bug: issue with short solutions 2023-09-20 16:39:00 +02:00
3bf46847e9 minor layout tweaks 2023-09-18 20:48:15 +00:00
b4a4a3990b switch .section and .container 2023-09-18 20:48:15 +00:00
dbf6d72d1f layout title with AdminButton 2023-09-16 00:52:59 +00:00
77cb0c1da2 ConfigView luxon date formatting 2023-09-16 00:17:13 +00:00
f7dc74d508 unused Date object 2023-09-16 00:16:57 +00:00
c55bef46dd bug: NoneValue for ConfigModel.puzzle.next 2023-09-16 00:16:18 +00:00
bf2fa124e7 fix for dark indeterminate progress bar (firefox) 2023-09-15 23:49:38 +00:00
6611b228c1 CountDown revamp with luxon 2023-09-15 23:20:15 +00:00
1bfa17a629 ConfigModel.puzzle.next 2023-09-15 17:06:28 +00:00
2394bd19a5 ConfigView.next_door === null 2023-09-15 17:01:38 +00:00
513b6ecf10 ConfigView.next_door 2023-09-15 16:55:03 +00:00
c93ec06925 use EventDays in GET admin/config_model 2023-09-14 23:40:06 +00:00
e9ef7f67e3 remove public puzzle.title from private ConfigModel 2023-09-14 15:00:34 +00:00
47eb42f0f5 missing catch in api_get_blob 2023-09-14 14:44:41 +00:00
da09db3bda stray console.log 2023-09-14 14:36:05 +00:00
597f01b545 cleanup some $refs 2023-09-14 14:20:21 +00:00
1b42cba9fa DoorMapEditor level-items 2023-09-14 13:57:20 +00:00
6b28c08fb9 Colorscheme and Layout optimizations 2023-09-14 13:54:23 +00:00
0498a722b1 BulmaDrawer remove prop state 2023-09-14 12:51:30 +00:00
610a7838c0 BulmaSecret: click_state -> state 2023-09-14 04:00:04 +00:00
106797a70a BulmaDrawer: enum DrawerState 2023-09-14 03:59:33 +00:00
73f80ae36d dark mode + style tweaks 2023-09-14 03:36:42 +00:00
f7e98ed6f7 Peterprobleme 2023-09-13 19:20:11 +00:00
4143b4e415 UserView and AdminView components 2023-09-13 16:20:52 +00:00
c43cbd507f unnecessary "prop.required" 2023-09-13 16:20:30 +00:00
073a9d5e5a subdir components/admin 2023-09-13 16:08:05 +00:00
5b4e057279 BulmaDrawer failed property 2023-09-13 15:58:15 +00:00
421f7d185c User Error Formatting 2023-09-13 15:24:25 +00:00
c4b1c180e0 AdminButton on_cancel 2023-09-13 15:20:52 +00:00
9ebf50218c DoorMapEditor "busy" state + error handling 2023-09-13 14:07:09 +00:00
47375105ac fix image url 2023-09-12 22:49:18 +00:00
dd40fa9392 error handling 2023-09-12 22:42:51 +00:00
5f2c031793 BulmaButton "busy" animation 2023-09-12 22:35:57 +00:00
6012cec657 fix: Advent22.api_put authorization 2023-09-12 22:35:40 +00:00
bd7bc38954 endpoints "credentials" (routers.admin) 2023-09-12 22:06:16 +00:00
2d0209ae61 ConfigView.num_user_doors 2023-09-12 21:06:52 +00:00
60a451a426 router: "images" -> "user" 2023-09-12 20:51:26 +00:00
764c6b16fb config.puzzle.title 2023-09-12 20:45:57 +00:00
4686ab9c56 BulmaDrawer loading animation 2023-09-12 20:39:31 +00:00
05f5bed4d0 Advent22.name_door 2023-09-12 17:46:09 +00:00
db5b056866 MultiModal.figure_caption 2023-09-12 17:42:38 +00:00
d4f8469a7a depends.get_all_image_names, CalendarAssistant.day_image_names 2023-09-12 17:31:08 +00:00
5694438c96 rename DayPartModel -> DayStrModel 2023-09-12 17:15:44 +00:00