mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
c2ab07bd94
- 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.