fix: sidebar layout polish and settings tab separators#74
Merged
TerrifiedBug merged 1 commit intomainfrom Mar 8, 2026
Merged
Conversation
…ngs tabs - Sidebar logo row now uses h-14 to match main content header height, aligning the separator with the header's border-b - Collapsed logo shows "Vf" instead of just "V" - Team and environment selectors made compact and consistent (both h-8, full-width, matching text-xs style) - Settings tab separators use bg-muted-foreground/25 for better visibility against the muted tabs background
Contributor
Greptile SummaryThis is a UI polish PR with no logic changes. It makes three cosmetic improvements to the sidebar and settings page:
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
SidebarHeader["SidebarHeader (p-0)"]
LogoRow["Logo div h-14\n(expanded: VectorFlow | collapsed: Vf)"]
Sep["Separator\n(always visible — aligns with main header border-b)"]
Selectors["Context selectors div\n(hidden when collapsed)\nTeamSelector h-8 · EnvironmentSelector h-8"]
CollapsedIcons["Collapsed popover icons\n(Users + Layers icon buttons)"]
SidebarHeader --> LogoRow
LogoRow --> Sep
Sep --> Selectors
Sep --> CollapsedIcons
Selectors -. "expanded mode" .-> TeamSelector["TeamSelector\n1 team: flex row\nN teams: Select h-8 text-xs"]
Selectors -. "expanded mode" .-> EnvSelector["EnvironmentSelector\nSkeleton h-8 w-full\nSelect h-8 w-full text-xs"]
Last reviewed commit: 48a4844 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
h-14to match the main content header height — the separator below the logo aligns with the header'sborder-bh-8, full-width, matchingtext-xsstyle with inline iconsbg-muted-foreground/25for better visibility against the muted tabs background in dark modeTest plan