Skip to content

Comments

feat: Renaming sessions in the session_list does not immediately close the session_list dialogue and instead returns focus to the dialogue. #201

Open
ariane-emory wants to merge 5 commits intodevfrom
feature/renaming-doesnt-close-session-list
Open

feat: Renaming sessions in the session_list does not immediately close the session_list dialogue and instead returns focus to the dialogue. #201
ariane-emory wants to merge 5 commits intodevfrom
feature/renaming-doesnt-close-session-list

Conversation

@ariane-emory
Copy link
Owner

@ariane-emory ariane-emory commented Feb 20, 2026

Issue for this PR

Closes #198

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

This PR changes the behaviour of renaming sessions in the session_list dialogue such that, after renaming a session, focus returns to the session_list dialogue so that multiple sessions can be more easily renamed without needing to repeatedly reopen the dialogue.

ariane-emory and others added 4 commits February 19, 2026 01:36
After renaming a session from the session_list dialog, instead of
closing all dialogs, the session_list dialog reopens with the
renamed session selected.

- Add onSuccess/onCancel callbacks to DialogSessionRename
- Add initialSessionID prop to DialogSessionList for selection
- Pass callbacks to return to session list after rename
@github-actions
Copy link

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • No "Type of change" checkbox is checked. Please select at least one.
  • No issue referenced. Please add Closes #<number> linking to the relevant issue.
  • "How did you verify your code works?" section is empty. Please explain how you tested.
  • Not all checklist items are checked. Please confirm you have tested locally and have not included unrelated changes.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link

Hey! Your PR title Feature/renaming doesnt close session list doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@ariane-emory ariane-emory changed the title Feature/renaming doesnt close session list feat: Renaming sessions in the session_list does not immediately close the session_list dialogue and instead returns focus to the dialogue. Feb 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Rename sessions without closing session_list

1 participant