Skip to content

feat: Add double-click to rename task title in session header#1544

Open
charlesvien wants to merge 3 commits intographite-base/1544from
04-07-add_double-click_to_rename_task_title_in_session_header
Open

feat: Add double-click to rename task title in session header#1544
charlesvien wants to merge 3 commits intographite-base/1544from
04-07-add_double-click_to_rename_task_title_in_session_header

Conversation

@charlesvien
Copy link
Copy Markdown
Member

@charlesvien charlesvien commented Apr 8, 2026

Problem

Task titles in the session view header are read-only, requiring users to go to the sidebar to rename. This makes renaming less discoverable as shown by every time I tell someone you can rename the task by double clicking the title they try this title and fail, not the one in the sidebar.

Changes

  1. Add HeaderTitleEditor inline edit component with auto-focus and keyboard handling
  2. Wire double-click on header title to toggle into edit mode
  3. Persist rename with optimistic cache update, session store sync and API call (same pattern as sidebar)

How did you test this?

Manually

@charlesvien charlesvien changed the title Add double-click to rename task title in session header feat: Add double-click to rename task title in session header Apr 8, 2026
@charlesvien charlesvien changed the base branch from 04-07-folder_logic_cleanup to graphite-base/1544 April 8, 2026 02:22
@charlesvien charlesvien force-pushed the 04-07-add_double-click_to_rename_task_title_in_session_header branch from 527ebcf to cfc4e06 Compare April 8, 2026 02:22
@charlesvien charlesvien marked this pull request as ready for review April 8, 2026 02:49
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