summaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/RecentPosts
Commit message (Collapse)AuthorAgeFilesLines
* chore: load recent posts on homepage during buildArmand Philippot2022-02-141-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 loadedArmand Philippot2022-02-131-1/+11
|
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-2/+2
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-3/+13
|
* chore(widgets): update recent posts layoutArmand Philippot2022-01-261-4/+18
| | | | Replace flex with grid to avoid cards reflow on resize.
* chore: wrap dates with time tagArmand Philippot2022-01-251-10/+7
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-9/+9
|
* chore: add a spinner when content is loadingArmand Philippot2022-01-161-5/+8
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-152-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.