feat(task-client): add Trello task client with kanban board, card detail#375
Open
rust142 wants to merge 2 commits into
Open
feat(task-client): add Trello task client with kanban board, card detail#375rust142 wants to merge 2 commits into
rust142 wants to merge 2 commits into
Conversation
…ails, and rich text editor Implement a full Trello integration inside the app, including account management, board browsing, a kanban-style card view with drag-and-drop, and a detailed card modal with checklists, comments, labels, attachments, due dates, and member assignment. A rich text editor with formatting toolbar, code syntax highlighting, mentions, and emoji support replaces Markdown input for descriptions and comments. Also add colorblind-friendly label patterns and wire the task client toggle into both desktop and mobile navigators.
…ine editing Adds Trello card linking to the commit form with a card selector (board/list/card browsing), prepends the active ticket ID to generated branch names, and adds a submenu to choose branch source (card title vs staged diff). Also introduces inline card editing in the Trello task client (title, labels, members, dates) with a quick-action popover. Persists selected account, board, and active card ID to localStorage for session continuity, and auto-loads the saved board on startup.
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.
Add Card Detail Modal and colorblind patterns to task client
Summary
This PR introduces implement a full Trello integration inside the app, including account management, board browsing, a kanban-style card view with drag-and-drop, and a detailed card modal with checklists, comments, labels, attachments, due dates, and member assignment. A rich text editor with formatting toolbar, code syntax highlighting, mentions, and emoji support replaces Markdown input for descriptions and comments. Also add colorblind-friendly label patterns and wire the task client toggle into both desktop and mobile navigators.
Changes
CardDetailModal.sveltefor detailed card view, editing, and activity.