| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: improve contact form behavior | Armand Philippot | 2022-02-10 | 1 | -1/+1 |
| | | | | | | | | * The status was not visile in top of the form, so I moved it under the submit button. * It was possible to send an empty form. * The input type for email should be email instead of text. | ||||
| * | chore: improve keyboard navigation | Armand Philippot | 2022-01-18 | 1 | -1/+20 |
| | | | | | | Add some focus styles mainly in toolbar components to help identify active items when navigating with a keyboard. | ||||
| * | refactor(settings): make toggle reusable | Armand Philippot | 2022-01-17 | 4 | -2/+111 |
| | | | | | | Toggle will be used for others settings so I extract the functionnality from ThemeToggle. | ||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 1 | -3/+3 |
| | | |||||
| * | chore(comments): handle comment reply | Armand Philippot | 2022-01-15 | 1 | -0/+6 |
| | | |||||
| * | chore: improve search box and add button interactions on hover/focus | Armand Philippot | 2022-01-07 | 1 | -0/+14 |
| | | |||||
| * | chore: improve comment section | Armand Philippot | 2022-01-07 | 3 | -4/+23 |
| | | | | | I also adjust styles for all forms and primary buttons. | ||||
| * | chore: replace theme button with settings | Armand Philippot | 2022-01-05 | 2 | -6/+3 |
| | | | | | | I plan to add more user settings so theme options should be inside settings. | ||||
| * | refactor(sharing): avoid nested template literals | Armand Philippot | 2022-01-04 | 1 | -4/+2 |
| | | | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope. | ||||
| * | chore: add a theme toggle | Armand Philippot | 2021-12-27 | 1 | -0/+4 |
| | | | | | Dark theme is not implemented yet. | ||||
| * | chore: define search form visibility | Armand Philippot | 2021-12-20 | 3 | -21/+37 |
| | | |||||
| * | chore: create mutation to send mail from contact form | Armand Philippot | 2021-12-17 | 1 | -7/+9 |
| | | |||||
| * | chore: create contact page | Armand Philippot | 2021-12-16 | 6 | -0/+149 |
