v0.3.6
Fix
Widget container now derives touch-action from the gesture config's slide orientation:
- horizontal slide →
pan-y(vertical scroll still works, horizontal drag captured) - vertical slide →
pan-x - tap/hold only →
manipulation - edit mode → none (grid drag retains full control)
Fixes horizontal sliders on widgets (brightness, volume, cover position) being canceled mid-gesture on mobile, where browser-native page scroll was hijacking the touch.