Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card component #571

Merged
merged 51 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from 42 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
97cb3fd
new Component Car with its story and used in Proteome and Taxonomy ta…
gustavo-salazar Jan 23, 2024
f4a3cbf
using Card in Entry, Protein, Set and Structure
gustavo-salazar Jan 23, 2024
2ddb3a7
remove SarsCov proteome page
gustavo-salazar Jan 23, 2024
959cf59
Using the new Card component for EntryCard
gustavo-salazar Jan 23, 2024
8c42aec
flow fix
gustavo-salazar Jan 23, 2024
f509afc
new component CounterIcon and using it in Entry page
gustavo-salazar Jan 24, 2024
b79b5b5
TS: Extracting SummaryCunterEntries
gustavo-salazar Jan 24, 2024
800baed
Using CounterIcon for Protein page
gustavo-salazar Jan 24, 2024
0a95170
TS: Extracting SummaryCunterProteins
gustavo-salazar Jan 24, 2024
5252d11
TS: Extracting SummaryCunterStructures and using ConterIcon on it
gustavo-salazar Jan 24, 2024
88aa15c
TS: Extracting SummaryCunterSets and using ConterIcon on it
gustavo-salazar Jan 24, 2024
2506ef5
TS: Extracting SummaryCunterProteome and using ConterIcon on it
gustavo-salazar Jan 25, 2024
9fbcb6f
TS: Proteome/Card
gustavo-salazar Jan 25, 2024
1a2e8b3
TS: Extracting SummaryCunterTaxonomy and using ConterIcon on it
gustavo-salazar Jan 25, 2024
a096e4d
TS: Extracting EntryCard from Enrtry page
gustavo-salazar Jan 25, 2024
ad67cb3
Using COunterIcon in the Entry Card of the home page
gustavo-salazar Jan 25, 2024
0851c97
TS: home/EntryCard
gustavo-salazar Jan 25, 2024
2d2d036
cleaning CSSs
gustavo-salazar Jan 25, 2024
a332e37
storybook: reorganising the stories
gustavo-salazar Jan 25, 2024
7938e14
storybook: first CounterCards
gustavo-salazar Jan 25, 2024
0dc5f7c
TS: Extracting ProteinCard
gustavo-salazar Jan 25, 2024
695cee1
storybook: ProteinCard
gustavo-salazar Jan 25, 2024
e02c8ae
TS: Extracting StructureCard from Structure page
gustavo-salazar Jan 26, 2024
7441bc2
storybook: StructureCard
gustavo-salazar Jan 26, 2024
d8b1e3e
TS: extract TaxonomyCard for page + storybook: TaxonomyCard
gustavo-salazar Jan 26, 2024
290ae5a
storybook: ProteomeCard
gustavo-salazar Jan 26, 2024
57fa779
TS: extract SetCard for page + storybook: SetCard
gustavo-salazar Jan 26, 2024
1b3f1b0
storybook: CounterIcon
gustavo-salazar Jan 26, 2024
819c378
removing the tmp/ folder that had the old storybook files
gustavo-salazar Jan 26, 2024
1961586
Using Card in BlogEntries and movingcthe some of the cards styling in…
gustavo-salazar Jan 26, 2024
cc3bae0
TS: BlogEntries
gustavo-salazar Jan 26, 2024
2c4e172
storybook: BlogEntry Card
gustavo-salazar Jan 26, 2024
115f806
TS:Tool car + storybook: Home Tool Card
gustavo-salazar Jan 29, 2024
bae6551
remove unused help and about pages
gustavo-salazar Jan 29, 2024
42ae163
TS: InfoBanner
gustavo-salazar Jan 29, 2024
9447204
TS: Help/Publication + Removing unused code
gustavo-salazar Jan 29, 2024
ad7ad91
using Card in Abput/Interproscan
gustavo-salazar Jan 29, 2024
2c035fb
TS: About/InterProScan
gustavo-salazar Jan 29, 2024
f78d9f2
TS: HelpBanner
gustavo-salazar Jan 29, 2024
a4cc9b4
storybook: Help and Info Cards
gustavo-salazar Jan 29, 2024
f3403a3
removing last usage of css flex-card, now everything uses <Card>
gustavo-salazar Jan 29, 2024
3825c63
Merge branch 'storybook-again' into card-component
gustavo-salazar Jan 29, 2024
de32bca
Merge branch 'storybook-again' into card-component
gustavo-salazar Feb 2, 2024
187b20c
jsons are dealt by webpack automatically - shouldnt be an assset
gustavo-salazar Feb 2, 2024
ba19356
Apply suggestions from code review
gustavo-salazar Feb 5, 2024
8f92c2d
Apply suggestions from code review 2
gustavo-salazar Feb 5, 2024
649a802
Update stories/InterProUI/CounterCards/ProteinCard.stories.tsx
gustavo-salazar Feb 5, 2024
ed61cf9
solve merge conflict
gustavo-salazar Feb 5, 2024
4149271
storybug bugfix for protein viewer
gustavo-salazar Feb 5, 2024
18339f9
adding a margin if the card header has a tag
gustavo-salazar Feb 5, 2024
e1beaa2
adding a min width to cards + and link to organisim in protein cards
gustavo-salazar Feb 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions src/components/About/Citation/__snapshots__/test.js.snap

This file was deleted.

52 changes: 0 additions & 52 deletions src/components/About/Citation/index.js

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/About/Citation/style.css

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/About/Citation/test.js

This file was deleted.

105 changes: 0 additions & 105 deletions src/components/About/IDA/__snapshots__/test.js.snap

This file was deleted.

94 changes: 0 additions & 94 deletions src/components/About/IDA/index.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/components/About/IDA/style.css

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/About/IDA/test.js

This file was deleted.

Loading
Loading