aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms
Commit message (Collapse)AuthorAgeFilesLines
* chore: add Project single pagesArmand Philippot2022-05-134-28/+34
|
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-0916-245/+281
| | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels.
* chore: add a Contact pageArmand Philippot2022-05-073-7/+17
|
* chore: add a CV pageArmand Philippot2022-05-034-19/+48
|
* chore: add a LegalNotice pageArmand Philippot2022-05-034-5/+16
|
* chore: add homepageArmand Philippot2022-05-033-4/+21
|
* chore: add a PageLayout componentArmand Philippot2022-04-255-13/+19
|
* chore: add a Layout componentArmand Philippot2022-04-222-1/+8
| | | | It defines the different components used by all other layouts.
* chore: add a TableOfContents componentArmand Philippot2022-04-223-0/+106
|
* chore: add a Header componentArmand Philippot2022-04-224-0/+243
|
* chore: add a CommentsList componentArmand Philippot2022-04-227-7/+291
|
* chore: add a Comment componentArmand Philippot2022-04-214-0/+443
|
* chore: add a PostsList componentArmand Philippot2022-04-214-0/+431
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-2021-131/+512
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a Gallery componentArmand Philippot2022-04-194-0/+174
|
* refactor: support React 18Armand Philippot2022-04-1619-116/+129
| | | | | | | | I replaced the deprecated VFC type with FC type and made all children explicits. Formatjs is still not compatible with React 18 so I need to skip type checking when comitting. There are some type errors because of IntlProvider in Storybook stories.
* chore: add an ImageWidget componentArmand Philippot2022-04-154-0/+285
|
* chore: add an Overview componentArmand Philippot2022-04-154-0/+124
|
* chore: add a SocialMedia componentArmand Philippot2022-04-154-0/+140
|
* chore: add a SharingWidget componentArmand Philippot2022-04-154-0/+309
|
* chore: add a LinksListWidget componentArmand Philippot2022-04-154-0/+276
|
* chore: add a ContactForm componentArmand Philippot2022-04-154-0/+263
|
* chore: add a CommentForm componentArmand Philippot2022-04-154-0/+288
|
* chore: add a Toolbar componentArmand Philippot2022-04-147-63/+243
|
* chore: add a Search componentArmand Philippot2022-04-144-0/+151
|
* chore: add a SearchModal componentArmand Philippot2022-04-144-0/+70
|
* chore: add a SearchForm componentArmand Philippot2022-04-144-0/+165
|
* chore: add a Settings componentArmand Philippot2022-04-147-13/+202
|
* chore: add a MainNav componentArmand Philippot2022-04-145-0/+361
|
* chore: add a CardsList componentArmand Philippot2022-04-134-0/+273
|
* chore: add a Footer componentArmand Philippot2022-04-124-0/+198
|
* chore: add a Summary componentArmand Philippot2022-04-124-0/+388
|
* chore: add a Settings modal componentArmand Philippot2022-04-084-0/+130