| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 2 | -187/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | refactor: use formatjs swc plugin | Armand Philippot | 2022-03-23 | 1 | -0/+2 |
| | | | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id. | ||||
| * | 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. | ||||
| * | 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. | ||||
| * | chore: add some noscript tags to explain why the data are not loaded | Armand Philippot | 2022-02-13 | 1 | -1/+11 |
| | | |||||
| * | 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 | -3/+13 |
| | | |||||
| * | chore(widgets): update recent posts layout | Armand Philippot | 2022-01-26 | 1 | -4/+18 |
| | | | | | Replace flex with grid to avoid cards reflow on resize. | ||||
| * | chore: wrap dates with time tag | Armand Philippot | 2022-01-25 | 1 | -10/+7 |
| | | |||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 1 | -9/+9 |
| | | |||||
| * | chore: add a spinner when content is loading | Armand Philippot | 2022-01-16 | 1 | -5/+8 |
| | | |||||
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 2 | -0/+157 |
| I'm now using a widget that can be expanded/collapsed. It also allows me to handle more effectively widgets overflow and to avoid styles repetitions. However, with stylelint rule "no-descending-specificity", I'm not sure if the stylesheets are really logical... Maybe I should deactivate this rule. | |||||
