summaryrefslogtreecommitdiffstats
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.
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132