| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(sidebar): use a component to avoid styles repetition | Armand Philippot | 2022-01-11 | 1 | -2/+3 |
| | | | | | | | I also fix some overflow/sticky issues. I have to set overflow auto only when there is no button-like links otherwise, with translate, the button is cropped on hover. | ||||
| * | chore: add a social media widget on contact and cv pages | Armand Philippot | 2022-01-10 | 1 | -0/+9 |
| | | |||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 1 | -2/+5 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | refactor: reuse PostMeta components on single articles/pages | Armand Philippot | 2022-01-06 | 1 | -3/+5 |
| | | |||||
| * | refactor(sharing): avoid nested template literals | Armand Philippot | 2022-01-04 | 1 | -1/+2 |
| | | | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope. | ||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 1 | -3/+6 |
| | | |||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 1 | -2/+8 |
| | | | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names. | ||||
| * | chore: create mutation to send mail from contact form | Armand Philippot | 2021-12-17 | 1 | -2/+22 |
| | | |||||
| * | chore: create contact page | Armand Philippot | 2021-12-16 | 1 | -0/+104 |
