Commit graph

26 commits

Author SHA1 Message Date
eacd1da482 🔧 ui: BulmaDrawer state machine rework 2025-12-28 01:19:17 +00:00
d5c935ade7 🔧 ui: more use of async functions and try-catch-blocks
🚧 WIP
2025-12-27 14:01:03 +00:00
fd1a66ba25 🔧 ui: overall typescript compliance
- reduce use of `as` in favor of Vue's `UnwrapRef`
- add `wait_for` helper function

⚠️ known bug: PreviewDoor (DoorChooser) onClick not working
2025-12-25 19:56:25 +00:00
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
96a3747262 🚧 wip on ui: rework for vue 3 composition API 2025-11-30 20:14:21 +00:00
a1a5db11b7 "prettier" reformatting 2024-08-27 00:25:42 +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
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
0a095f3a0a DoorMapEditor "toast" duration 2023-11-21 23:22:56 +00:00
4e66d304e5 Advent22.alert_user_error: Use bulma-toast 2023-11-11 02:07:42 +00:00
9e303f898a fixed some code smells 2023-11-09 23:08:35 +00:00
dae862fc55 add and use $advent22.alert_user_error 2023-11-02 00:41:42 +00:00
7a3042a2b5 <style> tag placement 2023-10-27 15:09:44 +00:00
de5fff311c bug: drop v-model for mutable objects 2023-09-21 13:29:47 +00:00
ff04499a02 DoorMapEditor show live door list 2023-09-21 10:03:53 +00:00
3bf46847e9 minor layout tweaks 2023-09-18 20:48:15 +00:00
da09db3bda stray console.log 2023-09-14 14:36:05 +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
106797a70a BulmaDrawer: enum DrawerState 2023-09-14 03:59:33 +00:00
f7e98ed6f7 Peterprobleme 2023-09-13 19:20:11 +00:00
073a9d5e5a subdir components/admin 2023-09-13 16:08:05 +00:00
Renamed from ui/src/components/DoorMapEditor.vue (Browse further)