summaryrefslogtreecommitdiffstats
path: root/src/components/Buttons
Commit message (Collapse)AuthorAgeFilesLines
* 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