Commit Graph

14 Commits

Author SHA1 Message Date
7224dd29d7 fix(settings/options/language): key not found because language wasn't loaded yet 2026-02-26 20:39:16 +01:00
38b36d0e1c feat(common): handleConfirm -> handleActivateA, handleCancel -> handleActivateB 2026-02-10 15:30:08 +01:00
58eccd450c feat(common): customize labels of confimation modal 2026-02-03 21:44:35 +01:00
f31d0c9f1f feat(common): multiline confirmation modal text 2026-01-30 23:57:37 +01:00
776783237b feat(common): improve confirmation modal api 2026-01-30 23:14:51 +01:00
9deeb42cfd feat(i18n): i18nize everything 2026-01-30 22:58:07 +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
44b876a5ca feat(assets): use single texture atlas instead of loading all images individually 2026-01-08 19:55:43 +01:00
6d1edc1b8a feat(common): move confirmation modal to his own store, and add 'onClosed' event 2025-12-30 00:37:39 +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
303b8e8790 feat(common): implement buttons and confirmation modal 2025-12-19 19:15:24 +01:00