mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4265] [feature]: Pre-fill file name and extension when downloading a file. #1546
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1546
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OssamaSijbesma on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4265
Is there an existing issue for this?
Summary
Hi team,
When downloading files, the API client currently doesn't pre-fill the name and extension type of the file.
It would greatly improve my user experience if there would be a "send + download" button which would send the payload and download the response immediately with the name and extension of the file pre-filled.
Optionally you could have a look at how other API clients do this.
Why should this be worked on?
Basically user experience:
The flow is currently: click send, wait for response, click download, change name, change filetype, save file. 😤
While it could be: click send + download, wait for response, and save file. 😌
@liyasthomas commented on GitHub (Feb 4, 2025):
Closing this ticket as the fix is now available in the recent version. Please feel free to reach out if you have any other concerns.