ipfs/ipfs-desktop

Shareable links should get preloaded by default

オープン

#1,699 opened on 2020/10/15

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (912 件のフォーク)batch import
P1effort/hoursexp/intermediatehelp wantedkind/enhancementstatus/ready

Repository metrics

Stars
 (5,632 個のスター)
PR merge metrics
 (PR metrics pending)

説明

When user takes a screenshot or imports files via OS integration, we copy a shareable link to clipboard. However, the content is not present on gateway node until someone requests it, and that leads to bad UX (https://github.com/ipfs-shipyard/ipfs-desktop/issues/1604#issuecomment-707274675).

IPFS Companion sends HTTP HEAD request to trigger data preload.

I believe Desktop should do the same by default, but there needs to be an option to disable preload, in case user wants to avoid non-IPFS traffic coming from their machine.

コントリビューターガイド