Skip to content

Commit ed816cf

Browse files
committed
Readme credits
1 parent 2ffae65 commit ed816cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,25 @@ See how to integrate it into your `opml.xml` files so it displays automatically
2626
[![ESLint](https://www.vectorlogo.zone/logos/eslint/eslint-ar21.svg)](https://eslint.org/ "Linting")
2727
[![Git](https://www.vectorlogo.zone/logos/git-scm/git-scm-ar21.svg)](https://git-scm.com/ "Version control")
2828
[![Github](https://www.vectorlogo.zone/logos/github/github-ar21.svg)](https://github.com/ "Code hosting")
29+
[![MUI](https://www.vectorlogo.zone/logos/mui/mui-ar21.svg)](https://mui.com/material-ui/ "React components")
30+
[![next-intl](https://www.vectorlogo.zone/logos/next-intldev/next-intldev-ar21.svg)](https://next-intl.dev/ "i18n")
2931
[![Next.js](https://www.vectorlogo.zone/logos/nextjs/nextjs-ar21.svg)](https://nextjs.com/ "React Framework")
3032
[![Node.js](https://www.vectorlogo.zone/logos/nodejs/nodejs-ar21.svg)](https://nodejs.org/ "Application Server")
3133
[![NodePing](https://www.vectorlogo.zone/logos/nodeping/nodeping-ar21.svg)](https://nodeping.com?rid=201109281250J5K3P "Uptime monitoring")
3234
[![npm](https://www.vectorlogo.zone/logos/npmjs/npmjs-ar21.svg)](https://www.npmjs.com/ "JS Package Management")
3335
[![react.js](https://www.vectorlogo.zone/logos/reactjs/reactjs-ar21.svg)](https://reactjs.org/ "UI Framework")
36+
[![Twitter](https://www.vectorlogo.zone/logos/twitter/twitter-ar21.svg)](https://github.com/twitter/twemoji "favicon")
3437
[![TypeScript](https://www.vectorlogo.zone/logos/typescriptlang/typescriptlang-ar21.svg)](https://www.typescriptlang.org/ "Programming Language")
3538
[![VectorLogoZone](https://www.vectorlogo.zone/logos/vectorlogozone/vectorlogozone-ar21.svg)](https://www.vectorlogo.zone/ "Logos")
3639

37-
* [MUI](https://mui.com/material-ui/) - React components
38-
* [Twemoji](https://github.com/twitter/twemoji) - favicon
39-
* [next-intl](https://next-intl.dev/)
40-
4140
## To Do
4241

4342
- [ ] cleanup demo.xml
4443
- [ ] structured logging
4544
- [ ] handle html labels (optionally)
4645
- [ ] open nodes based on `expansionState`
46+
- [ ] parameter to open all nodes
47+
- [ ] more demo options (from real sites)
4748
- [ ] initial scroll based on `vertScrollState`
4849
- [ ] "report an issue" in footer of debug dialog (link to GH issues)
4950
- [ ] test/cleanup error pages

src/app/view.html/page.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export default async function View({
8888
<PoweredBy />
8989
</Container>
9090
</Container>
91-
9291
);
9392
}
9493

0 commit comments

Comments
 (0)