-
Notifications
You must be signed in to change notification settings - Fork 372
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
Remove the "Save" modal #474
Comments
Thanks for your feedback .. actually we are looking into deprecating the "Save" feature and autosaving when the user makes any new modification. |
Hey i thought to give this a try. I have a idea to directly link the yes button action to save button instead of opening a pop up |
Hey could you give more detail n point out where this is happening? why is tht only coming up when closing , cud u send some screeen shots |
? I don't understand your question |
@mohit-nagaraj Please focus on the other issue first. This issue has higher complexity and is "not a good first issue" |
@ClementBeal is this something you were looking for ? |
Replaced the modal that appears after pressing the "Save" button with a non-intrusive toast notification in the top-right corner. This improves the user experience by reducing interruptions, especially when saving multiple endpoints or variables in quick succession. Closes foss42#474
we can work on the ui part of it |
Hi!
First, thank you for this project! It's very good and it works very well! I'll keep using it.
There's something that it's a bit annoying. Every time I press the "save" button to save my variable or my requests. a modal appears with a little animation. It's pretty the first time but when you add a lot of new endpoints or variables, you waste 1s each time.
Could it be possible to use a different kind of modal? Maybe a toast at the top right corner. In my opinion, it would be enough.
Btw, I use the last version from the
main
branch.The text was updated successfully, but these errors were encountered: