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

Behavior of tabs #204

Closed
nikhilraojl opened this issue Apr 29, 2024 · 1 comment · Fixed by #205
Closed

Behavior of tabs #204

nikhilraojl opened this issue Apr 29, 2024 · 1 comment · Fixed by #205
Milestone

Comments

@nikhilraojl
Copy link
Contributor

nikhilraojl commented Apr 29, 2024

Actual Behavior

  • Let's suppose I remove all the tabs but I continue working on an API say http://localhost/test1
    image
  • And then if I click + to create a new tab to work on another API, the entire context of http://localhost/test1 will be lost. All header entries, body data etc. This happened many times to me. It can be solved by saving but I don't want to save every request or I can be more careful, but I think this is a genuine issue
    image

Expected Behavior

What I would like here is to have at least one tab open at any time i.e the last tab should not be removable
I will be happy to work on it

Specifications

  • Addon Version: 1.9.0
  • Firefox Version: 125
@mirkoperillo
Copy link
Owner

Hi @nikhilraojl.

You are right, this is an interesting edge scenario.

I agree with your solution: avoid to remove the tab if it is the only one.

I would be super if you work on this. 🙏

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 a pull request may close this issue.

2 participants