2 评论 (2 评论)0 反应 (0 反应)0 负责人 (0 负责人)JavaScript1,992 star (1,992 star)364 fork (364 fork)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
- 议题类型
- 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.