UX of "Download.." command under the cube menu #1499
Labels
area/webui
Issues specific to interaction with ipfs-webui
effort/days
Estimated to take multiple days, but less than a week
exp/expert
Having worked on the specific codebase is important
kind/enhancement
A net-new feature or improvement to an existing feature
need/analysis
Needs further analysis before proceeding
need/maintainers-input
Needs input from the current maintainer(s)
P1
High: Likely tackled by core team if no one steps up
topic/design-ux
UX strategy, research, not solely visual design
Problems
We are missing progress reporting for "Download..." feature under the cube menu.
User is unable to see what is happening, nor to cancel the download if they choose to do so.
AFAIK there is no API for tracking background downloads in go-ipfs, so the download would have to happen in ipfs-desktop process, and progress needs to be passed to WebUI somehow.
Unify "Download" actions
To reduce the amount of code, we could unify behavior of "Download.." command under the cube menu Desktop with "Download" action from context menu present in Web UI Files.
Namely:
It will require ipfs-desktop to send "background download" status info to webui somehow. May be tricky if we decide to stop embedding webui in Electron and open it in external browser.
The text was updated successfully, but these errors were encountered: