Commit graph

33 commits

Author SHA1 Message Date
956d373b28 🔧 ui: minor code cleanups 2025-12-28 16:39:24 +00:00
4bab74b852 ↩️ return type annotations 2025-12-28 16:37:31 +00:00
7cca8c4825 🔧 ui: minor changes to helpers
- rename `Like` -> `VueLike` (also `unwrap_like` -> `unwrap_vuelike`)
- rename `ensure_loaded` -> `unwrap_loading`
- make `unwrap_loading` throw `null` on error instead of `""`
2025-12-28 01:24:31 +00:00
ac3773483f 🐛 fix PreviewDoor onClick 2025-12-27 03:39:40 +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
5c865b8dbb 🔧 small UI fixes
- update browserslist
- make BulmaBreadcrumbs clearer
- fix aspect ratio on SVGRect
- fix weird behaviour on DoorCanvas click
2025-12-12 16:57:36 +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
82da2f6171 🚧 wip on ui: rework for vue 3 composition API 2025-12-04 18:51:57 +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
adbe740edf remove declare $refs 2023-11-21 22:37:00 +00:00
6d4ec2cbe7 CalendarDoor cursor style 2023-11-21 22:33:11 +00:00
a63344dfe1 add calendar_background_image into store 2023-11-11 01:44:13 +00:00
15309e6710 Merge branch 'feature/remove-svg-rect' into develop 2023-11-09 23:28:55 +00:00
9e303f898a fixed some code smells 2023-11-09 23:08:35 +00:00
f9111e7a45 Fix for PreviewDoor 2023-11-09 18:03:10 +00:00
c2892f6358 wip: Fix for DoorCanvas
- PreviewDoor still broken
2023-11-09 17:51:56 +00:00
53bfdfd7b5 wip: more elegant solution; breaks DoorCanvas, PreviewDoor 2023-11-05 23:51:16 +00:00
d8e011accc Show door days in DoorPlacer
RectangleCanvas -> DoorCanvas
2023-10-27 15:04:07 +00:00
cfea9b051f Rework SVGRect and Doors 2023-09-22 19:02:51 +00:00
de5fff311c bug: drop v-model for mutable objects 2023-09-21 13:29:47 +00:00
d0c43fb4c8 minor UI changes 2023-09-21 08:52:35 +00:00
9063ebe93a SVGRect "variant" prop fitting color scheme 2023-09-20 22:26:40 +00:00
cc94aace76 Ideendokument 2023-09-20 16:19:33 +00:00
597f01b545 cleanup some $refs 2023-09-14 14:20:21 +00:00
60a451a426 router: "images" -> "user" 2023-09-12 20:51:26 +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
0d07f67642 minor tweaks 2023-09-10 03:48:50 +00:00
684443e6a6 bulma/Drawer using "card" 2023-09-10 03:38:24 +00:00
c4181dc5f8 move stuff around 2023-09-10 01:59:19 +00:00