| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: provide pagination for users with js disabled (#13) | Armand Philippot | 2022-03-09 | 1 | -4/+20 |
| | | | | | | | | | | * chore: add a Pagination component * chore: add blog pages * chore: fallback to page number based navigation if JS disabled * chore: update translation | ||||
| * | refactor: split posts meta into smaller components | Armand Philippot | 2022-03-01 | 1 | -49/+53 |
| | | |||||
| * | fix: translate Ackee tooltip title | Armand Philippot | 2022-02-23 | 1 | -0/+4 |
| | | |||||
| * | chore: update translations | Armand Philippot | 2022-02-23 | 1 | -0/+36 |
| | | |||||
| * | chore: add a banner for users with JS disabled | Armand Philippot | 2022-02-14 | 1 | -0/+4 |
| | | |||||
| * | chore: display initial posts, thematics & topics | Armand Philippot | 2022-02-14 | 1 | -20/+4 |
| | | | | | | 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 | -4/+0 |
| | | | | | This way, even whithout JS, user can see the latest posts. | ||||
| * | chore: improve comment form user experience | Armand Philippot | 2022-02-14 | 1 | -8/+36 |
| | | |||||
| * | chore: add some noscript tags to explain why the data are not loaded | Armand Philippot | 2022-02-13 | 1 | -0/+28 |
| | | |||||
| * | chore: update some texts to reduce its width | Armand Philippot | 2022-02-13 | 1 | -11/+11 |
| | | | | | | | | 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 | 1 | -0/+56 |
| | | |||||
| * | refactor: extract contact form from contact page | Armand Philippot | 2022-02-10 | 1 | -31/+31 |
| | | | | | | 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 | 1 | -0/+4 |
| | | | | | | | | * 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 | 1 | -0/+8 |
| | | |||||
| * | chore: move pagination cursor title in a separate div | Armand Philippot | 2022-02-01 | 1 | -4/+4 |
| | | | | | | | 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 | 1 | -0/+4 |
| | | |||||
| * | refactor(widgets): move social media websites from config to widget | Armand Philippot | 2022-01-29 | 1 | -0/+16 |
| | | | | | | | 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 | 1 | -0/+24 |
| | | | | | | | 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: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -0/+586 |
