refactor(coc/spa): redesign chats list with status-priority groups + mode pills#79
Open
plusplusoneplusplus wants to merge 1 commit into
Open
refactor(coc/spa): redesign chats list with status-priority groups + mode pills#79plusplusoneplusplus wants to merge 1 commit into
plusplusoneplusplus wants to merge 1 commit into
Conversation
…mode pills Group the Activity/Chats list by Running → Pinned → Today → This week → Older (plus collapsible Archived) and switch to a single-line row showing a status dot, colored mode pill (ASK / PLAN / AUTO), title, and relative time. Adds a styled search bar with a platform-aware ⌘F / Ctrl+F kbd hint and auto-hiding filter chips (All / Running / Failed). All click, pin, archive, context-menu, FTS5 search, and shortcut behavior is preserved; updates two source-string tests pinned to the prior structure. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
Redesigns the Activity / Chats list pane to match the OpenDesign reference (status-priority grouping, compact rows, mode pills, styled search). UI-only — no functional behavior changes.
ASKamber /PLANblue /AUTOgreen) + title + relative time.⌘F/Ctrl+Fkbd hint; auto-hiding filter chips (All/Running/Failed) with live counts.Ctrl+Fshortcut (now also focuses the chats search input via the existingsearchInputRef).data-testidhooks kept; updated two source-string tests inChatListPane.test.tsthat pinned the prior structure.Test plan
vitest runforChatListPane*— 454/454 pass.bundle.jsartifact unrelated to this change.⌘Ffocuses search, filter chips toggle, archived section collapses.Made with Cursor