feat: add compact view feature to Kanban components
- Introduced `compactView` prop in `KanbanBoard`, `KanbanColumn`, and `TaskCard` for a streamlined task display. - Updated `KanbanFilters` to include a toggle for compact view, enhancing user experience. - Adjusted rendering logic in `TaskCard` to conditionally display task details based on the compact view state.
This commit is contained in:
@@ -61,6 +61,7 @@ export function KanbanBoardContainer() {
|
||||
onUpdateTitle={handleUpdateTitle}
|
||||
onUpdateStatus={handleUpdateStatus}
|
||||
loading={loading}
|
||||
compactView={kanbanFilters.compactView}
|
||||
/>
|
||||
|
||||
<EditTaskForm
|
||||
|
||||
Reference in New Issue
Block a user