aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Form/Form.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* chore: combine input/textarea/select in a single componentArmand Philippot2022-02-251-70/+0
|
* refactor: replace label elements with Label componentArmand Philippot2022-02-251-12/+0
|
* refactor(settings): make toggle reusableArmand Philippot2022-01-171-1/+7
| | | | | Toggle will be used for others settings so I extract the functionnality from ThemeToggle.
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-3/+3
|
* chore(comments): handle comment replyArmand Philippot2022-01-151-0/+6
|
* chore: improve search box and add button interactions on hover/focusArmand Philippot2022-01-071-0/+14
|
* chore: improve comment sectionArmand Philippot2022-01-071-2/+21
| | | | I also adjust styles for all forms and primary buttons.
* chore: replace theme button with settingsArmand Philippot2022-01-051-5/+2
| | | | | I plan to add more user settings so theme options should be inside settings.
* chore: add a theme toggleArmand Philippot2021-12-271-0/+4
| | | | Dark theme is not implemented yet.
* chore: define search form visibilityArmand Philippot2021-12-201-0/+5
|
* chore: create contact pageArmand Philippot2021-12-161-0/+31