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

Support closing a session #79

Open
BartoszKlonowski opened this issue Aug 12, 2023 · 0 comments
Open

Support closing a session #79

BartoszKlonowski opened this issue Aug 12, 2023 · 0 comments
Labels
engine Issue related to engine code in JavaScript enhancement New feature or request

Comments

@BartoszKlonowski
Copy link
Owner

Closing a session would be quite useful.
The closing should work as follows:

  1. Select a session from the list, or type it's name
  2. Click "Close" with the selected session
  3. Add-on will go through all open tabs and
    Check for the tab's ID
    Check for the tab's domain or URL (to be yet decided)
    Compare the above with tabs in session's memory
  4. Close the tab if match
@BartoszKlonowski BartoszKlonowski added enhancement New feature or request engine Issue related to engine code in JavaScript labels Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Issue related to engine code in JavaScript enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant