Files
goose/ui
spencrmartin c2ab07bd94 Fix responsive layout for all bottom bar components
- Replace hardcoded min-[1050px] breakpoints with dynamic shouldShowIconOnly logic
- Update ChatInput.tsx to pass shouldShowIconOnly prop to all bottom bar components
- Fix DirSwitcher: directory path text now properly condenses
- Fix ModelsBottomBar: model name text now properly condenses
- Fix BottomMenuModeSelection: mode name text now properly condenses
- Fix CostTracker: cost display text now properly condenses
- All bottom bar elements now use consistent responsive behavior based on container width
- Responsive layout works properly when sidecars are added/removed

Resolves issue where only Actions, Attach, and Hints buttons were condensing while other bottom bar elements still used hardcoded breakpoints.
2025-10-09 14:03:47 +02:00
..