| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: adjust cards list spacing | Armand Philippot | 2022-05-23 | 1 | -1/+3 |
| | | |||||
| * | chore: adjust dark mode styles | Armand Philippot | 2022-05-22 | 1 | -0/+100 |
| | | |||||
| * | chore: update some styles | Armand Philippot | 2022-05-21 | 3 | -20/+30 |
| | | | | | | | | * Improve wp-blocks-columns, wp-block-quote and some images * Make Sharing widget consistent between pages * Remove margin option from lists * Fix Topic logo alignement | ||||
| * | chore: update images styles | Armand Philippot | 2022-05-20 | 3 | -16/+35 |
| | | |||||
| * | chore: udpate code blocks style | Armand Philippot | 2022-05-20 | 2 | -134/+134 |
| | | |||||
| * | refactor: rewrite Prism hooks and providers | Armand Philippot | 2022-05-19 | 1 | -1/+1 |
| | | | | | | It avoid some hydratation errors on project pages (not in article however) and the hooks are now reusable. | ||||
| * | chore: adjust articles styles | Armand Philippot | 2022-05-17 | 1 | -0/+1 |
| | | | | | | * change animation on article card hover * change comments section alignment | ||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 8 | -0/+748 |
| | | | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | ||||
| * | chore: add a Contact page | Armand Philippot | 2022-05-07 | 1 | -0/+3 |
| | | |||||
| * | chore: add a Projects page | Armand Philippot | 2022-05-05 | 2 | -13/+9 |
| | | |||||
| * | chore: add a CV page | Armand Philippot | 2022-05-03 | 1 | -0/+3 |
| | | |||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 2 | -49/+36 |
| | | |||||
| * | chore: add a banner for users with JS disabled | Armand Philippot | 2022-02-14 | 1 | -0/+6 |
| | | |||||
| * | refactor: extract contact form from contact page | Armand Philippot | 2022-02-10 | 1 | -20/+0 |
| | | | | | | The contact page file was too long. By extracting the contact form the readability is improved. | ||||
| * | chore: improve contact form behavior | Armand Philippot | 2022-02-10 | 1 | -0/+20 |
| | | | | | | | | * 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: add a page for projects | Armand Philippot | 2022-01-20 | 1 | -0/+13 |
| | | |||||
| * | feat: implement dark mode | Armand Philippot | 2022-01-17 | 1 | -4/+16 |
| | | |||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 2 | -3/+3 |
| | | |||||
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 1 | -29/+0 |
| | | | | | | | | | | I'm now using a widget that can be expanded/collapsed. It also allows me to handle more effectively widgets overflow and to avoid styles repetitions. However, with stylelint rule "no-descending-specificity", I'm not sure if the stylesheets are really logical... Maybe I should deactivate this rule. | ||||
| * | chore(homepage): add icons to some buttons | Armand Philippot | 2022-01-14 | 1 | -0/+4 |
| | | |||||
| * | chore: change posts list styles | Armand Philippot | 2022-01-14 | 2 | -53/+2 |
| | | |||||
| * | chore: add meta, toc and widgets on thematic pages | Armand Philippot | 2022-01-11 | 1 | -0/+20 |
| | | |||||
| * | refactor(sidebar): use a component to avoid styles repetition | Armand Philippot | 2022-01-11 | 2 | -34/+15 |
| | | | | | | | 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. | ||||
| * | refactor(aside): move width from aside to sharing widget | Armand Philippot | 2022-01-10 | 1 | -1/+0 |
| | | | | | Only the Sharing widget needs the "min-content" width. | ||||
| * | refactor(styles): use compose to declare grid layouts once | Armand Philippot | 2022-01-10 | 3 | -59/+17 |
| | | | | | | | | I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that. | ||||
| * | chore: update homepage styles | Armand Philippot | 2022-01-08 | 1 | -1/+18 |
| | | |||||
| * | chore: add article header styles | Armand Philippot | 2022-01-07 | 1 | -3/+4 |
| | | |||||
| * | chore: adjust css grid on listing pages without sidebar | Armand Philippot | 2022-01-07 | 1 | -9/+33 |
| | | |||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 5 | -37/+148 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | chore: add a recent posts widget to the homepage | Armand Philippot | 2022-01-04 | 1 | -0/+8 |
| | | |||||
| * | chore: add subject view | Armand Philippot | 2021-12-18 | 1 | -0/+26 |
| | | |||||
| * | chore: create thematic page view | Armand Philippot | 2021-12-16 | 1 | -0/+11 |
| For now I have to repeat some markup/styles, I cannot reuse PostsList component. WP GraphQL does not offer edges for ACF Post2Post or filters to get thematic posts with another way. I should create custom fields in backend to improve the posts fetching. | |||||
