Skip to content
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

Files: improve sharing flow from IPFS Companion #833

Closed
lidel opened this issue Dec 4, 2019 · 0 comments · Fixed by #834
Closed

Files: improve sharing flow from IPFS Companion #833

lidel opened this issue Dec 4, 2019 · 0 comments · Fixed by #834
Labels
topic/design-ux UX strategy, research, not solely visual design

Comments

@lidel
Copy link
Member

lidel commented Dec 4, 2019

Motivation

When user imports file to IPFS via browser extension, we now open it in Web UI by default (#810).

The problem is that the user flow in the extension is centered around sharing:

Screenshot_2019-12-04 70141215-d7d22380-1696-11ea-9819-35419c33ed55 png (PNG Image, 1118 × 590 pixels)

However after import is finished, user is presented with directory listing in Web UI and needs to manually click on context menu → Share link:

new-labels-2019-12-03--22-26-39

At this point, dialog with shareable URL is displayed:

1-2-2019-12-03--22-27-26

This is not the best.

Improvement proposal

Save user 2-3 clicks and improve the flow around quick sharing.
I want to get Sharing link as soon as possible, but also be able to manage imported file if I wish (rename etc).

Technical implementation

Some ideas:

  • Browser extension would open #/share-files/{path} after successful import
    • There should be a way for IPFS Companion to open imported resource (directory or a single file) in Web UI in a way that automatically displays the sharing prompt (the prompt can be dismissed and then user gets the regular directory listing).
    • This could be as easy as adding a new #/share-files/ route which redirects to #/files/ but sets some flag that triggers sharing dialog for requested directory.
  • We could simply copy to clipboard automatically, and display ephemeral message that link is already in clipboard
@lidel lidel changed the title Files: permalink for sharing Files: improve sharing flow from IPFS Companion Dec 4, 2019
@lidel lidel transferred this issue from ipfs/ipfs-webui Dec 12, 2019
@lidel lidel added topic/design-ux UX strategy, research, not solely visual design UX labels Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/design-ux UX strategy, research, not solely visual design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant