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

feat: Replace "Save" modal with a toast notification (#474) #540

Closed
wants to merge 2 commits into from

Conversation

AffanShaikhsurab
Copy link
Contributor

@AffanShaikhsurab AffanShaikhsurab commented Jan 17, 2025

PR Description

This pull request replaces 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.

  • Replaced Modal: The "Save" modal with animation has been replaced with a toast notification for a smoother, more efficient workflow.
  • User Experience: The toast is designed to be less intrusive and better suited for frequent save actions.

Related Issues

#474

Checklist

  • I have gone through the [contributing guide](https://github.com/foss42/apidash/blob/main/CONTRIBUTING.md)

  • I have updated my branch and synced it with the project main branch before making this PR

  • I am using the latest Flutter stable branch (run flutter upgrade and verify)

  • I have run the tests (flutter test) and all tests are passing

  • Yes

  • No, and this is why: This PR does not affect core functionality or tests

OS on which you have developed and tested the feature?

  • Windows
  • macOS
  • Linux

AffanShaikhsurab and others added 2 commits January 17, 2025 22:04
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
@ashitaprasad
Copy link
Member

Any PR on this feature is currently paused as we are rethink the "Save" feature in API Dash.

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 this pull request may close these issues.

Remove the "Save" modal
2 participants