sparrowapp-dev / sparrow-app

Your next-gen API testing and development tool.
https://sparrowapp.dev
GNU Affero General Public License v3.0
174 stars 48 forks source link

[Rest API Tool] Verify Download button for api response in mac #118

Open sanilnayak opened 9 months ago

sanilnayak commented 9 months ago

🐛 Bug Report

Verify trying download the api response with proper toast message.

Steps to reproduce:

Expected Behaviour: After clicking on Download button a popup will open for which location you want to save and after saving the api the toast message should appear for confirmation.

Actual Behaviour: After click on download button there is no popup screen opening and user is not able to download the response.

Abhishek9503 commented 2 months ago

If try to solve this issue it will cause breaking changes since the issue we are facing of downloading the response,so right now we are using showSaveFilePicker but it is not working so we have to have use a library so that this issue can be fix but, We are facing issue while implementing the library (tauri dialog box) that it works on tauri 2.0-rc version but we are running on beta version of tauri so if we switch to the rc version than other plugin and library are breaking and the app is not running so for now we are not moving forward to this issue untill we have stable version of tauri 2.0 .

CC:- @gc-codes @nagesh953 @LordNayan @Monika-APM @sanilnayak @ayushadhikari93

sanilnayak commented 2 months ago

So as discussed with the team, we are moving this ticket to backlog and will take it in upcoming sprints.

CC: @ayushadhikari93