Skip to content

feat(frontend): inline rename for session names#1

Open
DerekfromMadison wants to merge 1 commit intoSGudbrandsson:masterfrom
DerekfromMadison:feat/session-inline-rename
Open

feat(frontend): inline rename for session names#1
DerekfromMadison wants to merge 1 commit intoSGudbrandsson:masterfrom
DerekfromMadison:feat/session-inline-rename

Conversation

@DerekfromMadison
Copy link
Copy Markdown

Summary

  • Double-click the session name (drawer row or top tab) to rename in place.
  • Gear menu → Rename now opens the same inline editor instead of window.prompt.
  • Mux session list: double-click the name or click the pencil to rename inline.
  • Enter commits, Escape cancels, blur saves. All entry points hit the existing PUT /api/sessions/:id/name.

Test plan

  • Hard-reload, double-click a tab name → input appears, Enter saves, new name broadcasts to drawer + tabs.
  • Gear → Rename on a drawer row → inline editor opens.
  • Mux monitor: pencil button and name double-click both open inline editor.
  • Escape restores original name; blur with unchanged value is a no-op.

Double-click the session name in the drawer or tab bar to rename in place;
the gear menu's Rename item and the mux session pencil button use the same
inline input. Replaces the window.prompt flow with a single keystroke-friendly
editor (Enter to commit, Escape to cancel, blur to save).
@DerekfromMadison
Copy link
Copy Markdown
Author

Gotta rename those session so I don't get confused

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