feat(app): sidebar improvements (pinned sessions, double click rename, hover fixes)#18105
Open
Rohansguliani wants to merge 8 commits intoanomalyco:devfrom
Open
feat(app): sidebar improvements (pinned sessions, double click rename, hover fixes)#18105Rohansguliani wants to merge 8 commits intoanomalyco:devfrom
Rohansguliani wants to merge 8 commits intoanomalyco:devfrom
Conversation
added 5 commits
March 18, 2026 12:51
Contributor
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found one potentially related PR: Related PR:
The other result (#11758) is about dynamic sidebar sorting, which is tangentially related but addresses a different concern. Note: PR #18105 (the current PR) is the main result in most searches, which is expected since it's the active PR you're checking. |
Author
…ions to pass E2E tests" This reverts commit 25c843faa18c7ba6af29b6828554e30b2f9809ea.
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.


Issue for this PR
Closes #16677
Type of change
What does this PR do?
This PR introduces several quality-of-life improvements to the sidebar session list:
localStorageto avoid backend schema migrations.HoverCardintercepting pointer states.How did you verify your code works?
Tested locally by compiling the frontend and running the backend server. Verified that pinning instantly resorts the list, double-clicking triggers the
InlineEditorproperly, and the hover states have zero lag.Screenshots / recordings
@Rohansguliani - Please attach a screen recording to this PR to satisfy the UI changes compliance rule!
Checklist