| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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: display initial posts, thematics & topics | Armand Philippot | 2022-02-14 | 4 | -26/+14 |
| | | | | | | 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 | -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 | 6 | -1/+42 |
| | | |||||
| * | chore: adjust spacings, overflow and transitions of widgets | Armand Philippot | 2022-02-12 | 1 | -0/+1 |
| | | |||||
| * | chore: improve accessibility | Armand Philippot | 2022-02-11 | 1 | -2/+13 |
| | | |||||
| * | chore: improve widgets | Armand Philippot | 2022-02-10 | 4 | -42/+13 |
| | | | | | | | | | * Make all widgets expanded by default. This way, without Javascript, thematics and topics are still available. * Improve collapse/expand transition. * Remove widget scrollbar: the height was sometimes weird because of that. Except for ToC on large devices. | ||||
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 1 | -2/+2 |
| | | |||||
| * | refactor(widgets): move social media websites from config to widget | Armand Philippot | 2022-01-29 | 1 | -2/+39 |
| | | | | | | | 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 | -3/+88 |
| | | | | | | | 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 | 8 | -23/+109 |
| | | |||||
| * | 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: adjust colors and grid layout | Armand Philippot | 2022-01-25 | 1 | -31/+0 |
| | | |||||
| * | chore: wrap dates with time tag | Armand Philippot | 2022-01-25 | 1 | -10/+7 |
| | | |||||
| * | refactor: rename all subject occurrences into topic | Armand Philippot | 2022-01-23 | 2 | -17/+17 |
| | | | | | | I change the name in graphql endpoint, so I decided to repercute this change here. | ||||
| * | feat: implement dark mode | Armand Philippot | 2022-01-17 | 3 | -4/+24 |
| | | |||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 4 | -31/+18 |
| | | |||||
| * | chore: add a spinner when content is loading | Armand Philippot | 2022-01-16 | 4 | -34/+57 |
| | | |||||
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 15 | -0/+903 |
| 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. | |||||
