ipfs/ipfs-desktop

Shareable links should get preloaded by default

Open

#1,699 建立於 2020年10月15日

在 GitHub 查看
 (1 留言) (1 反應) (0 負責人)JavaScript (912 fork)batch import
P1effort/hoursexp/intermediatehelp wantedkind/enhancementstatus/ready

倉庫指標

Star
 (5,632 star)
PR 合併指標
 (平均合併 8天 12小時) (30 天內合併 6 個 PR)

描述

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.

貢獻者指南