2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,992 stars (1,992 stars)364 forks (364 forks)batch import
P2effort/daysexp/intermediategood first issuehelp wantedkind/enhancementstatus/readytopic/design-contenttopic/design-front-endtopic/design-uxtopic/design-visual
説明
- Create a static IPFS page with better UX for opting into Release and Beta Channels than "Install" section: https://github.com/ipfs/ipfs-companion#install
- It should detect browser type and display only compatible installation links
- Issue 種別
- feature
- 調査方針
- Examine the existing Install section in the README (https://github.com/ipfs/ipfs companion#install) to understand the current release and beta channel links. Then create a single static HTML page that uses JavaScript to detect the user's browser via navigator.userAgent and displays only compatible installation buttons. Look for any similar static pages in the repository for styling conventions.