-
- Downloads
feat: Add tools pages as component
This commit provides tools pages using react table. This is a working draft however as I don't know react/ts, what I have done is most probably not really clean. So it might be improved by someone with more knowledge on these topics. - outils_sample.tsx page is a simple page showing a basic table and simple code. - outils.tsx page is the page including filtering and sorting. - outils.json is the data file. It contains all tools but currently TimeCodeURL has been entered only for the lastest podcast. - Initial paging is 50 items, I kept paging only as an example, it could be removed.
Showing
- docs/intro.md 0 additions, 47 deletionsdocs/intro.md
- docs/outils.md 12 additions, 0 deletionsdocs/outils.md
- docusaurus.config.js 5 additions, 0 deletionsdocusaurus.config.js
- package-lock.json 123 additions, 9892 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- src/components/outils.tsx 427 additions, 0 deletionssrc/components/outils.tsx
- src/css/custom.css 15 additions, 0 deletionssrc/css/custom.css
- src/css/variables.css 3 additions, 1 deletionsrc/css/variables.css
- src/pages/index.css 26 additions, 0 deletionssrc/pages/index.css
- src/theme/DocItem/Layout/index.js 11 additions, 0 deletionssrc/theme/DocItem/Layout/index.js
- static/outils.json 920 additions, 0 deletionsstatic/outils.json
Loading
Please register or sign in to comment