gadget/gadget-code/frontend/src/pages
Rob Colbert 0df6661fc5 chat interface fixes and cleanup
The Chat View area of the view was growing in width (unbounded), and has
been fixed. From the agent:

> The root cause was a flexbox sizing rule: in ChatSessionView.tsx:768
the parent row flex-1 flex bg-bg-primary overflow-hidden relative has
two children — the content area and the sidebar. The content area (line
777) was flex-1 flex flex-col relative, which as a flex child defaults
to min-width: auto. This means its intrinsic content width (driven by
the wide <pre>) is used as a minimum, forcing the flex item to expand
the whole row beyond the viewport.
>
> Adding min-w-0 overrides min-width: auto to min-width: 0, letting the
flex item shrink below its content's natural width. Now the
overflow-x-auto on the markdown wrapper actually has somewhere to scroll
into.
2026-05-10 10:49:16 -04:00
..
ChatSessionView.tsx chat interface fixes and cleanup 2026-05-10 10:49:16 -04:00
DroneManager.tsx drone manager created (wip) 2026-04-30 09:40:27 -04:00
Home.tsx socket message and drone workspace cleanup 2026-05-02 02:46:45 -04:00
ProjectManager.tsx workspace mode management; drone status message socket events added 2026-05-03 03:05:06 -04:00
Settings.tsx user settings 2026-05-08 14:08:49 -04:00
SignIn.tsx password_hash => password (display string); formatting 2026-05-08 11:51:52 -04:00