Howdju / howdju

Monorepo for the Howdju crowdsourced fact checking and summarization platform
https://www.howdju.com
GNU Affero General Public License v3.0
5 stars 2 forks source link

Replace react-md tabs with home grown #642

Closed carlgieringer closed 6 months ago

carlgieringer commented 6 months ago

632 incompletely fixed #630. This PR finishes the job.

react-md tabs always assume there is an active tab, which doesn't work for us because we don't have an active tab when we are viewing something for which we don't want a tab. This is related to the fact that we really only wanted the tabs for presentation, not to control the content of a tab panel.

github-actions[bot] commented 6 months ago

Changed-files coverage summary


=============================== Coverage summary ===============================
Statements   : Unknown% ( 0/0 )
Branches     : Unknown% ( 0/0 )
Functions    : Unknown% ( 0/0 )
Lines        : Unknown% ( 0/0 )
================================================================================