Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] "Trash bin" for closed tabs with preserved tree structure #624

Closed
token0 opened this issue May 3, 2022 · 3 comments
Closed

Comments

@token0
Copy link

token0 commented May 3, 2022

Description

"Trash bin" for closed tabs with preserved tree structure
Proposed button places: Tabs panel or bottom of sidebar (along with New tab button)

@mbnuqw
Copy link
Owner

mbnuqw commented Jan 25, 2023

Done in b30 (though, it has a time limit which I already find too short, so it will be increased soon)

@efermi
Copy link

efermi commented Jan 25, 2023

@mbnuqw, could it be made non sticky, like scrollable, or combined with the new tab button, or a new panel in the navbar? Otherwise it takes up too much of real estate on my screen.

@mbnuqw
Copy link
Owner

mbnuqw commented Jan 25, 2023

@efermi, I'll make it configurable/removable in the next release. Right now, to hide it use this custom CSS:

.TabsPanel .bottom-bar {
  display: none;
}

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

No branches or pull requests

3 participants