ipfs/ipfs-companion

Monitor clipboard and fix localhost URL on the fly?

Open

#859 aberto em 2 de abr. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (364 forks)batch import
P2area/chromiumarea/firefoxeffort/hoursexp/intermediategood first issuehelp wantedkind/enhancementstatus/ready

Métricas do repositório

Stars
 (1.992 stars)
Métricas de merge de PR
 (Mesclagem média 53d 3h) (1 fundiu PR em 30d)

Description

Is your feature request related to a problem? Please describe.

When user wants to share link, they usually copy URL from address bar. This brings UX issue when resource was loaded from local IPFS node running on user's machine.

Describe the solution you'd like

While we have a menu option for copying a shareadble link (https://github.com/ipfs-shipyard/ipfs-companion/issues/857), many users copy URL from location bar, which has *.localhost:8080 host instead of a publicly aavailable gateway.

Describe alternatives you've considered

Improving menu item label is tracked in https://github.com/ipfs-shipyard/ipfs-companion/issues/857 but does not solve the problem of user copying URL from address bar.

Additional context

Guia do colaborador