Commit Graph

5 Commits

Author SHA1 Message Date
ed d28fd58f03 fix(gui): limit Files & Media collapsible child height to reasonable max
The begin_child() was using (0, -40) which made it stretch to fill parent.
Changed to (0, min(len(items) * 30 + 50, 300)) so it:
- Sizes to content (30px per row + 50px header)
- Caps at 300px max height
- Allows scrolling when content overflows
2026-05-10 16:30:54 -04:00
ed 3bdd269d5e uncomitted changes from the agent. 2026-05-10 14:11:13 -04:00
ed 4dee0e6f69 checkpoint: I have to fix try/finally spam by this ai 2026-03-11 21:43:19 -04:00
ed 847096d192 checkpoint done with ux refinement for the night 2026-03-11 00:32:35 -04:00
ed 7ae99f2bc3 feat(personas): Add persona_id support to Ticket/WorkerContext and ConductorEngine 2026-03-10 11:09:11 -04:00