feat(tasks): add quick-status button to kanban cards (#24)
Adds a small button on each kanban card that cycles the task status (open → in_progress → done → open) without requiring drag-and-drop. Useful for touch devices and kiosk browsers (e.g. Fully Kiosk Browser) where drag-and-drop is unavailable. All four locales updated.
This commit is contained in:
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.11.7] - 2026-04-05
|
||||
|
||||
### Added
|
||||
- Kanban view: quick-status button on each card to advance status without drag-and-drop (open → in progress → done → open) - useful for touch devices and kiosk browsers (#24)
|
||||
|
||||
## [0.11.6] - 2026-04-05
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user