ipfs / service-worker-gateway

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

feat: about section on subdomain loads #263

Closed lidel closed 1 month ago

lidel commented 1 month ago

This PR moves "about" into separate component and reuses it on subdomain landing page displayed when SW is not registered yet.

This aims to fix UX problem when I send https://en-wikipedia--on--ipfs-org.ipns.inbrowser.dev to someone, and all they see is no wikipedia, but a confusing button to click, and some configuration, but have no idea what is happening.

Feedback welcome, preview below:

Before

2024-05-20_16-38

After

2024-05-20_16-28