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: Keep n most recently used tabs open #42

Open
ole-tange opened this issue Aug 8, 2020 · 1 comment
Open

Feature request: Keep n most recently used tabs open #42

ole-tange opened this issue Aug 8, 2020 · 1 comment

Comments

@ole-tange
Copy link

ole-tange commented Aug 8, 2020

Instead of letting a tab timeout after n minutes, unload the tab if it is not within the n most recent tabs visited.

This should be a stack, so if I open a new tab and close it again, it should count as 0.

In other words: Create a stack. When user visits a tab, push it on the stack. If the tab is already in the stack, move it to the top. When the user closes a tab, remove it from the stack. If the stack size is > n: unload the lowest tab in the stack.

@autonome
Copy link
Owner

autonome commented Aug 10, 2020 via email

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

No branches or pull requests

2 participants