NavidromeApp/Shared
Dallas Groot 5205d708c3 Watch: fix command routing, seek bar, volume UI
Fix 1 — Command routing:
All sendMessage calls now use replyHandler (even { _ in }) so
WCSession routes them to didReceiveMessage:replyHandler: where
the actual command handling lives. Previously next/prev/seek/volume
silently went to the fire-and-forget handler which dropped them.

Fix 2 — Seek bar:
Replaced DragGesture with onTapGesture for reliable watchOS taps.
Hit target increased from 3pt to 20pt. Both local and remote views.

Fix 3 — Volume:
Replaced tiny slider bar with speaker.minus/speaker.plus buttons.
Crown still works for fine control. Both local and remote views.
2026-04-20 13:06:06 -07:00
..
API UI scaling on scrollabile windows 2026-04-17 09:58:05 -07:00
Audio Watch: fix command routing, seek bar, volume UI 2026-04-20 13:06:06 -07:00
Models UI scaling on scrollabile windows 2026-04-17 09:58:05 -07:00
Storage Watch: fix command routing, seek bar, volume UI 2026-04-20 13:06:06 -07:00