Closed gustavo-salazar closed 4 months ago
no-decoration
should be applied to the link to open the list of proteins https://github.com/ProteinsWebTeam/interpro7-client/blob/a874fc8ecd90ca25e0475611af6f5b0f16ee6569/src/components/Matches/ProteinDownloadRenderer/index.tsx#L33
I did this one!
- The button to dowload fasta sequences should be the
icon-FASTA
But this one requires changes in multiple files to pass the custom Icon down to the component that actually renders it. will open an issue from it to work on it later.
Migration to typescript and visual framework for the
SimpleTable
and subcomponents.Components Migrated:
Table/Body
Table/Row
Table/Column
Table/Views/Table
Table/SimpleTable
SimpleTable
is currently only used forKeySpeciesTable
as in this page in the live site. So this PR also migratesKeySpeciesTable
to ha ve typescript example case for it.Other changes:
EntryMenuLink
styles so it doesn't change with some removed foundation imports.interpro-new.css
into `Table/styles.css.Note: Second of a series of PRs chained to migrate
<Table>
and all its subcomponents. Make sure to review #626 first. And, when merging, delete the branch to update the next PRs.