Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
  • Celeste Robert's avatar
    19d73fcb
    feat: Add tools pages as component · 19d73fcb
    Celeste Robert authored and Christophe Chaudier's avatar Christophe Chaudier committed
    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.
    19d73fcb
    History
    feat: Add tools pages as component
    Celeste Robert authored and Christophe Chaudier's avatar Christophe Chaudier committed
    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.