aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/PaginationCursor/PaginationCursor.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: move pagination cursor title in a separate divArmand Philippot2022-02-011-8/+10
| | | | | | The progress bar will be clearer for everyone if the information about the number of loaded articles is printed without hovering the progress bar.
* chore: replace lingui functions with react-intlArmand Philippot2022-01-291-6/+15
|
* chore: display a progress bar before load more buttonArmand Philippot2022-01-251-0/+30
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.