| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add structured data using schema.org and JSON-LD | Armand Philippot | 2022-01-19 | 19 | -65/+607 |
| | | | | | I also added the featured image on single article. | ||||
| * | chore: improve keyboard navigation | Armand Philippot | 2022-01-18 | 2 | -2/+36 |
| | | | | | | Add some focus styles mainly in toolbar components to help identify active items when navigating with a keyboard. | ||||
| * | chore: add scroll restoration for posts list | Armand Philippot | 2022-01-18 | 1 | -0/+3 |
| | | | | | | | It would be nice to restore focus as well, but it seems I can not retrieve which posts was click on history back. I should find an alternative later. | ||||
| * | feat: add a setting to disable animations and transitions | Armand Philippot | 2022-01-17 | 3 | -0/+45 |
| | | | | | | Some users may not know the reduced motion settings, so I provide an option directly on the website to disable animations. | ||||
| * | chore: add a service to handle local storage | Armand Philippot | 2022-01-17 | 1 | -0/+26 |
| | | |||||
| * | refactor(settings): make toggle reusable | Armand Philippot | 2022-01-17 | 7 | -48/+94 |
| | | | | | | Toggle will be used for others settings so I extract the functionnality from ThemeToggle. | ||||
| * | feat: implement dark mode | Armand Philippot | 2022-01-17 | 31 | -109/+304 |
| | | |||||
| * | chore: replace copyright icon import with custom component | Armand Philippot | 2022-01-17 | 5 | -6/+38 |
| | | | | | | It allows me to set the colors with CSS and it will be easier to implement dark mode. | ||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 35 | -157/+141 |
| | | |||||
| * | chore: add a spinner when content is loading | Armand Philippot | 2022-01-16 | 8 | -47/+146 |
| | | |||||
| * | chore(meta): add a link to comments on single post pages | Armand Philippot | 2022-01-16 | 2 | -2/+9 |
| | | |||||
| * | chore(comments): handle comment reply | Armand Philippot | 2022-01-15 | 7 | -24/+92 |
| | | |||||
| * | fix: keep logo consistent on zoom | Armand Philippot | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | chore: update sidebar and widgets styles | Armand Philippot | 2022-01-15 | 41 | -165/+547 |
| | | | | | | | | | | 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. | ||||
| * | refactor(buttons): add a tertiary kind (previously links styles) | Armand Philippot | 2022-01-14 | 3 | -51/+19 |
| | | |||||
| * | chore(homepage): add icons to some buttons | Armand Philippot | 2022-01-14 | 4 | -9/+32 |
| | | |||||
| * | chore: customize text selection colors | Armand Philippot | 2022-01-14 | 3 | -0/+8 |
| | | |||||
| * | chore: customize browser scrollbar | Armand Philippot | 2022-01-14 | 1 | -0/+20 |
| | | |||||
| * | fix: make links pseudo elements consistent between browsers | Armand Philippot | 2022-01-14 | 1 | -15/+13 |
| | | | | | | On Chromium the pseudo elements (like external links icon) was not displayed correctly. | ||||
| * | chore: improve load more button accessibility | Armand Philippot | 2022-01-14 | 4 | -21/+65 |
| | | | | | | | On click, the focus should be moved to the last post in the list instead of keeping it on load more button. It helps to keep a consistent navigation for keyboard users for example. | ||||
| * | chore: improve Branding component | Armand Philippot | 2022-01-14 | 3 | -22/+266 |
| | | |||||
| * | chore(prism): remove negative margins | Armand Philippot | 2022-01-14 | 1 | -2/+0 |
| | | | | | With toc and sidebar, spacing is important to improve readability. | ||||
| * | chore: change posts list styles | Armand Philippot | 2022-01-14 | 7 | -75/+66 |
| | | |||||
| * | chore: change secondary button styles | Armand Philippot | 2022-01-14 | 1 | -18/+19 |
| | | |||||
| * | chore(toolbar): close modals on click/focus outside | Armand Philippot | 2022-01-14 | 3 | -16/+94 |
| | | |||||
| * | fix: remove focus on route change | Armand Philippot | 2022-01-13 | 1 | -1/+10 |
| | | |||||
| * | feat: add feeds (rss, atom, json) | Armand Philippot | 2022-01-13 | 9 | -0/+177 |
| |\ | |||||
| | * | chore: add all posts from CMS to feed | Armand Philippot | 2022-01-13 | 1 | -2/+10 |
| | | | |||||
| | * | chore: add a redirection from /feed to /feed.xml | Armand Philippot | 2022-01-13 | 1 | -0/+8 |
| | | | |||||
| | * | chore: add feed formats to document head | Armand Philippot | 2022-01-13 | 1 | -0/+22 |
| | | | |||||
| | * | chore: add different feed formats (feed.xml, atom.xml, feed.json) | Armand Philippot | 2022-01-13 | 4 | -2/+61 |
| | | | |||||
| | * | chore: generate feed | Armand Philippot | 2022-01-12 | 2 | -0/+60 |
| | | | | | | | | | | | | | I could loop until hasNextPage is false, but I'm not sure if it is the best solution. So, for now, only the first 100 posts will be added to the file. | ||||
| | * | build(deps): add feed package | Armand Philippot | 2022-01-12 | 2 | -0/+20 |
| |/ | |||||
| * | chore: add title and meta desc to subjects and thematics | Armand Philippot | 2022-01-11 | 4 | -46/+77 |
| | | |||||
| * | fix(toc): render on each route change and exclude aside titles | Armand Philippot | 2022-01-11 | 2 | -10/+20 |
| | | | | | | | On subject pages for example, the table of contents was not updated on route change. So I added router.asPath as dependency of useEffect. I also changed the query to exclude all titles in aside (ToC, widgets). | ||||
| * | fix(widget): remove items limit for ThematicsList and TopicsList | Armand Philippot | 2022-01-11 | 3 | -12/+9 |
| | | | | | | | | By default WPGraphQL gets only the 10 first items if first is not specified. So some subjects was not displayed. I also add an order by title to the query. So I no longer need to sort arrays inside components. | ||||
| * | chore: add toc and widgets to subject pages | Armand Philippot | 2022-01-11 | 1 | -8/+36 |
| | | |||||
| * | chore(widget): add a related thematics widget | Armand Philippot | 2022-01-11 | 3 | -1/+36 |
| | | |||||
| * | chore(widget): pass title to TopicsList as parameter | Armand Philippot | 2022-01-11 | 2 | -4/+13 |
| | | | | | | I also choose to no display the current topic in the list if the current page is a subject. | ||||
| * | chore: add meta, toc and widgets on thematic pages | Armand Philippot | 2022-01-11 | 2 | -9/+61 |
| | | |||||
| * | chore(widget): add a related topics widget | Armand Philippot | 2022-01-11 | 6 | -9/+33 |
| | | |||||
| * | chore(meta): display subjects instead of thematics on Thematic pages | Armand Philippot | 2022-01-11 | 4 | -5/+34 |
| | | |||||
| * | chore(widgets): pass title to thematics list as parameter | Armand Philippot | 2022-01-11 | 2 | -5/+13 |
| | | | | | | If the current page is a thematic, I also choose to not display the current thematic in the list. | ||||
| * | fix(back-to-top): set translate with percentage | Armand Philippot | 2022-01-11 | 1 | -6/+5 |
| | | | | | | With px/rem, on zoom the arrow head is not positionned correctly. Using percentage fix this issue. | ||||
| * | refactor(sidebar): use a component to avoid styles repetition | Armand Philippot | 2022-01-11 | 11 | -52/+102 |
| | | | | | | | 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 PDF and image format to CV page | Armand Philippot | 2022-01-10 | 6 | -3/+56 |
| | | |||||
| * | build(webpack): allow PDF import | Armand Philippot | 2022-01-10 | 1 | -0/+4 |
| | | |||||
| * | chore: add a social media widget on contact and cv pages | Armand Philippot | 2022-01-10 | 10 | -1/+165 |
| | | |||||
| * | refactor(aside): move width from aside to sharing widget | Armand Philippot | 2022-01-10 | 5 | -4/+4 |
| | | | | | Only the Sharing widget needs the "min-content" width. | ||||
| * | refactor(styles): use css grid to stylize post header | Armand Philippot | 2022-01-10 | 2 | -13/+35 |
| | | | | | | By using pseudo elements instead of background with padding, it is easier to control the look of posts header. | ||||
