summaryrefslogtreecommitdiffstats
path: root/src/components/organisms
Commit message (Collapse)AuthorAgeFilesLines
* chore: close search form when launching searchArmand Philippot2022-05-241-0/+2
|
* chore: give autofocus to the toolbar search formArmand Philippot2022-05-243-27/+35
|
* chore: add a search form when posts list prints no resultsArmand Philippot2022-05-247-48/+149
|
* test: fix theme toggle and comment testsArmand Philippot2022-05-242-26/+3
|
* chore(toolbar): change icons to close button when activatedArmand Philippot2022-05-244-20/+24
|
* chore: adjust cards list spacingArmand Philippot2022-05-231-0/+7
|
* fix: ensure all topics/thematics have the base urlArmand Philippot2022-05-233-8/+8
|
* refactor: reduce the number of data transformationArmand Philippot2022-05-2317-471/+374
|
* fix(storybook): create a fake wrapper for Table of Contents storyArmand Philippot2022-05-221-1/+22
|
* fix: render all images unoptimized in StorybookArmand Philippot2022-05-2211-42/+4
| | | | | | There is a bug with next/image and Storybook. I was manually adding `unoptimized` to images. Instead we can use a workaround by adding an extra config in Storybook `preview.js` file.
* chore: complete Storybook storiesArmand Philippot2022-05-2119-57/+198
|
* 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
|