Fuzzel/app
Paweł Orzech 6c0b502630
Add missing NOT NOW and DONE swimlanes to Kanban view
- Add indexed_by parameter to FizzyApiService.getCards() to fetch cards
  by status (all, closed, not_now)
- Modify CardRepositoryImpl to fetch all card states in parallel and
  combine results
- Update KanbanViewModel.distributeCardsToColumns() to create virtual
  swimlanes for NOT NOW, Triage, and DONE - always visible
- Add distinct styling for virtual swimlanes in KanbanScreen:
  - NOT NOW: purple color, Schedule icon
  - Triage: orange color, Inbox icon
  - DONE: green color, CheckCircle icon
- Hide Edit/Delete menu and Add Card button for virtual columns
2026-01-19 09:30:18 +00:00
..
src/main Add missing NOT NOW and DONE swimlanes to Kanban view 2026-01-19 09:30:18 +00:00
build.gradle.kts Fix Fizzy API integration to match official documentation 2026-01-19 08:48:46 +00:00
proguard-rules.pro Fix Fizzy API integration to match official documentation 2026-01-19 08:48:46 +00:00