summaryrefslogtreecommitdiffstats
path: root/src/components/PaginationCursor/PaginationCursor.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove old pages, components, helpers and typesArmand Philippot2022-04-291-43/+0
| | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch.
* refactor: use formatjs swc pluginArmand Philippot2022-03-231-0/+2
| | | | | I'm not able to configure SWC plugins in Next.js so to make it works, all translation must have an id.
* 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.