aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/nav
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite PostsList componentArmand Philippot2023-11-132-1/+16
| | | | | | | | | | | | | | | * remove NoResults component and move logic to Search page * add a usePostsList hook * remove Pagination from PostsList (it is only used if javascript is disabled and not on every posts list) * replace `byYear` prop with `sortByYear` * replace `loadMore` prop with `onLoadMore` * remove `showLoadMoreBtn` (we can use `loadMore` prop instead to determine if we need to display the button) * replace `titleLevel` prop with `headingLvl` * add `firstNewResult` prop to handle focus on the new results when loading more article (we should not focus a useless span but the item directly)
* refactor(components): extract MainNav component from toolbarArmand Philippot2023-11-116-0/+178
|
* refactor(components): rewrite Breadcrumbs componentArmand Philippot2023-11-116-0/+152
|
* refactor(components): rewrite Pagination componentArmand Philippot2023-11-116-0/+526