Commit Graph

25 Commits

Author SHA1 Message Date
9deeb42cfd feat(i18n): i18nize everything 2026-01-30 22:58:07 +01:00
97f1de655d fix(common): wrong text color and use new AtlasImage type 2026-01-20 19:19:22 +01:00
8e5a38a5c1 feat(achievements): implement achievements screen 2026-01-20 19:18:12 +01:00
af3ca1d5e0 feat(achievements): handle 2 lines text in notification 2026-01-18 23:46:53 +01:00
41eea74cc0 feat(achievements): implement unlocking, saving and notification 2026-01-18 22:50:35 +01:00
c2bc60743c feat(common): add onCancel callback in the confirmation modal 2026-01-16 12:08:40 +01:00
5dd43c7814 fix: use LOGICAL_WIDTH,HEIGHT instead of SCREEN_WIDTH,HEIGHT beucase screen is scaled 2026-01-14 16:13:44 +01:00
a044d87977 feat(buttonNavigation): move the selector along the path instead of moving directly to the selected button 2026-01-13 18:34:01 +01:00
44b876a5ca feat(assets): use single texture atlas instead of loading all images individually 2026-01-08 19:55:43 +01:00
0023234c3c feat(common): use delta time for the button selector animation 2026-01-07 11:14:44 +01:00
6d1edc1b8a feat(common): move confirmation modal to his own store, and add 'onClosed' event 2025-12-30 00:37:39 +01:00
fd7987cac1 fix(common): adjust z indexes 2025-12-29 21:10:11 +01:00
d77d595370 feat: centralize all screen related callbacks in useScreen 2025-12-29 21:01:19 +01:00
b70bf6d6b2 fix(common): show buttons only if onConfirm is passed instead of having separate boolean 2025-12-29 19:58:59 +01:00
25a15f9c65 feat(common): change modal open signature and allow to hide buttons 2025-12-29 19:48:49 +01:00
6b9974f40b fix(common): add missing render function in buttons 2025-12-29 19:48:18 +01:00
d5ac5e6e4e feat: colorize the ui based on the app color 2025-12-28 23:54:23 +01:00
303b8e8790 feat(common): implement buttons and confirmation modal 2025-12-19 19:15:24 +01:00
0c40597b04 refactor(common): move button selector corner to common 2025-12-18 16:47:17 +01:00
b85899617b feat(assets): new assets loading system (currently only for images) 2025-12-17 12:28:48 +01:00
adde290312 feat(assets): convert png -> webp 2025-11-19 01:13:53 +01:00
694b64f0dd feat: use useImages composable instead of <img> + useTemplateRef 2025-11-18 21:12:00 +01:00
4c021178ac feat(selector): improve api 2025-11-17 00:38:40 +01:00
909eb1e7e8 feat(contact): intro animation 2025-11-17 00:33:37 +01:00
15fa328fec feat: generic button navigation 2025-11-14 23:21:52 +01:00