| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 7 | -288/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | refactor: load prism plugins without babel | Armand Philippot | 2022-03-24 | 1 | -21/+60 |
| | | |||||
| * | refactor: use formatjs swc plugin | Armand Philippot | 2022-03-23 | 1 | -0/+5 |
| | | | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id. | ||||
| * | chore(homepage): use next/image for images and specify width/height | Armand Philippot | 2022-02-22 | 2 | -19/+24 |
| | | |||||
| * | chore: update some texts to reduce its width | Armand Philippot | 2022-02-13 | 1 | -2/+2 |
| | | | | | | | | 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" | ||||
| * | fix: translate Prism toolbar buttons on MDX code blocks | Armand Philippot | 2022-02-08 | 1 | -13/+29 |
| | | | | | The translation was only set on page refresh. | ||||
| * | chore(prism): translate color scheme toggle button | Armand Philippot | 2022-02-08 | 1 | -1/+5 |
| | | |||||
| * | refactor(prism): rename color scheme attributes and remove prefix | Armand Philippot | 2022-02-08 | 1 | -1/+1 |
| | | |||||
| * | chore: add a new settings to handle prism theme from toolbar | Armand Philippot | 2022-02-01 | 1 | -0/+10 |
| | | |||||
| * | chore: add a Prism plugin to set code blocks theme | Armand Philippot | 2022-01-31 | 1 | -0/+1 |
| | | |||||
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 1 | -2/+2 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 1 | -2/+4 |
| | | |||||
| * | chore: add a Gallery component for MDX rendering | Armand Philippot | 2022-01-26 | 3 | -1/+56 |
| | | |||||
| * | chore: create a ResponsiveImage component for MDX rendering | Armand Philippot | 2022-01-26 | 3 | -1/+87 |
| | | |||||
| * | chore: create a Link component for MDX rendering | Armand Philippot | 2022-01-26 | 2 | -1/+25 |
| | | |||||
| * | chore: create a CodeBlock component for MDX rendering | Armand Philippot | 2022-01-26 | 2 | -0/+41 |
