Open
Conversation
Replace search input and New Task button with title + issue counter, filter tabs (Projects, Teams, Date) and a Display button.
Add status icons per column, task counter, description line, and ghost add-task button. Remove colored border and background for a cleaner look.
Replace priority dot with Warning icon, show all labels as badges, add issue identifier footer with assignee avatar. Remove lateral colored border, use ring hover effect instead.
Add InlineTaskCreate component with input field and issue counter. Wire it into KanbanColumn and TaskBoard using existing useCreateTask mutation.
Show a card-shaped draft with auto-focused input when clicking +, dismiss on Escape or blur, create task on Enter.
Create BacklogIcon, TodoIcon, InProgressIcon, ReviewIcon, and DoneIcon as React components. Replace Phosphor Icons in kanban column headers.
- Layout: content panel with rounded border over sidebar background - Cards: border, dot-prefixed labels, footer with project name, UserCircleDashed avatar placeholder - Columns: darker bg, wider (w-80), rounded-xl - Header: Cube icon for Projects, Bell notification icon - Hide horizontal scrollbar with scrollbar-none utility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What has changed?
Why was this change made?
We are changing all UI from the project
No breaking changes (or it was communicated)