Skip to content

ui/layout: expand collapsed vertical tabs on hover#1035

Open
dusan-nikcevic wants to merge 1 commit intoimputnet:mainfrom
dusan-nikcevic:codex/pr-915-hover-expand
Open

ui/layout: expand collapsed vertical tabs on hover#1035
dusan-nikcevic wants to merge 1 commit intoimputnet:mainfrom
dusan-nikcevic:codex/pr-915-hover-expand

Conversation

@dusan-nikcevic
Copy link
Copy Markdown

@dusan-nikcevic dusan-nikcevic commented Mar 6, 2026

  • An issue exists where the maintainers agreed that this should be implemented
  • I tested that my contribution works locally, and does not break anything
  • If my contribution is non-trivial, I did not use AI to write most of it
  • I understand that I will be permanently banned from interacting with this organization if I lied by checking any of these checkboxes.

Tested on (check one or more):

  • Linux
  • Windows
  • macOS

Closes #915.

This adds an optional hover-expand mode for collapsed vertical tabs.

What changed:

  • add a setting to expand collapsed vertical tabs on hover
  • expand the collapsed vertical tab strip as an overlay instead of relaying out page content
  • keep hover expansion/collapse behavior reliable with delay handling
  • avoid hover-triggered expansion while interaction locks are active

Local verification:

  • built Helium locally on Linux
  • launched the built browser
  • manually verified the collapsed vertical sidebar expands on hover
2026-02-27.00-12-54.online-video-cutter.com.mp4

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 6, 2026

Last reviewed commit: 82b073c

@cyfung1031
Copy link
Copy Markdown

This doesn’t seem to involve layout resizing on mouse hover. I hope the maintainers can review this.

@JackDerksen
Copy link
Copy Markdown

This doesn’t seem to involve layout resizing on mouse hover. I hope the maintainers can review this.

You mean resizing the main page layout in accordance to the sidebar expanding? That's visually jarring and more expensive than expanding as an overlay like this. If you want it to resize the page, just toggle the expansion with the button or cmd+s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FR]: Expand Vertical tabs on hover when collapsed

3 participants