mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
* refactor: centralize tab management by removing redundant hide calls in Collection components - Removed dispatch calls for hiding home and API spec pages from Collection and CollectionItem components. - Added logic in app slice to automatically hide these pages when a tab is added or focused, improving code maintainability. * refactor: remove redundant hideHomePage dispatches from components