Commit Graph

29 Commits

Author SHA1 Message Date
93e6922b68 feat(utils): useButtonConfirmation.onButtonClick -> onActivate 2026-02-10 16:47:50 +01:00
a586c149d8 feat(common): handleConfirm -> handleActivateA, handleCancel -> handleActivateB 2026-02-10 15:30:08 +01:00
d9c9dba166 feat(utils): cancel animation on new input in useButtonNavigation 2026-01-31 01:01:34 +01:00
630b399088 refactor: relocate constants in screen stores 2026-01-31 00:53:29 +01:00
151c2ac2f4 feat: implement some TODOs 2026-01-30 23:22:21 +01:00
8e7895ae59 feat(i18n): i18nize everything 2026-01-30 22:58:07 +01:00
425195cf5f feat(buttonNavigation): customize selector animation 2026-01-19 00:21:04 +01:00
d7e626397a feat(achievements): implement unlocking, saving and notification 2026-01-18 22:50:35 +01:00
c005c50081 feat(buttonNavigation): expose readonly selected button and new select function, to allow user to select any button with path animation 2026-01-14 15:34:02 +01:00
e2d40a4bc1 feat(assets): use single texture atlas instead of loading all images individually 2026-01-08 19:55:43 +01:00
408abb695d feat(common): move confirmation modal to his own store, and add 'onClosed' event 2025-12-30 00:37:39 +01:00
c0fd13cd26 fix(contact): double activation of buttons due to @activate event + button navigation 2025-12-30 00:32:22 +01:00
f60fb3625c feat: centralize all screen related callbacks in useScreen 2025-12-29 21:01:19 +01:00
e9412a2e20 refactor(contact): use CommonButtons @activate events 2025-12-29 19:59:15 +01:00
bdc27d72c8 feat(common): change modal open signature and allow to hide buttons 2025-12-29 19:48:49 +01:00
c20107fd4b fix(contact): remove old bars 2025-12-29 19:47:17 +01:00
dafdbdc533 feat: colorize the ui based on the app color 2025-12-28 23:54:23 +01:00
19450f0bf7 fix: block interactions when animation is happening 2025-12-20 14:55:49 +01:00
2a7e61ea5c feat(contact): use new confirm modal and buttons 2025-12-19 19:18:03 +01:00
fa66b50fc7 fix: missing button interactions 2025-12-18 16:38:05 +01:00
2f16f382e5 feat(assets): new assets loading system (currently only for images) 2025-12-17 12:28:48 +01:00
11a451c6d0 feat(assets): convert png -> webp 2025-11-19 01:13:53 +01:00
ba6eb31b99 feat: use useImages composable instead of <img> + useTemplateRef 2025-11-18 21:12:00 +01:00
98d5dd1ea0 feat(contact): animate outro 2025-11-17 23:13:40 +01:00
e4935a24a2 feat(contact): notifications system + action 2025-11-17 21:22:26 +01:00
8d186df4cb fix: reset store + animate intro on mount, and fix wrong opacity/positions 2025-11-17 01:22:13 +01:00
c45e223227 feat(selector): improve api 2025-11-17 00:38:40 +01:00
6383dc0697 feat(contact): intro animation 2025-11-17 00:33:37 +01:00
e65b97fa76 feat(contact): bottom screen navigation 2025-11-14 23:22:32 +01:00