Skip to content

feat: Add task search and sidebar context menu integration to command center#1675

Merged
charlesvien merged 3 commits intomainfrom
04-15-add_task_search_and_sidebar_context_menu_integration_to_command_center
Apr 16, 2026
Merged

feat: Add task search and sidebar context menu integration to command center#1675
charlesvien merged 3 commits intomainfrom
04-15-add_task_search_and_sidebar_context_menu_integration_to_command_center

Conversation

@charlesvien
Copy link
Copy Markdown
Member

@charlesvien charlesvien commented Apr 15, 2026

Problem

Command center has no search when adding tasks and no way to add tasks from the sidebar.

Context menu addition:

CleanShot 2026-04-15 at 14.54.58@2x.png

Search:

CleanShot 2026-04-15 at 14.30.59@2x.png

Changes

  1. Replace plain task list in TaskSelector with searchable Combobox (fuzzy filter by title)
  2. Add "Add to Command Center" to sidebar task right-click context menu
  3. Hide context menu item when task is already in command center, disable when no empty cells
  4. Navigate to command center after adding a task via context menu

How did you test this?

Manually

@charlesvien charlesvien changed the title Add task search and sidebar context menu integration to command center feat: Add task search and sidebar context menu integration to command center Apr 15, 2026
@charlesvien charlesvien force-pushed the 04-15-generate_title_for_attachment-only_messages branch from e9a68ca to d6d1721 Compare April 15, 2026 21:01
@charlesvien charlesvien force-pushed the 04-15-add_task_search_and_sidebar_context_menu_integration_to_command_center branch from 08e2882 to 000d5bb Compare April 15, 2026 21:02
@charlesvien charlesvien marked this pull request as ready for review April 15, 2026 21:03
@charlesvien charlesvien force-pushed the 04-15-add_task_search_and_sidebar_context_menu_integration_to_command_center branch from 000d5bb to e96a20f Compare April 15, 2026 21:25
@charlesvien charlesvien changed the base branch from 04-15-generate_title_for_attachment-only_messages to graphite-base/1675 April 16, 2026 12:48
@charlesvien charlesvien force-pushed the 04-15-add_task_search_and_sidebar_context_menu_integration_to_command_center branch from c4d5bdd to f4cd928 Compare April 16, 2026 12:49
@graphite-app graphite-app bot changed the base branch from graphite-base/1675 to main April 16, 2026 12:49
@charlesvien charlesvien force-pushed the 04-15-add_task_search_and_sidebar_context_menu_integration_to_command_center branch from f4cd928 to 2fa6f55 Compare April 16, 2026 12:49
@charlesvien charlesvien merged commit e4e18ed into main Apr 16, 2026
16 checks passed
Copy link
Copy Markdown
Member Author

Merge activity

@charlesvien charlesvien deleted the 04-15-add_task_search_and_sidebar_context_menu_integration_to_command_center branch April 16, 2026 13:01
vdekrijger pushed a commit that referenced this pull request Apr 16, 2026
… center (#1675)

## Problem

Command center has no search when adding tasks and no way to add tasks from the sidebar.

Context menu addition:<!-- Who is this for and what problem does it solve? -->

![CleanShot 2026-04-15 at 14.54.58@2x.png](https://app.graphite.com/user-attachments/assets/bbf88cca-c5b2-48df-8323-31d8ad98dd25.png)

Search:

## ![CleanShot 2026-04-15 at 14.30.59@2x.png](https://app.graphite.com/user-attachments/assets/af43bf52-7fc3-47b8-ba1a-11b7657c2b23.png)

## Changes

1. Replace plain task list in TaskSelector with searchable Combobox (fuzzy filter by title)
2. Add "Add to Command Center" to sidebar task right-click context menu
3. Hide context menu item when task is already in command center, disable when no empty cells
4. Navigate to command center after adding a task via context menu

<!-- What did you change and why? -->

<!-- If there are frontend changes, include screenshots. -->

## How did you test this?

Manually

<!-- Describe what you tested -- manual steps, automated tests, or both. -->

<!-- If you're an agent, only list tests you actually ran. -->
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.

2 participants