Commit Graph

54 Commits

Author SHA1 Message Date
spinline
92720c15b3 Fix mobile dropdown interaction: Revert to pointerdown with stop_propagation and use overlay for reliable closing
All checks were successful
Build MIPS Binary / build (push) Successful in 3m57s
2026-02-07 14:14:37 +03:00
spinline
5e59f66056 Fix dropdown closing behavior on mobile by adding transparent overlay
All checks were successful
Build MIPS Binary / build (push) Successful in 3m45s
2026-02-07 13:54:00 +03:00
spinline
2a919211d9 fix: fixed statusbar at bottom, fix dropdown toggle race, fix theme buttons on iOS
- StatusBar now uses fixed positioning at viewport bottom (z-[99])
- Dropdown toggle uses skip_next_close guard to prevent close-then-reopen
- Global close listener uses click instead of pointerdown (fires after toggle)
- Theme/limit buttons use on:pointerdown instead of on:click for iOS compat
- Main content has pb-8 to prevent overlap with fixed statusbar
- Rebuilt tailwind.css
2026-02-06 17:17:07 +03:00
spinline
d1604fb8fb frontend(statusbar): use signal-based dropdowns to fix iOS Safari toggle 2026-02-06 13:57:26 +03:00
spinline
19d9d7f30f fix: use details-based dropdowns for iOS Safari toggle behavior 2026-02-06 13:34:07 +03:00
spinline
a3321c7cf1 fix: properly check notification permission result, show toast feedback on Safari 2026-02-06 13:26:37 +03:00
spinline
cd2a398b15 feat: request push notification permission when settings button clicked 2026-02-06 01:15:42 +03:00
spinline
f4b3820600 fix(ui): prevent theme dropdown from being permanently interactive by removing block class 2026-02-05 00:22:04 +03:00
spinline
ebd6d55468 fix(ui): ensure default theme is set correctly in incognito mode 2026-02-05 00:10:14 +03:00
spinline
6cc0043111 feat(ui): add abyss theme 2026-02-04 23:38:44 +03:00
spinline
97753762b4 fix(ui): update theme selector icon to paint-brush 2026-02-04 23:26:55 +03:00
spinline
efcee71f56 feat(ui): add more themes (cupcake, dracula, cyberpunk, emerald, sunset) 2026-02-04 23:21:12 +03:00
spinline
a6a40997fb fix(ui): replace mismatched upload icon with consistent arrow-up icon 2026-02-04 23:16:43 +03:00
spinline
6e9af2b48a feat(ui): persist theme selection in local storage 2026-02-04 22:56:49 +03:00
spinline
874e24389e chore(ui): cleanup unused themes, keeping only light/dark/dim/nord 2026-02-04 20:04:13 +03:00
spinline
6076637012 fix(ui): global touch blur listener for robust ios dropdown closing 2026-02-04 19:28:02 +03:00
spinline
0d9d6f3641 fix(ui): restore missing limits logic for statusbar 2026-02-04 19:20:45 +03:00
spinline
c42ee6ce81 fix(ui): refactor to native css focus dropdowns for ios support 2026-02-04 19:14:20 +03:00
spinline
a47bc38909 fix(ui): use blocks for show conditions to satisfy macro parser 2026-02-04 19:08:13 +03:00
spinline
de0f85e81a fix(ui): resolave closure type mismatch and lint warnings 2026-02-04 19:02:01 +03:00
spinline
95b7535ff2 fix(ui): use global touchstart listener for ios dropdowns 2026-02-04 18:37:36 +03:00
spinline
79f18a4c39 fix(ui): adopt context menu backdrop pattern for robust ios dropdowns 2026-02-04 18:28:56 +03:00
spinline
05f813673b fix(ui): use global window listener for dropdowns, remove overlays, restore theme logic 2026-02-04 18:18:21 +03:00
spinline
3e806d37ae fix(ui): robust iOS dropdown handling and explicit active styles 2026-02-04 18:03:22 +03:00
spinline
f0b3db9caf fix(ui): finalize iOS dropdown interactions and add selection checkmark 2026-02-04 17:53:22 +03:00
spinline
57da8b02c2 fix(ui): use standard button role for iOS overlays and escalate debug logs 2026-02-04 17:50:50 +03:00
spinline
4bcb998888 chore: force debug logging for speed limits 2026-02-04 17:42:12 +03:00
spinline
4949b756bd fix(ui): use opaque-but-invisible overlay for iOS click handling 2026-02-04 17:40:27 +03:00
spinline
0ac563bc6f chore: debug speed limit selection mismatch 2026-02-04 17:37:03 +03:00
spinline
978ca705a6 fix(ui): add prevent_default to dropdown overlays for iOS 2026-02-04 17:34:20 +03:00
spinline
c972324705 fix(ui): use approximate comparison for speed limit active state 2026-02-04 17:31:55 +03:00
spinline
20a859e7c7 fix(ui): resolve iOS dropdown backdrop click issue 2026-02-04 17:25:34 +03:00
spinline
0a507c7d72 fix(frontend): add touch event handlers for ios dropdowns 2026-02-04 01:00:53 +03:00
spinline
2ae672c787 fix(frontend): improve dropdown closing behavior on ios touch devices 2026-02-04 00:53:18 +03:00
spinline
60ff075283 debug(frontend): log current limit on dropdown toggle 2026-02-04 00:28:06 +03:00
spinline
6657f2c16f style(frontend): refine statusbar limit dropdown ux 2026-02-04 00:17:29 +03:00
spinline
a2c5c34744 feat(frontend): improve speed limit dropdown ui and ux 2026-02-04 00:14:03 +03:00
spinline
b12f65ef00 feat(frontend): replace limit modal with statusbar dropdowns 2026-02-04 00:05:41 +03:00
spinline
f3c49fb2cf fix(frontend): fix statusbar type errors and store logic 2026-02-03 23:36:05 +03:00
spinline
563ffad3ab feat: add global stats broadcasting and statusbar integration 2026-02-03 23:12:51 +03:00
spinline
8f16265107 chore(frontend): remove unused imports and variables 2026-02-03 22:30:43 +03:00
spinline
8b9b51f270 fix(ui): improve theme selector backdrop behavior on iOS Safari 2026-02-01 23:09:39 +03:00
spinline
f6c4ba9e77 chore(ui): curate theme list to 14 items and fix tailwind config syntax 2026-02-01 18:33:46 +03:00
spinline
ea00a39595 fix(frontend): add touchstart handler to theme backdrop for ios compatibility 2026-02-01 18:22:43 +03:00
spinline
928e18576d feat(frontend): enable all daisyui themes in configuration and UI 2026-02-01 18:20:12 +03:00
spinline
da8acaf3ec fix(frontend): add role=button to theme backdrop to enable ios click events 2026-02-01 18:16:42 +03:00
spinline
183c970474 fix(frontend): restore DaisyUI dropdown implementation with manual signal control 2026-02-01 17:54:33 +03:00
spinline
e61a6eee14 fix(frontend): replace theme dropdown with signal-controlled menu for better mobile touch support 2026-02-01 17:45:06 +03:00
spinline
f1c386895e fix(frontend): cast Element to HtmlElement before calling blur 2026-02-01 17:11:53 +03:00
spinline
4fa325f4f3 fix(ui): improve theme selector dismissal behavior on mobile 2026-02-01 17:00:41 +03:00