Commit Graph

22 Commits

Author SHA1 Message Date
d11aae080a chore: format 2026-02-27 00:55:25 +01:00
e40dd255af fix(nds): fix attempt to cancel a touchstart event with cancelable=false 2026-02-24 13:01:10 +01:00
e454a48532 fix(nds): wrong touch detection
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m31s
2026-02-13 16:21:54 +01:00
d99410472e feat(nds): dispatch mousedown and mouseup even on touch start and end 2026-02-13 00:35:16 +01:00
a5424993b3 feat(nds): 3d touch support 2026-02-12 22:31:13 +01:00
f5090c9d49 feat(nds): handle swipes 2026-02-12 00:57:46 +01:00
305ef81083 feat(utils): useButtonNavigation now exposes pressed button 2026-02-10 19:27:44 +01:00
7d90166eb7 refactor: relocate constants in screen stores 2026-01-31 00:53:29 +01:00
9deeb42cfd feat(i18n): i18nize everything 2026-01-30 22:58:07 +01:00
5a07fed88e fix(screen): clearRect wasn't affected by scaling 2026-01-20 19:18:53 +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
fc506495c9 feat(nds): improve 3d model and texture display 2026-01-08 13:10:26 +01:00
d77d595370 feat: centralize all screen related callbacks in useScreen 2025-12-29 21:01:19 +01:00
254b077722 feat(screen): remove useUpdate callback and add delta time to useRender 2025-12-27 16:45:37 +01:00
cc4f2589ca feat: dispatch clicks on the 3d models to the canvases 2025-12-14 14:36:30 +01:00
789a62ba90 feat: 3d nds model 2025-12-13 23:45:50 +01:00
eda85b7435 feat: useMouseWheel -> useScreenMouseWheel 2025-11-21 21:01:46 +01:00
f82d41f1c3 feat: implement useScreenClick 2025-11-13 00:37:05 +01:00
009b19e404 feat: move top screen components to own folder, and implement calendar 2025-11-10 14:24:20 +01:00
81a11782f7 refactor: move border to screen itself, and use withDefaults 2025-11-09 17:44:29 +01:00
5da56fd83b chore: add prettier and format 2025-11-09 17:25:09 +01:00
29c05de6ec feat: restructure components folder 2025-11-09 17:23:53 +01:00