Added
- Tasks: Kanban board now supports touch drag-and-drop on mobile — a ghost card follows the finger and drops into the target column on release
- Tasks: swipe-left to mark done/open now shows a 5-second undo toast that reverts the status change
- Tasks: opening a task card from the Dashboard now navigates to
/tasksand immediately opens the edit modal for that task (deep-link via?open=<id>)
Fixed
- Router: query parameters (e.g.
?open=123) are now stripped before route matching, so parameterised URLs resolve correctly without falling back to the home page