feat: ability to expand sidebar to see chats names #7816
feat: ability to expand sidebar to see chats names #7816Abhijay007 wants to merge 4 commits intoblock:mainfrom
Conversation
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 355d148484
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
DOsinga
left a comment
There was a problem hiding this comment.
can you use the settings.json to store this? we're trying to move away from localstorage
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
|
@DOsinga updated it to use settings.json to store |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0ccc9cb554
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| <div className="w-full h-full overflow-hidden"> | ||
| <Navigation /> | ||
| </div> |
There was a problem hiding this comment.
Keep condensed nav overflow visible for hover controls
Wrapping Navigation in a new div with overflow-hidden clips UI that is intentionally rendered outside the nav bounds in condensed mode. In CondensedRenderer, the collapsed chat quick-action button is absolutely positioned with -right-9, so after this change that button is hidden and no longer clickable when hovering the chat row. This regresses an existing interaction in push/condensed vertical nav layouts.
Useful? React with 👍 / 👎.
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
closes : #7791
Summary
Type of Change
AI Assistance
Testing
Tested on desktop app
Screenshots/Demos (for UX changes)