Skip to content

helium/ui/vertical: expand on hover#964

Open
localcc wants to merge 1 commit intoimputnet:mainfrom
localcc:expand-on-hover
Open

helium/ui/vertical: expand on hover#964
localcc wants to merge 1 commit intoimputnet:mainfrom
localcc:expand-on-hover

Conversation

@localcc
Copy link

@localcc localcc commented Feb 20, 2026

For your pull request to not get closed without review, please confirm that:

  • An issue exists where the maintainers agreed that this should be implemented
    (an approved feature request, or confirmed bug).
  • I tested that my contribution works locally, and does not break anything,
    otherwise I have marked my PR as draft.
  • 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):

  • Windows
  • macOS
  • Linux

Enables automatic vertical tab bar expansion on hover with cursor. Fixes #915

@localcc
Copy link
Author

localcc commented Feb 20, 2026

This does present a new problem where upon hover and expansion of the tab bar, the icons previously stacked vertically are now stacked horizontally, changing the tab positions under the cursor. One potential solution would be to always position the tab search/uncollapse buttons horizontally, or only position them in that way if expand on hover is enabled.

Example can be seen here:
https://github.com/user-attachments/assets/d5a2e726-10c9-409e-9e7f-c99879d730ca

@lucaspar
Copy link

lucaspar commented Feb 22, 2026

My 2 cents: it'd be smoother and more resource efficient if the tabs just expanded over the page contents instead of triggering multiple page resizes in that animation.

This would likely prevent the problem mentioned above too, as it would be a different state than clicking on the expand icon.

vt

@reyanshdagoat9113
Copy link

My 2 cents: it'd be smoother and more resource efficient if the tabs just expanded over the page contents instead of triggering multiple page resizes in that animation.

This would likely prevent the problem mentioned above too, as it would be a different state than clicking on the expand icon.

vt vt

agreed. this would be much better. also try to make the hover smooth. take the example of the Zen browser - its vertical tabs are as smooth as butter!

@wukko
Copy link
Member

wukko commented Mar 4, 2026

Zen browser - its vertical tabs are as smooth as butter!

mostly because zen’s ui is a web page

@cyfung1031
Copy link

it seems that #1035 is better in terms of the visual effect.

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

5 participants