aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * build(deps): upgrade Storybook to v6.5.3Armand Philippot2022-05-212-793/+976
| |
| * fix: close Ackee tooltip on button clickArmand Philippot2022-05-214-21/+44
| | | | | | | | | | | | | | 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.
| * fix: update CSP for media srcArmand Philippot2022-05-211-2/+2
| | | | | | | | Some webm video was not loaded because of Content Security Policy.
| * chore: update some stylesArmand Philippot2022-05-2112-52/+51
| | | | | | | | | | | | | | * 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-208-33/+111
| |
| * chore: udpate code blocks styleArmand Philippot2022-05-204-570/+269
| |
| * chore: handle blog pagination when JS is disabledArmand Philippot2022-05-2013-35/+472
| |
| * refactor: rewrite Prism hooks and providersArmand Philippot2022-05-1914-291/+346
| | | | | | | | | | It avoid some hydratation errors on project pages (not in article however) and the hooks are now reusable.
| * chore: add total articles on thematic pagesArmand Philippot2022-05-181-0/+1
| |
| * chore: fix minor styles/typescript issues introduced during refactoringArmand Philippot2022-05-185-4/+10
| |
| * chore: handle settings changeArmand Philippot2022-05-1836-142/+487
| |
| * chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-1819-128/+258
| |
| * chore: add branding animationArmand Philippot2022-05-186-46/+171
| |
| * fix: convert undefined into null inside GetStaticPropsArmand Philippot2022-05-171-3/+4
| | | | | | | | Next.js was complaining because it cannot serialize undefined values.
| * chore: use persistent layoutArmand Philippot2022-05-1722-116/+253
| | | | | | | | | | 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-1712-113/+211
| | | | | | | | | | * change animation on article card hover * change comments section alignment
| * chore: listen scroll to hide/show back to top buttonArmand Philippot2022-05-176-15/+79
| |
| * chore: adjust and complete missing stylesArmand Philippot2022-05-1635-301/+1036
| | | | | | | | | | | | * 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-1622-206/+343
| |
| * chore: add 404 pageArmand Philippot2022-05-161-0/+144
| |
| * chore: improve accessibilityArmand Philippot2022-05-159-13/+100
| |
| * chore: add Article pagesArmand Philippot2022-05-1516-64/+634
| |
| * chore: add Search pageArmand Philippot2022-05-1524-85/+436
| |
| * chore: add Topic pagesArmand Philippot2022-05-133-6/+380
| |
| * chore: add Thematic pageArmand Philippot2022-05-138-22/+460
| |
| * chore: add blog page widgetsArmand Philippot2022-05-136-10/+188
| |
| * chore: handle blog paginationArmand Philippot2022-05-1310-69/+415
| |
| * chore: add the Blog index pageArmand Philippot2022-05-1312-211/+489
| |
| * chore: add Project single pagesArmand Philippot2022-05-1314-109/+425
| |
| * refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-0944-607/+1182
| | | | | | | | | | | | 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-0712-16/+305
| |
| * chore: add a Projects pageArmand Philippot2022-05-055-14/+253
| |
| * chore: add a CV pageArmand Philippot2022-05-0312-36/+375
| |
| * chore: add a LegalNotice pageArmand Philippot2022-05-0313-33/+209
| |
| * chore: add homepageArmand Philippot2022-05-0319-93/+745
| |
| * chore: fetch posts for rss feedArmand Philippot2022-05-029-19/+450
| |
| * refactor: rewrite API fetching method and GraphQL queriesArmand Philippot2022-05-027-23/+651
| |
| * 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-29192-13156/+9
| | | | | | | | | | 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-2520-25/+1019
| |
| * chore: add a SectionedLayout componentArmand Philippot2022-04-223-0/+145
| |
| * chore: add a Layout componentArmand Philippot2022-04-2210-23/+267
| | | | | | | | It defines the different components used by all other layouts.
| * chore: add a TableOfContents componentArmand Philippot2022-04-224-0/+259
| |
| * 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
| |