mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
* feat: implement sidebar accordion sections - Added SidebarAccordionContext for managing expanded sections. - Introduced SidebarContent component to render sections dynamically. - Created CollectionsSection and ApiSpecsSection for sidebar organization. - Updated Sidebar component to utilize new sections and context. - Enhanced StyledWrapper for improved layout and styling of sidebar sections. * refactor: streamline Sidebar component and enhance styling * feat: enhance SidebarSection with ActionIcon and improved hover styles * fix: update useEffect dependencies in SidebarAccordionContext and enhance accessibility in SidebarSection * style: increase gap in StyledWrapper and reintroduce cursor pointer for better user interaction * style: remove custom scrollbar styles from Sidebar components for a cleaner look