Skip to content

refactor: move tab bar below action header#26

Merged
gabrielMalonso merged 1 commit intomainfrom
tabs-bar-reorder
Mar 15, 2026
Merged

refactor: move tab bar below action header#26
gabrielMalonso merged 1 commit intomainfrom
tabs-bar-reorder

Conversation

@gabrielMalonso
Copy link
Owner

What Changed

Reordered the UI so the action bar (Add action, Open, Sync branch) appears above the tab bar instead of below it.

Why

This provides a better visual hierarchy by placing the action controls at the top level before the tab management controls.

Technical Details

  • Added tabBar?: React.ReactNode prop to ChatView
  • Render tab bar after the header element instead of before ChatView
  • Updated route component to pass tab bar as prop

Reorder the UI so the action bar (Add action, Open, Sync branch) appears above the tab bar instead of below it. This is done by passing the tab bar as a prop to ChatView and rendering it after the header element.
@github-actions github-actions bot added size:S 10-29 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Mar 15, 2026
@gabrielMalonso gabrielMalonso merged commit 215b983 into main Mar 15, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10-29 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant