aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/PaginationCursor/PaginationCursor.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: move pagination cursor title in a separate divArmand Philippot2022-02-011-2/+9
| | | | | | The progress bar will be clearer for everyone if the information about the number of loaded articles is printed without hovering the progress bar.
* fix: make progress bar styles consistent between browsersArmand Philippot2022-01-271-0/+8
| | | | | On Chromium the progress bar background was not applied. However the border is still thicker than on Firefox.
* chore: display a progress bar before load more buttonArmand Philippot2022-01-251-0/+28
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.