summaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
* fix: render all images unoptimized in StorybookArmand Philippot2022-05-2217-74/+62
| | | | | | 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.
* fix(comments): allow a depth of 2 instead of 1Armand Philippot2022-05-211-1/+1
| | | | | If I keep 1, some older comments are not displayed because the comments tree was deeper.
* chore: complete Storybook storiesArmand Philippot2022-05-2145-237/+362
|
* fix: close Ackee tooltip on button clickArmand Philippot2022-05-213-19/+39
| | | | | | | The tooltip was closing and reopening on click because of a conflict between the button event and the hook useClickOutside. By checking that the event target is not the button, the tooltip is now closing as expected.
* chore: update some stylesArmand Philippot2022-05-216-25/+12
| | | | | | | * 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-205-17/+76
|
* chore: udpate code blocks styleArmand Philippot2022-05-201-139/+135
|
* chore: handle blog pagination when JS is disabledArmand Philippot2022-05-203-33/+74
|
* refactor: rewrite Prism hooks and providersArmand Philippot2022-05-193-22/+11
| | | | | It avoid some hydratation errors on project pages (not in article however) and the hooks are now reusable.
* chore: fix minor styles/typescript issues introduced during refactoringArmand Philippot2022-05-184-3/+8
|
* chore: handle settings changeArmand Philippot2022-05-1829-138/+358
|
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-1818-128/+215
|
* chore: add branding animationArmand Philippot2022-05-185-46/+142
|
* chore: use persistent layoutArmand Philippot2022-05-178-77/+105
| | | | | It prevents to rerender the common components between pages (header, footer...).
* chore: make some widgets scrollable (like ToC)Armand Philippot2022-05-173-1/+28
|
* chore: adjust articles stylesArmand Philippot2022-05-1710-111/+194
| | | | | * change animation on article card hover * change comments section alignment
* chore: listen scroll to hide/show back to top buttonArmand Philippot2022-05-175-15/+64
|
* chore: adjust and complete missing stylesArmand Philippot2022-05-1613-68/+105
| | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements
* refactor: use custom hook for breadcrumb items and schemaArmand Philippot2022-05-169-48/+149
|
* chore: improve accessibilityArmand Philippot2022-05-158-12/+99
|
* chore: add Article pagesArmand Philippot2022-05-1512-63/+200
|
* chore: add Search pageArmand Philippot2022-05-1516-72/+69
|
* chore: add Thematic pageArmand Philippot2022-05-133-3/+17
|
* chore: handle blog paginationArmand Philippot2022-05-136-27/+152
|
* chore: add the Blog index pageArmand Philippot2022-05-139-174/+259
|
* chore: add Project single pagesArmand Philippot2022-05-135-28/+39
|
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-0938-543/+1154
| | | | | | 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-075-10/+41
|
* chore: add a CV pageArmand Philippot2022-05-0310-36/+174
|
* chore: add a LegalNotice pageArmand Philippot2022-05-037-13/+27
|
* chore: add homepageArmand Philippot2022-05-0314-41/+183
|
* chore: add a Columns componentArmand Philippot2022-04-294-0/+235
|
* chore: add a Column componentArmand Philippot2022-04-293-0/+57
|
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-29152-8745/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* chore: add a Feed icon componentArmand Philippot2022-04-264-0/+123
|
* chore: add a PageLayout componentArmand Philippot2022-04-2516-22/+949
|
* chore: add a SectionedLayout componentArmand Philippot2022-04-223-0/+145
|
* chore: add a Layout componentArmand Philippot2022-04-226-1/+259
| | | | 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-225-2/+245
|
* 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
|
* chore: add a Pagination componentArmand Philippot2022-04-214-0/+472
|
* chore: add a PageHeader componentArmand Philippot2022-04-214-0/+233
|
* chore: add a PageFooter componentArmand Philippot2022-04-213-0/+87
|
* chore: add a Sidebar componentArmand Philippot2022-04-204-0/+97
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-2087-441/+1908
| | | | | Add more stories for each components and change some components categories for better organization.
* chore: add a Code componentArmand Philippot2022-04-194-0/+542
|
* chore: add a Gallery componentArmand Philippot2022-04-194-0/+174
|