ipfs / service-worker-gateway

[WIP EXPERIMENT] IPFS Gateway implemented in Service Worker
https://inbrowser.dev
Other
17 stars 8 forks source link

ux: make URL lists line-separated textboxes #290

Open lidel opened 3 weeks ago

lidel commented 3 weeks ago

Problem

JSON array in input is bad UX, hard to edit, and very error prone:

2024-06-10_15-29

Proposed fix

Do what we do in ipfs-companion, have newline-separated textarea that grows a bit based on the content:

2024-06-10_15-28_1

2024-06-10_15-28