mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
Settings and keyboard zoom controls were able to diverge because the slider only committed on release and captured pointer events around the native range control. The slider now commits through the shared zoom store as it changes, while the range keeps its native drag behavior. The full desktop gate also enforces Safari 15 compatibility for startup CSS, so the remaining memory theme color-mix tokens were replaced with static equivalents. Constraint: macOS 12 Safari 15 WebView cannot rely on CSS color-mix in startup-critical desktop CSS Rejected: Commit Settings zoom only on pointer release | leaves shortcut state and slider state temporarily out of sync Confidence: high Scope-risk: narrow Directive: Keep Settings slider, reset, and keyboard shortcuts routed through the shared uiZoom/appZoom state Tested: bun run check:desktop Tested: agent-browser Settings zoom smoke against local Vite plus server Not-tested: Packaged Tauri app manual drag on macOS hardware