Commit Graph

135 Commits

Author SHA1 Message Date
2a38ccc2e4 feat(settings/user/userName): implement 2026-01-15 19:59:11 +01:00
c791a7a285 chore: fix type error 2026-01-15 10:41:19 +01:00
53af0f399b feat(settings/clock/date): refresh date every second 2026-01-14 23:37:11 +01:00
b6f0a860c7 feat(settings/clock/time): implement 2026-01-14 23:35:33 +01:00
f0afce206e feat(settings/clock/date): implement 2026-01-14 23:33:52 +01:00
d78abd59c9 feat(settings/options/language): implement language selection menu 2026-01-14 21:20:22 +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
0a8017e34e 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
6c184daf03 feat(buttonNavigation): add blocked paths to avoid diagonal navigtion in menus 2026-01-14 14:34:23 +01:00
fd06c031d4 feat(intro): play home intro once in the intro screen instead of having weird boolean in app store 2026-01-14 11:59:45 +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
c8dab1ae9e feat(home): play the white -> background fade only once
NOTE: it's not correctly done, i'm using app state for that, i might move to intro but it's fine for now
2026-01-12 16:36:30 +01:00
1963fdd9d5 feat(intro): use i18n 2026-01-12 16:24:01 +01:00
71a3a61b66 feat(intro): implement intro screen 2026-01-12 16:13:01 +01:00
44b876a5ca feat(assets): use single texture atlas instead of loading all images individually 2026-01-08 19:55:43 +01:00
fc506495c9 feat(nds): improve 3d model and texture display 2026-01-08 13:10:26 +01:00
8aa6ab4fd0 feat(nds): intro animation 2026-01-07 22:17:37 +01:00
1895c1ad3d feat(home): update projects button text and image 2026-01-07 11:20:17 +01:00
0023234c3c feat(common): use delta time for the button selector animation 2026-01-07 11:14:44 +01:00
0a771621ef feat(projects): press B to go back to home 2026-01-05 21:55:24 +01:00
18f91981ec feat(gallery): transition to and from the nds 2026-01-04 20:53:52 +01:00
b2dc454bf3 fix(nds): fix color space 2026-01-04 20:48:31 +01:00
51496b1e05 fix: wrong month display in calendars 2026-01-04 00:32:20 +01:00
e0143253d6 feat(gallery): improve accessibility 2026-01-03 22:00:27 +01:00
f733ed736e feat(gallery): improve responsivity 2026-01-03 21:56:37 +01:00
fa915b3165 feat(gallery): improve performances 2026-01-03 14:41:14 +01:00
2278724d3a feat(gallery): full screen carousel 2026-01-02 14:23:54 +01:00
5bde9dc4a6 feat(gallery): load and display exif data 2025-12-31 21:21:48 +01:00
d3f29b401a feat(gallery): scroll to carousel current index 2025-12-31 12:42:00 +01:00
79850f0715 feat(gallery): use UModal and UCarousel 2025-12-31 02:10:47 +01:00
dad1d3d21e feat(settings/user/birthday): implement 2025-12-30 18:11:50 +01:00
cfcaeff8ed feat(settings): implement NumberInput component 2025-12-30 18:11:30 +01:00
389013f520 feat(settings): navigate to submenu when activating a menu 2025-12-30 11:37:45 +01:00
4689b33d3d feat(settings/user/color): confirmation modal text and synchronization 2025-12-30 00:38:03 +01:00
6d1edc1b8a feat(common): move confirmation modal to his own store, and add 'onClosed' event 2025-12-30 00:37:39 +01:00
98b2959501 fix(contact): double activation of buttons due to @activate event + button navigation 2025-12-30 00:32:22 +01:00
677302cf57 feat(settings): assign all notification images 2025-12-30 00:20:28 +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
4960bef2fc refactor(contact): use CommonButtons @activate events 2025-12-29 19:59:15 +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
24dd4fe325 fix(contact): remove old bars 2025-12-29 19:47:17 +01:00
96f8d5093b feat: remove query based routing 2025-12-29 19:47:01 +01:00
17ac97a650 feat(settings): add user/color notification icon 2025-12-28 23:55:52 +01:00
4febdad80a fix(settings/user/color): wrong grid click boundaries check 2025-12-28 23:55:11 +01:00
d5ac5e6e4e feat: colorize the ui based on the app color 2025-12-28 23:54:23 +01:00
dc317d53e5 feat(settings/user/color): implement basic color picker without animations 2025-12-27 16:48:10 +01:00
254b077722 feat(screen): remove useUpdate callback and add delta time to useRender 2025-12-27 16:45:37 +01:00