| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: close search form when launching search | Armand Philippot | 2022-05-24 | 2 | -0/+14 |
| | | |||||
| * | chore: update translation | Armand Philippot | 2022-05-24 | 2 | -1056/+760 |
| | | |||||
| * | chore: handle article fallback and revalidation | Armand Philippot | 2022-05-24 | 1 | -25/+26 |
| | | | | | | | By using useSWR I can fetch the changes from the backend. By using fallback, I can access new articles without rebuilding the entire app. | ||||
| * | chore: give autofocus to the toolbar search form | Armand Philippot | 2022-05-24 | 6 | -48/+98 |
| | | |||||
| * | chore: add a search form on 404 page | Armand Philippot | 2022-05-24 | 1 | -0/+9 |
| | | |||||
| * | chore: add a search form when posts list prints no results | Armand Philippot | 2022-05-24 | 13 | -53/+164 |
| | | |||||
| * | test: fix theme toggle and comment tests | Armand Philippot | 2022-05-24 | 4 | -30/+7 |
| | | |||||
| * | chore(toolbar): change icons to close button when activated | Armand Philippot | 2022-05-24 | 10 | -20/+254 |
| | | |||||
| * | chore: adjust cards list spacing | Armand Philippot | 2022-05-23 | 3 | -2/+11 |
| | | |||||
| * | fix: ensure all topics/thematics have the base url | Armand Philippot | 2022-05-23 | 15 | -53/+46 |
| | | |||||
| * | refactor(schema): use helpers function to avoid repeat between pages | Armand Philippot | 2022-05-23 | 13 | -449/+468 |
| | | |||||
| * | refactor: reduce the number of data transformation | Armand Philippot | 2022-05-23 | 38 | -971/+456 |
| | | |||||
| * | chore: adjust dark mode styles | Armand Philippot | 2022-05-22 | 6 | -34/+288 |
| | | |||||
| * | fix(storybook): create a fake wrapper for Table of Contents story | Armand Philippot | 2022-05-22 | 1 | -1/+22 |
| | | |||||
| * | chore(storybook): use custom themes and add dark mode support | Armand Philippot | 2022-05-22 | 1 | -8/+8 |
| | | |||||
| * | fix: render all images unoptimized in Storybook | Armand Philippot | 2022-05-22 | 17 | -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 1 | Armand Philippot | 2022-05-21 | 1 | -1/+1 |
| | | | | | | If I keep 1, some older comments are not displayed because the comments tree was deeper. | ||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 45 | -237/+362 |
| | | |||||
| * | fix: close Ackee tooltip on button click | Armand Philippot | 2022-05-21 | 4 | -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. | ||||
| * | chore: update some styles | Armand Philippot | 2022-05-21 | 12 | -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 styles | Armand Philippot | 2022-05-20 | 8 | -33/+111 |
| | | |||||
| * | chore: udpate code blocks style | Armand Philippot | 2022-05-20 | 4 | -570/+269 |
| | | |||||
| * | chore: handle blog pagination when JS is disabled | Armand Philippot | 2022-05-20 | 13 | -35/+472 |
| | | |||||
| * | refactor: rewrite Prism hooks and providers | Armand Philippot | 2022-05-19 | 14 | -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 pages | Armand Philippot | 2022-05-18 | 1 | -0/+1 |
| | | |||||
| * | chore: fix minor styles/typescript issues introduced during refactoring | Armand Philippot | 2022-05-18 | 4 | -3/+8 |
| | | |||||
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 36 | -142/+487 |
| | | |||||
| * | chore: close toolbar modals on click/focus outside | Armand Philippot | 2022-05-18 | 19 | -128/+258 |
| | | |||||
| * | chore: add branding animation | Armand Philippot | 2022-05-18 | 6 | -46/+171 |
| | | |||||
| * | fix: convert undefined into null inside GetStaticProps | Armand Philippot | 2022-05-17 | 1 | -3/+4 |
| | | | | | Next.js was complaining because it cannot serialize undefined values. | ||||
| * | chore: use persistent layout | Armand Philippot | 2022-05-17 | 22 | -116/+253 |
| | | | | | | It prevents to rerender the common components between pages (header, footer...). | ||||
| * | chore: make some widgets scrollable (like ToC) | Armand Philippot | 2022-05-17 | 3 | -1/+28 |
| | | |||||
| * | chore: adjust articles styles | Armand Philippot | 2022-05-17 | 12 | -113/+211 |
| | | | | | | * change animation on article card hover * change comments section alignment | ||||
| * | chore: listen scroll to hide/show back to top button | Armand Philippot | 2022-05-17 | 6 | -15/+79 |
| | | |||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 35 | -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 schema | Armand Philippot | 2022-05-16 | 22 | -206/+343 |
| | | |||||
| * | chore: add 404 page | Armand Philippot | 2022-05-16 | 1 | -0/+144 |
| | | |||||
| * | chore: improve accessibility | Armand Philippot | 2022-05-15 | 9 | -13/+100 |
| | | |||||
| * | chore: add Article pages | Armand Philippot | 2022-05-15 | 16 | -64/+634 |
| | | |||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 24 | -85/+436 |
| | | |||||
| * | chore: add Topic pages | Armand Philippot | 2022-05-13 | 3 | -6/+380 |
| | | |||||
| * | chore: add Thematic page | Armand Philippot | 2022-05-13 | 8 | -22/+460 |
| | | |||||
| * | chore: add blog page widgets | Armand Philippot | 2022-05-13 | 6 | -10/+188 |
| | | |||||
| * | chore: handle blog pagination | Armand Philippot | 2022-05-13 | 10 | -69/+415 |
| | | |||||
| * | chore: add the Blog index page | Armand Philippot | 2022-05-13 | 12 | -211/+489 |
| | | |||||
| * | chore: add Project single pages | Armand Philippot | 2022-05-13 | 14 | -109/+425 |
| | | |||||
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 43 | -607/+1173 |
| | | | | | | | 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 page | Armand Philippot | 2022-05-07 | 12 | -16/+305 |
| | | |||||
| * | chore: add a Projects page | Armand Philippot | 2022-05-05 | 5 | -14/+253 |
| | | |||||
| * | chore: add a CV page | Armand Philippot | 2022-05-03 | 12 | -36/+375 |
| | | |||||
