Skip to content

feat(task-client): add Trello task client with kanban board, card detail#375

Open
rust142 wants to merge 2 commits into
myrialabs:mainfrom
rust142:dev/trello-task-client
Open

feat(task-client): add Trello task client with kanban board, card detail#375
rust142 wants to merge 2 commits into
myrialabs:mainfrom
rust142:dev/trello-task-client

Conversation

@rust142

@rust142 rust142 commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

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

  • Added CardDetailModal.svelte for detailed card view, editing, and activity.
  • Implemented field editing, checklist item management, and comment input with mentions and custom highlighting.
  • Included code syntax highlighting for common programming languages in markdown fields.
  • Added utility CSS for colorblind-friendly patterns for all major Trello label colors.
  • Minor style improvements and modularity in modal structure.

…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.
@rust142 rust142 changed the title feat(task-client): add Trello task client with kanban board, card det… feat(task-client): add Trello task client with kanban board, card detail Jun 26, 2026
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant