| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | refactor: split posts meta into smaller components | Armand Philippot | 2022-03-01 | 2 | -98/+106 | |
| | | ||||||
| * | fix: translate Ackee tooltip title | Armand Philippot | 2022-02-23 | 2 | -1/+9 | |
| | | ||||||
| * | fix: typo in french translation | Armand Philippot | 2022-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update translations | Armand Philippot | 2022-02-23 | 2 | -0/+72 | |
| | | ||||||
| * | chore: add a banner for users with JS disabled | Armand Philippot | 2022-02-14 | 2 | -0/+8 | |
| | | ||||||
| * | chore: display initial posts, thematics & topics | Armand Philippot | 2022-02-14 | 2 | -40/+8 | |
| | | | | | | 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 | 2 | -8/+0 | |
| | | | | | This way, even whithout JS, user can see the latest posts. | |||||
| * | chore: improve comment form user experience | Armand Philippot | 2022-02-14 | 2 | -16/+72 | |
| | | ||||||
| * | chore: add some noscript tags to explain why the data are not loaded | Armand Philippot | 2022-02-13 | 2 | -0/+56 | |
| | | ||||||
| * | chore: update some texts to reduce its width | Armand Philippot | 2022-02-13 | 2 | -22/+22 | |
| | | | | | | | | In French, "Utiliser le thème sombre" was a little too long, so instead I decided to remove the "Toggle" word and add an icon to help user understand the button purpose. Same way, "Aucune étoile" was too long, so I replace it with "0 étoile" | |||||
| * | chore: improve accessibility | Armand Philippot | 2022-02-11 | 2 | -0/+112 | |
| | | ||||||
| * | refactor: extract contact form from contact page | Armand Philippot | 2022-02-10 | 2 | -62/+62 | |
| | | | | | | The contact page file was too long. By extracting the contact form the readability is improved. | |||||
| * | chore: improve contact form behavior | Armand Philippot | 2022-02-10 | 2 | -0/+8 | |
| | | | | | | | | * The status was not visile in top of the form, so I moved it under the submit button. * It was possible to send an empty form. * The input type for email should be email instead of text. | |||||
| * | chore(prism): translate color scheme toggle button | Armand Philippot | 2022-02-08 | 2 | -0/+16 | |
| | | ||||||
| * | chore: move pagination cursor title in a separate div | Armand Philippot | 2022-02-01 | 2 | -9/+9 | |
| | | | | | | | The progress bar will be clearer for everyone if the information about the number of loaded articles is printed without hovering the progress bar. | |||||
| * | chore: add a new settings to handle prism theme from toolbar | Armand Philippot | 2022-02-01 | 2 | -0/+8 | |
| | | ||||||
| * | refactor(widgets): move social media websites from config to widget | Armand Philippot | 2022-01-29 | 2 | -0/+32 | |
| | | | | | | | I only use this config inside the SocialMedia widget so it makes more sense to gather them. In addition I can translate the website names if needed. | |||||
| * | refactor(widgets): move sharing websites from config to sharing widget | Armand Philippot | 2022-01-29 | 2 | -0/+48 | |
| | | | | | | | I only use these websites inside the sharing widget so it makes more sense to gather them. In addition, I can translate the website name if needed. | |||||
| * | chore: translate in French | Armand Philippot | 2022-01-29 | 1 | -135/+135 | |
| | | ||||||
| * | build(deps): remove lingui | Armand Philippot | 2022-01-29 | 5 | -1599/+0 | |
| | | ||||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 2 | -0/+1172 | |
| | | ||||||
| * | fix: handle translation with lingui | Armand Philippot | 2022-01-28 | 5 | -60/+1090 | |
| | | | | | | | | | The previous method was not working so I tried a different approach. Translation is loaded but I'm still getting warnings: * Plurals for locale undefined aren't loaded * Text content did not match I can't figure how to fix them... | |||||
| * | chore: translate website to French | Armand Philippot | 2022-01-27 | 2 | -4/+550 | |
| | | ||||||
| * | chore: load i18n translations using lingui provider | Armand Philippot | 2021-12-13 | 1 | -0/+23 | |
