Commit graph

42 commits

Author SHA1 Message Date
39b56d8bd0 🚧 wip on ui: rework for vue 3 composition API 2025-12-07 03:28:00 +00:00
029b361e2d 🚧 wip on ui: rework for vue 3 composition API 2025-12-05 02:12:33 +00:00
f482fd4ec1 🚧 wip on ui: rework for vue 3 composition API 2025-11-30 18:09:08 +00:00
af5abc7c8f major refactoring
- use bulma 1.0
- use vue composition API for several components
2024-08-26 19:09:43 +00:00
109dec73d2 first part of refactoring
- use `ImageData` and `Loading` types for image transfer
-  consolidate library directory
- remove `advent22` plugin in favor of static `API` class
2024-08-26 14:14:07 +00:00
15b957791f WIP: major refactoring 2024-08-23 18:21:32 +00:00
55081b24d8 WIP: major refactoring 2024-08-23 16:38:04 +00:00
c6e61d5d76 move *_user_error from advent22.ts to store.ts, fixing advent22Store.init 2024-04-03 18:33:32 +00:00
d66019f53c minor improvements 2023-11-24 00:59:10 +01:00
56db55681a "e" number formatting 2023-11-21 23:22:28 +00:00
6d4ec2cbe7 CalendarDoor cursor style 2023-11-21 22:33:11 +00:00
4e66d304e5 Advent22.alert_user_error: Use bulma-toast 2023-11-11 02:07:42 +00:00
785c74fd7b Calendar: hide toast on unmount 2023-11-11 01:47:54 +00:00
8c93a974e6 add store.on_initialized hooks
- start Calendar.toast_timeout when initialized
2023-11-11 01:47:18 +00:00
a63344dfe1 add calendar_background_image into store 2023-11-11 01:44:13 +00:00
835bc6d2d0 Calendar: Use BulmaToast 2023-11-11 01:22:30 +00:00
e5364ff94d move "hover title" to Calendar instead 2023-11-09 18:48:13 +00:00
d61c27deca Calendar remove figcaption 2023-11-04 04:17:53 +00:00
ca8df3ba10 move user/next_door call to "store" 2023-11-03 17:07:25 +00:00
dae862fc55 add and use $advent22.alert_user_error 2023-11-02 00:41:42 +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
5e5b2b164e Calendar component: bulma level fix responsiveness 2023-10-27 20:52:06 +00:00
6f09010d0d Door opening logic into Calendar component 2023-10-27 15:37:21 +00:00
70d3489a29 toggle door visibility 2023-10-27 14:40:25 +00:00
6ba3947cb8 some layout tweaks 2023-09-20 22:26:40 +00:00
597f01b545 cleanup some $refs 2023-09-14 14:20:21 +00:00
73f80ae36d dark mode + style tweaks 2023-09-14 03:36:42 +00:00
073a9d5e5a subdir components/admin 2023-09-13 16:08:05 +00:00
60a451a426 router: "images" -> "user" 2023-09-12 20:51:26 +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
c718ab7d42 UI: one-indexed days 2023-09-12 14:55:08 +00:00
20375f2c9d reflect api changes in UI 2023-09-12 13:55:08 +00:00
6e4578ec5e Calendar <figcaption> 2023-09-09 23:52:58 +00:00
c5680f37f6 DoorPlacer/DoorChooser with panel-block 2023-09-09 23:08:43 +00:00
5ca3112619 stylesheets improvements 2023-09-09 21:41:06 +00:00
f603a9947c refactoring (moving stuff around) 2023-09-07 02:08:56 +00:00
40284c4061 apply "prettier" styling 2023-09-07 01:17:14 +00:00
f202f78d51 create Calendar component 2023-09-07 00:41:38 +00:00