Skip to content

Instantly share code, notes, and snippets.

@meiqimichelle
Last active October 3, 2019 17:40
Show Gist options
  • Save meiqimichelle/1f766a67b338852bde895b9053f14fc6 to your computer and use it in GitHub Desktop.
Save meiqimichelle/1f766a67b338852bde895b9053f14fc6 to your computer and use it in GitHub Desktop.

IPFS Companion user experience

...when given no particular task other than 'explore pinning'

Getting running

  • Get sent to https://github.com/ipfs-shipyard/ipfs-companion#ipfs-companion
  • First hit chrome link, which turns out just goes to chrome browser download page, then hit button for extension:
  • Screenshot 2019-10-02 19 24 57
  • Downloads nicely, and loads this:
  • Screenshot 2019-10-02 18 35 22
  • I know I've installed IPFS desktop before, but there's that annoying thing where it doesn't stay in the utility bar when it's closed (which is against expected behavior for Mac utility apps). Let's go search and find it...
  • Desktop starts. It is not black, like every other Mac utility. I also can't tell if it's "running" or not, a common issue with on/off UX (which visual state means 'on'? which visual state means 'off'?) A lot (all?) of this has been fixed in a new IPFS Desktop version, woo! I was using an older one.
  • So now I've got this in Companion:
  • Screenshot 2019-10-02 18 40 11
  • We're in business!

Now what?

Screenshot 2019-10-02 18 45 04

+ Then there's a list telling me what I can do, in the pop-up, but I don't understand where some of the things that are being described on the left map to the pop-up I see on the right +

Screenshot 2019-10-02 18 50 08

+ I guess, and select "Share files via IPFS" since that's bold n all. That sends me to: +

Screenshot 2019-10-02 18 56 25

+ When I explore the options at the bottom, I see: +

Screenshot 2019-10-02 18 57 52

+ I drag-drop a file to the big ol' landing pad and it works! +

Screenshot 2019-10-02 19 00 43

+ I can't go back tho (browser back button no can do) -- where am I now? I have a lone leetle file in a browser window. When I add another file after finding 'share' again via the pop-up, it only shows my one file (I guess because 'share' -- like, I'm getting a link to share the thing I uploaded) but what happened to my other file? Normally this is where I would hit a dead end, but I happen to know that there's a WebUI, so I'll continue to that...tbc in another gist...

Other notes

"Add Selected Text to IPFS"

  • This is a thing. I found it randomly after installing the Chrome extension:
  • Screenshot 2019-10-02 18 50 24
  • After selecting ^^ , you get:
  • Screenshot 2019-10-02 18 51 02

Oh yeah, there's also the existing concept called 'pin' in Chrome

  • You can already "pin" a tab:
  • Screenshot 2019-10-02 19 00 43
@lidel
Copy link

lidel commented Oct 3, 2019

@meiqimichelle we should make Web UI more integrated with Companion, and easier to discover. We started addressing this by adding button to "welcome page" (ipfs/ipfs-companion#769 (comment), not released yet)

For Pinning, check improvements proposed in ipfs/ipfs-companion#781 and ipfs/ipfs-companion#742:

We plan to move "pinning" from using ipfs pin API to copying content to be "pinned" into MFS. This will keep content from being purged by GC (presence in MFS acts as implicit pin) and let user to manage "pinned" content via "Files" screen in Web UI.

Would be super useful to hear your thoughts on this in mentioned issues or in a call!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment