-
Notifications
You must be signed in to change notification settings - Fork 497
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
Feature: Add Open in Gateway
#1814
Comments
Notes from triage:
|
I agree with changing the Download button instead of adding a new action. |
@FledgeXu You mean GUI? Support for tar has been included in Microsoft Windows since Windows 10: Adding ZIP would require changes to go-ipfs – blocked by ipfs/kubo#6104 |
@lidel Yes, I just tested it. Windows still doesn't support the |
I believe this should be fixed with #1894. Please let us know if you continue to have issues. |
Is your feature request related to a problem? Please describe.
In #1813, the user wants a feature which is showing the downloading progress in the WebUI. However, If users can download through the browser, they can get the download progress they want. So if we can add a new Button called
Open in Gateway
orOpen in Browser
, it will be convenient.Describe the solution you'd like
Before:
After:
Describe alternatives you've considered
Or Add a Button to help users copy the gateway URL of a file.
Additional context
We can use
ipfs config Addresses.Gateway
to get Gateway address.The text was updated successfully, but these errors were encountered: