aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Buttons
Commit message (Collapse)AuthorAgeFilesLines
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-042-8/+9
| | | | | 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-293-8/+50
| | | | | I also fix the load more button position since I removed the margin auto.
* chore: add a button-like component for linksArmand Philippot2021-12-293-1/+86
|
* chore: add a theme toggleArmand Philippot2021-12-273-4/+46
| | | | Dark theme is not implemented yet.
* chore: replace svg imports with componentsArmand Philippot2021-12-222-5/+7
| | | | It allows me to control the colors of each SVG paths.
* chore: move toolbar size to global scopeArmand Philippot2021-12-201-1/+2
| | | | It allows me to manage footer padding on small viewports.
* chore: add a button to open/close search in toolbarArmand Philippot2021-12-203-1/+97
|
* chore: add a comment form to postsArmand Philippot2021-12-171-1/+1
|
* chore: define secondary button stylesArmand Philippot2021-12-164-5/+85
| | | | I also rename submit style to primary.
* chore: create contact pageArmand Philippot2021-12-163-0/+48