| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 4 | -59/+44 | |
| | | | | | | | | 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: ensure 100vh height and improve Header/Footer styles | Armand Philippot | 2022-01-08 | 2 | -4/+16 | |
| | | ||||||
| * | chore: update homepage styles | Armand Philippot | 2022-01-08 | 1 | -1/+18 | |
| | | ||||||
| * | chore: adjust h2 styles | Armand Philippot | 2022-01-08 | 1 | -5/+9 | |
| | | ||||||
| * | chore: add article header styles | Armand Philippot | 2022-01-07 | 1 | -3/+4 | |
| | | ||||||
| * | chore: add main nav link states | Armand Philippot | 2022-01-07 | 1 | -0/+44 | |
| | | ||||||
| * | 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(prism): adjust code blocks responsiveness | Armand Philippot | 2022-01-05 | 1 | -24/+6 | |
| | | ||||||
| * | chore: add a recent posts widget to the homepage | Armand Philippot | 2022-01-04 | 1 | -0/+8 | |
| | | ||||||
| * | chore: add a back to top link | Armand Philippot | 2022-01-04 | 2 | -0/+14 | |
| | | ||||||
| * | chore(prism): replace Coldark theme with a custom theme | Armand Philippot | 2022-01-03 | 5 | -6/+310 | |
| | | ||||||
| * | chore: add styles to WP blocks | Armand Philippot | 2022-01-03 | 5 | -15/+262 | |
| | | ||||||
| * | chore: add a skip to content link | Armand Philippot | 2021-12-22 | 1 | -0/+49 | |
| | | ||||||
| * | chore: replace svg imports with components | Armand Philippot | 2021-12-22 | 1 | -1/+0 | |
| | | | | | It allows me to control the colors of each SVG paths. | |||||
| * | chore: add a sharing component | Armand Philippot | 2021-12-21 | 1 | -0/+1 | |
| | | ||||||
| * | chore: move toolbar size to global scope | Armand Philippot | 2021-12-20 | 1 | -0/+11 | |
| | | | | | It allows me to manage footer padding on small viewports. | |||||
| * | chore: define search form visibility | Armand Philippot | 2021-12-20 | 2 | -6/+22 | |
| | | ||||||
| * | 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. | |||||
| * | chore: define secondary button styles | Armand Philippot | 2021-12-16 | 2 | -0/+7 | |
| | | | | | I also rename submit style to primary. | |||||
| * | chore: add main-nav component | Armand Philippot | 2021-12-13 | 1 | -0/+1 | |
| | | | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS. | |||||
| * | chore: create homepage with graphql data | Armand Philippot | 2021-12-13 | 2 | -116/+9 | |
| | | ||||||
| * | chore: define base and typography rules | Armand Philippot | 2021-12-13 | 3 | -0/+195 | |
| | | ||||||
| * | chore: define CSS variables for colors, fonts and spacings | Armand Philippot | 2021-12-13 | 4 | -0/+80 | |
| | | ||||||
| * | chore: define Sass functions, mixins, placeholders and variables | Armand Philippot | 2021-12-13 | 10 | -0/+345 | |
| | | ||||||
| * | chore: load css fonts | Armand Philippot | 2021-12-13 | 2 | -0/+141 | |
| | | ||||||
| * | chore: add modern normalize and change global css to scss file | Armand Philippot | 2021-12-13 | 2 | -16/+8 | |
| | | ||||||
| * | build: move global styles and pages inside src directory | Armand Philippot | 2021-12-12 | 2 | -0/+132 | |
