summaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/Button/Button.tsx
Commit message (Collapse)AuthorAgeFilesLines
* chore: move pagination cursor title in a separate divArmand Philippot2022-02-011-1/+4
| | | | | | The progress bar will be clearer for everyone if the information about the number of loaded articles is printed without hovering the progress bar.
* refactor(buttons): add a tertiary kind (previously links styles)Armand Philippot2022-01-141-9/+4
|
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-041-5/+6
| | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope.
* chore: replace read more link with ButtonLink componentArmand Philippot2021-12-291-1/+6
| | | | | I also fix the load more button position since I removed the margin auto.
* chore: add a comment form to postsArmand Philippot2021-12-171-1/+1
|
* chore: define secondary button stylesArmand Philippot2021-12-161-0/+31
I also rename submit style to primary.