summaryrefslogtreecommitdiffstats
path: root/src/pages/recherche
Commit message (Collapse)AuthorAgeFilesLines
* chore: move pagination cursor title in a separate divArmand Philippot2022-02-011-0/+1
| | | | | | The progress bar will be clearer for everyone if the information about the number of loaded articles is printed without hovering the progress bar.
* refactor(config): move config from config dir to utilsArmand Philippot2022-01-291-7/+7
|
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-13/+55
|
* chore(i18n): replace i18n provider and helpersArmand Philippot2022-01-291-7/+7
|
* fix: handle translation with linguiArmand Philippot2022-01-281-9/+8
| | | | | | | | The previous method was not working so I tried a different approach. Translation is loaded but I'm still getting warnings: * Plurals for locale undefined aren't loaded * Text content did not match I can't figure how to fix them...
* chore: display a progress bar before load more buttonArmand Philippot2022-01-251-5/+26
| | | | | Since I'm using cursor pagination, users cannot know if there is a lot of posts available. With this cursor, they can verify the progression.
* chore: display total found posts in page metaArmand Philippot2022-01-251-1/+6
|
* chore: add a spinner when content is loadingArmand Philippot2022-01-161-9/+18
|
* chore: update sidebar and widgets stylesArmand Philippot2022-01-151-2/+2
| | | | | | | | | 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.
* chore: improve load more button accessibilityArmand Philippot2022-01-141-3/+12
| | | | | | On click, the focus should be moved to the last post in the list instead of keeping it on load more button. It helps to keep a consistent navigation for keyboard users for example.
* chore: change posts list stylesArmand Philippot2022-01-141-2/+10
|
* chore: adjust css grid on listing pages without sidebarArmand Philippot2022-01-071-2/+3
|
* refactor: reuse PostHeader for all pages except homepageArmand Philippot2022-01-061-11/+10
|
* refactor: avoid useless assignement before return statementArmand Philippot2022-01-041-10/+7
|
* chore: add a breadcrumb componentArmand Philippot2021-12-211-3/+6
|
* chore: create search viewArmand Philippot2021-12-201-0/+110