| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | chore: add a ResponsiveImage component | Armand Philippot | 2022-04-06 | 5 | -3/+240 | |
| | | ||||||
| * | chore: add a List component | Armand Philippot | 2022-04-05 | 4 | -0/+218 | |
| | | ||||||
| * | chore: add a ProgressBar component | Armand Philippot | 2022-04-05 | 4 | -0/+177 | |
| | | ||||||
| * | chore: add a SharingLink component | Armand Philippot | 2022-04-05 | 4 | -0/+301 | |
| | | ||||||
| * | chore: add a PlusMinus icon component | Armand Philippot | 2022-04-04 | 4 | -0/+173 | |
| | | ||||||
| * | chore: add a Branding component | Armand Philippot | 2022-04-04 | 8 | -4/+419 | |
| | | ||||||
| * | chore: add a FlippingLogo component | Armand Philippot | 2022-04-04 | 4 | -0/+185 | |
| | | ||||||
| * | chore: add a Logo component | Armand Philippot | 2022-04-04 | 4 | -0/+96 | |
| | | ||||||
| * | chore: add a NavLink component | Armand Philippot | 2022-04-04 | 4 | -0/+145 | |
| | | ||||||
| * | chore: add a Spinner component | Armand Philippot | 2022-04-04 | 4 | -0/+127 | |
| | | ||||||
| * | chore: add a labelled select field component | Armand Philippot | 2022-04-01 | 5 | -11/+182 | |
| | | ||||||
| * | chore: add labelled field component | Armand Philippot | 2022-04-01 | 6 | -14/+250 | |
| | | ||||||
| * | 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 | 10 | -74/+178 | |
| | | ||||||
| * | refactor: use formatjs swc plugin | Armand Philippot | 2022-03-23 | 61 | -3/+216 | |
| | | | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id. | |||||
| * | fix: add a spinner if blog page is loading | Armand Philippot | 2022-03-09 | 1 | -0/+3 | |
| | | ||||||
| * | refactor: update graphql queries (#14) | Armand Philippot | 2022-03-09 | 7 | -53/+46 | |
| | | | | | | | | | | | | | | | | | | | * 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 | 10 | -40/+550 | |
| | | | | | | | | | | * 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 | 2 | -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 | 3 | -37/+18 | |
| | | | | | | | 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: use a different configuration depending on app env | Armand Philippot | 2022-03-04 | 3 | -9/+19 | |
| | | | | | | | It will be useful with Docker. Instead of cloning the project with a different configuration, I can manage two different configuration thanks to dotenv and some checking inside the app. | |||||
| * | chore(i18n): replace Subscribe translation text | Armand Philippot | 2022-03-03 | 1 | -1/+1 | |
| | | | | | In the context, "Vous abonner" is more accurated than "S'abonner". | |||||
| * | 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... | |||||
| * | chore: add wp-graphql-get-extended project | Armand Philippot | 2022-03-02 | 1 | -0/+0 | |
| | | ||||||
| * | refactor: split posts meta into smaller components | Armand Philippot | 2022-03-01 | 19 | -343/+515 | |
| | | ||||||
| * | 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. | |||||
