-
- Downloads
draft: Add tools pages
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. - rdo_tools.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
- package-lock.json 123 additions, 9892 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- src/pages/index.css 26 additions, 0 deletionssrc/pages/index.css
- src/pages/outils.tsx 464 additions, 0 deletionssrc/pages/outils.tsx
- src/pages/outils_sample.tsx 121 additions, 0 deletionssrc/pages/outils_sample.tsx
- src/pages/rdo_tools.json 834 additions, 0 deletionssrc/pages/rdo_tools.json
Loading
Please register or sign in to comment