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

Limit number of one time opened sessions #2009

Open
DmitryAstafyev opened this issue Apr 19, 2024 · 0 comments
Open

Limit number of one time opened sessions #2009

DmitryAstafyev opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
rust Pull requests that update Rust code ui usability

Comments

@DmitryAstafyev
Copy link
Collaborator

A limit of one time opened session should be introduced with 50 sessions:

  • concat view: disable button "open as single" for more than 50 files
  • concat view: notify the user with a popup about opening as a single tab more than 10 files
  • client - prevent more than 50 tabs/session. Ask the user to close some tabs with an attempt to open +1 over 50 opened
  • rust level - return error on session-create-request if it's +1 over 50
@DmitryAstafyev DmitryAstafyev self-assigned this Apr 19, 2024
@github-actions github-actions bot added the new newly created issue label Apr 19, 2024
@DmitryAstafyev DmitryAstafyev added usability ui rust Pull requests that update Rust code and removed new newly created issue labels Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code ui usability
Projects
None yet
Development

No branches or pull requests

2 participants