mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Add a “List” view for cards (in addition to the Kanban view) #908
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lslaroche on GitHub (Jan 28, 2026).
Which part of the project does this feature apply to?
Frontend
What would you like?
Proposed solution
Planka currently offers a Kanban-only board view. It would be useful to have an alternative List view to browse cards as rows (more compact and easier to scan), without changing the underlying board/columns model.
Inspirations
Why is this needed?
Problem to solve
When a board contains many cards (or when you want to focus on deadlines/assignees), the Kanban layout can be slower for:
Quickly scanning all cards regardless of column
Sorting by due date / last update
Filtering by assignee/label/status in a compact layout
Doing lightweight “triage” work (open, review, move, update)
Other information
Related idea:
https://github.com/plankanban/planka/issues/1139
(cross-board “My tasks” dashboard)