foss42 / apidash

API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. It is supported for macOS, Windows, Linux, Android & iOS. A lightweight alternative to postman/insomnia.
https://apidash.dev
Apache License 2.0
1.66k stars 317 forks source link

Add a Saving State #311

Closed animator closed 7 months ago

animator commented 7 months ago

Tell us about the task you want to perform and are unable to do so because the feature is not available Currently when the user clicks on the Save button ... The collection is saved and a notification toast is shown. When the collection is large, this process takes some time & the user has no clue what is happening. So for better UX, a dialog with save animation should be displayed while the saving is in progress.

AyushTripathi28 commented 7 months ago

Hey @animator can you please tell me more about this cause what i see is when I Save any collection one snackbar comes

image

so what type of ux you are expecting here. Please elaborate little bit.

Thanks