aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: update some stylesArmand Philippot2022-05-214-5/+10
| | | | | | | * Improve wp-blocks-columns, wp-block-quote and some images * Make Sharing widget consistent between pages * Remove margin option from lists * Fix Topic logo alignement
* chore: update images stylesArmand Philippot2022-05-202-8/+8
|
* chore: handle blog pagination when JS is disabledArmand Philippot2022-05-201-27/+68
|
* chore: fix minor styles/typescript issues introduced during refactoringArmand Philippot2022-05-181-1/+0
|
* chore: handle settings changeArmand Philippot2022-05-1815-45/+236
|
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-1816-118/+199
|
* chore: add branding animationArmand Philippot2022-05-182-1/+16
|
* chore: make some widgets scrollable (like ToC)Armand Philippot2022-05-171-0/+1
|
* chore: adjust articles stylesArmand Philippot2022-05-172-5/+16
| | | | | * change animation on article card hover * change comments section alignment
* chore: listen scroll to hide/show back to top buttonArmand Philippot2022-05-172-11/+31
|
* chore: adjust and complete missing stylesArmand Philippot2022-05-163-17/+23
| | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements
* chore: improve accessibilityArmand Philippot2022-05-153-2/+21
|
* chore: add Article pagesArmand Philippot2022-05-159-51/+110
|
* chore: add Search pageArmand Philippot2022-05-1515-71/+67
|
* chore: add Thematic pageArmand Philippot2022-05-133-3/+17
|
* chore: handle blog paginationArmand Philippot2022-05-135-26/+151
|
* chore: add the Blog index pageArmand Philippot2022-05-137-99/+172
|
* 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