aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/recherche/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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