You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the agent sidebar uses a fixed width. While this works, it can feel limiting on different screen sizes—especially on larger displays where there’s unused space, or smaller ones where content can feel cramped.
Proposal
Allow the sidebar to be resizable via a drag handle on its edge.
Expected behavior
User can drag the sidebar edge to adjust width
A minimum width is enforced to maintain usability
A maximum width is enforced (for example, a percentage of the viewport)
Why this helps
Improves usability across different screen sizes
Gives users better control over layout
Makes the chat experience more flexible and comfortable
Issue Description
Currently, the agent sidebar uses a fixed width. While this works, it can feel limiting on different screen sizes—especially on larger displays where there’s unused space, or smaller ones where content can feel cramped.
Proposal
Allow the sidebar to be resizable via a drag handle on its edge.
Expected behavior
Why this helps
Implementation notes
I’ve explored a possible implementation that:
Happy to open a PR if this direction makes sense
20260501-2158-57.4192671.mp4