summaryrefslogtreecommitdiffstats
path: root/src/components/Form
Commit message (Collapse)AuthorAgeFilesLines
* chore: improve search box and add button interactions on hover/focusArmand Philippot2022-01-071-0/+14
|
* chore: improve comment sectionArmand Philippot2022-01-073-4/+23
| | | | I also adjust styles for all forms and primary buttons.
* chore: replace theme button with settingsArmand Philippot2022-01-052-6/+3
| | | | | I plan to add more user settings so theme options should be inside settings.
* refactor(sharing): avoid nested template literalsArmand Philippot2022-01-041-4/+2
| | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope.
* chore: add a theme toggleArmand Philippot2021-12-271-0/+4
| | | | Dark theme is not implemented yet.
* chore: define search form visibilityArmand Philippot2021-12-203-21/+37
|
* chore: create mutation to send mail from contact formArmand Philippot2021-12-171-7/+9
|
* chore: create contact pageArmand Philippot2021-12-166-0/+149