| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore: add a back to top component | Armand Philippot | 2022-04-01 | 9 | -7/+204 | |
| | | ||||||
| * | chore: add a social link component | Armand Philippot | 2022-04-01 | 4 | -0/+149 | |
| | | ||||||
| * | chore: add a career icon component | Armand Philippot | 2022-04-01 | 4 | -0/+139 | |
| | | ||||||
| * | chore: add a magnifying glass icon component | Armand Philippot | 2022-04-01 | 4 | -0/+88 | |
| | | ||||||
| * | chore: add an envelop svg icon component | Armand Philippot | 2022-04-01 | 4 | -0/+110 | |
| | | ||||||
| * | chore: add a computer screen icon component | Armand Philippot | 2022-04-01 | 4 | -0/+133 | |
| | | ||||||
| * | chore: add a Hamburger icon component | Armand Philippot | 2022-04-01 | 4 | -0/+111 | |
| | | ||||||
| * | chore: add a Cog icon component | Armand Philippot | 2022-04-01 | 4 | -0/+53 | |
| | | ||||||
| * | chore: add a Close icon component | Armand Philippot | 2022-04-01 | 4 | -0/+62 | |
| | | ||||||
| * | chore: add a CC BY SA svg icon component | Armand Philippot | 2022-04-01 | 4 | -0/+70 | |
| | | ||||||
| * | chore: add a posts stack svg icon component | Armand Philippot | 2022-03-31 | 4 | -0/+112 | |
| | | ||||||
| * | chore: add a Home icon component | Armand Philippot | 2022-03-31 | 4 | -0/+111 | |
| | | ||||||
| * | chore: add a Moon icon component | Armand Philippot | 2022-03-31 | 4 | -0/+51 | |
| | | ||||||
| * | chore: add a Sun icon component | Armand Philippot | 2022-03-31 | 4 | -0/+59 | |
| | | ||||||
| * | chore: add an Arrow icon component | Armand Philippot | 2022-03-31 | 4 | -0/+151 | |
| | | ||||||
| * | chore: add a Link component | Armand Philippot | 2022-03-31 | 4 | -0/+153 | |
| | | ||||||
| * | chore: add a Label component | Armand Philippot | 2022-03-31 | 4 | -0/+97 | |
| | | ||||||
| * | chore: add a Select component | Armand Philippot | 2022-03-31 | 3 | -0/+197 | |
| | | ||||||
| * | chore: add a Field component | Armand Philippot | 2022-03-31 | 4 | -0/+323 | |
| | | ||||||
| * | chore: add a Heading component | Armand Philippot | 2022-03-31 | 3 | -0/+104 | |
| | | ||||||
| * | chore: add a button link component | Armand Philippot | 2022-03-31 | 4 | -0/+127 | |
| | | ||||||
| * | chore: add a button component | Armand Philippot | 2022-03-31 | 4 | -0/+345 | |
| | | ||||||
| * | refactor: load prism plugins without babel | Armand Philippot | 2022-03-24 | 2 | -22/+61 | |
| | | ||||||
| * | refactor: use formatjs swc plugin | Armand Philippot | 2022-03-23 | 48 | -2/+140 | |
| | | | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id. | |||||
| * | refactor: update graphql queries (#14) | Armand Philippot | 2022-03-09 | 2 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | | * refactor: replace postBy query postBy is now deprecated in WPGraphQL v1.7 * refactor: update post comments query PostBy is deprecated and it is now possible to use the post ID to query comments. * refactor: update get topic by slug query topicBy is deprecated * refactor: update get thematic by slug query thematicBy is deprecated | |||||
| * | feat: provide pagination for users with js disabled (#13) | Armand Philippot | 2022-03-09 | 2 | -0/+223 | |
| | | | | | | | | | | * chore: add a Pagination component * chore: add blog pages * chore: fallback to page number based navigation if JS disabled * chore: update translation | |||||
| * | chore: change header photo | Armand Philippot | 2022-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | fix(meta): display full meta if posts count equal zero | Armand Philippot | 2022-03-07 | 1 | -1/+1 | |
| | | | | | | When posts count equal zero (search page for example), only O was printed instead of "Total: No articles". | |||||
| * | fix(animations): avoid zomm in/out effect on mobile | Armand Philippot | 2022-03-06 | 2 | -5/+7 | |
| | | | | | | | Due to translateX transform and overflow, on small screens a zoom in / zoom out effect happened. So I adjust the animations for branding and job. | |||||
| * | chore: change recent posts alignement | Armand Philippot | 2022-03-03 | 1 | -0/+1 | |
| | | | | | | Instead of align them to left on small screens, I decided to centered them. | |||||
| * | fix: improve Ackee tooltip display on small screen | Armand Philippot | 2022-03-03 | 2 | -8/+22 | |
| | | | | | | Since I translated to French, the text did not fit into container on small screens. It is not perfect, but I plan to replace Ackee so... | |||||
| * | refactor: split posts meta into smaller components | Armand Philippot | 2022-03-01 | 15 | -243/+405 | |
| | | ||||||
| * | refactor: import comment form dynamically when reply to a comment | Armand Philippot | 2022-03-01 | 2 | -16/+27 | |
| | | | | | | The comment form is displayed only if an user click on the reply button so importing it dynamically should improve performances. | |||||
| * | refactor: import dynamically SearchForm and Settings components | Armand Philippot | 2022-03-01 | 1 | -4/+15 | |
| | | | | | | These components are only available after a click from the user, so using dynamic import should improve performances. | |||||
| * | chore: combine input/textarea/select in a single component | Armand Philippot | 2022-02-25 | 24 | -259/+230 | |
| | | ||||||
| * | refactor: replace label elements with Label component | Armand Philippot | 2022-02-25 | 5 | -72/+78 | |
| | | ||||||
| * | fix: translate Ackee tooltip title | Armand Philippot | 2022-02-23 | 1 | -1/+7 | |
| | | ||||||
| * | feat: improve Ackee tracking (#11) | Armand Philippot | 2022-02-23 | 13 | -2/+482 | |
| | | | | | | | | | | | | | | | | | | * build(deps): add use-ackee hook package * chore: create a context provider for Ackee The provider allows users to change the 'detailed' settings. * chore: add a select menu to choose which info to share with Ackee * chore: add a tooltip for askee settings * chore: replace default select styles with custom styles * chore: register user choice in localstorage * chore: replace Matomo with Ackee in legal notice | |||||
| * | chore(homepage): use next/image for images and specify width/height | Armand Philippot | 2022-02-22 | 2 | -19/+24 | |
| | | ||||||
| * | refactor: replace script tags with next/script (#10) | Armand Philippot | 2022-02-21 | 5 | -38/+29 | |
| | | | | | | | | | * refactor: replace script tags with next/script Since next.js v12.1.0 some warnings was displayed because I was using some script tags. * build(deps): bump next-themes to v0.1.1 | |||||
| * | feat: replace Matomo with Ackee | Armand Philippot | 2022-02-21 | 1 | -0/+8 | |
| | | | | | | I do not use all Matomo features so I was searching a lightweight analytics tools. I will give a try to Ackee. | |||||
| * | refactor(animations): replace width animations with transform | Armand Philippot | 2022-02-18 | 2 | -5/+9 | |
| | | | | | | | Animations based on width or height can be expensive and can cause lower performances. So, instead I use transform to obtain the same effect. | |||||
| * | fix: prevent cropped plus/minus icon on widgets (#8) | Armand Philippot | 2022-02-18 | 1 | -0/+1 | |
| | | | | | Because of the default padding on button element, in some browsers the plus/minus icon on widgets was cropped. | |||||
| * | chore: remove the use of id reference for potentialAction (#6) | Armand Philippot | 2022-02-16 | 1 | -13/+15 | |
| | | | | | Google doesn't like the id reference here. So, instead, I include the variable directly. | |||||
| * | fix: make schema.org markup valid (#4) | Armand Philippot | 2022-02-16 | 4 | -8/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 49c1b3b1556a0eb91c429a961fedd2bded8ffd47 Author: Armand Philippot <git@armandphilippot.com> Date: Wed Feb 16 15:17:52 2022 +0100 chore: add headline field to blogPosting schema commit 42214c6f032cc899ec252a9387be35dcad738546 Author: Armand Philippot <git@armandphilippot.com> Date: Wed Feb 16 15:09:11 2022 +0100 chore: update the searchAction markup and add query-input Google was complaining about "query-input" which is not in Schema.org representation. So I added it. commit 5f29226d937cbdcd262df2793f1588435d850f02 Author: Armand Philippot <git@armandphilippot.com> Date: Wed Feb 16 14:32:14 2022 +0100 chore: remove breadcrumb from homepage The breadcrumb is not displayed on the homepage, so the breadcrumb field should not appear inside Schema markup. | |||||
| * | chore: add a banner for users with JS disabled | Armand Philippot | 2022-02-14 | 2 | -0/+33 | |
| | | ||||||
| * | chore: display initial posts, thematics & topics | Armand Philippot | 2022-02-14 | 4 | -26/+14 | |
| | | | | | | By fetching the data in getStaticProps, I can display the data even for users with Javascript disabled. | |||||
| * | chore: load recent posts on homepage during build | Armand Philippot | 2022-02-14 | 1 | -14/+7 | |
| | | | | | This way, even whithout JS, user can see the latest posts. | |||||
| * | fix: open toolbar menu without double click | Armand Philippot | 2022-02-14 | 4 | -61/+39 | |
| | | | | | | | When the main nav was opened, a double click on the search button or the settings button was necessary to open a new menu. Now, it works as expected: the main nav is closed and the menu is opened in one click. | |||||
| * | chore: improve comment form user experience | Armand Philippot | 2022-02-14 | 4 | -67/+117 | |
| | | ||||||
