aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/PaginationCursor/PaginationCursor.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* 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.