| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a label to progress bar | Armand Philippot | 2022-06-07 | 1 | -1/+0 |
| | | | | | | | The progress element is a form element, so a label is required to be accessible. Since I'm not using it without label, I transform the optional info parameter to a mandatory label parameter. | ||||
| * | chore: replace Checkbox component with a BooleanField component | Armand Philippot | 2022-05-31 | 1 | -9/+1 |
| | | | | | | Checkbox and radio buttons are working the same way so I decided to group them in a same component. | ||||
| * | chore(storybook): use custom themes and add dark mode support | Armand Philippot | 2022-05-22 | 1 | -8/+8 |
| | | |||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 1 | -20/+4 |
| | | | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | ||||
| * | chore: add the Blog index page | Armand Philippot | 2022-05-13 | 1 | -37/+3 |
| | | |||||
| * | chore: add a Layout component | Armand Philippot | 2022-04-22 | 3 | -21/+7 |
| | | | | | It defines the different components used by all other layouts. | ||||
| * | fix(animations): avoid zomm in/out effect on mobile | Armand Philippot | 2022-03-06 | 1 | -32/+11 |
| | | | | | | | Due to translateX transform and overflow, on small screens a zoom in / zoom out effect happened. So I adjust the animations for branding and job. | ||||
| * | refactor(animations): replace width animations with transform | Armand Philippot | 2022-02-18 | 1 | -6/+12 |
| | | | | | | | Animations based on width or height can be expensive and can cause lower performances. So, instead I use transform to obtain the same effect. | ||||
| * | chore: increase toolbar buttons size | Armand Philippot | 2022-02-13 | 2 | -24/+21 |
| | | | | | | | On small screen, they was too small I think. I also change some styles like focus state to keep consistency between all elements in toolbar. Also, I was not fan of the rotate effect. | ||||
| * | refactor(prism): rename color scheme attributes and remove prefix | Armand Philippot | 2022-02-08 | 1 | -2/+2 |
| | | |||||
| * | chore: add the Matomo opt-out form | Armand Philippot | 2022-02-01 | 1 | -0/+10 |
| | | |||||
| * | chore: animate main with fade in effect | Armand Philippot | 2022-02-01 | 1 | -0/+10 |
| | | |||||
| * | chore: animate branding | Armand Philippot | 2022-02-01 | 1 | -0/+61 |
| | | |||||
| * | fix: disable animations and transitions on pseudo elements | Armand Philippot | 2022-02-01 | 1 | -2/+6 |
| | | |||||
| * | chore: animate toolbar entrance | Armand Philippot | 2022-02-01 | 1 | -0/+20 |
| | | |||||
| * | chore: add a Prism plugin to set code blocks theme | Armand Philippot | 2022-01-31 | 1 | -0/+40 |
| | | |||||
| * | chore: update logo | Armand Philippot | 2022-01-27 | 1 | -3/+5 |
| | | | | | | Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme. | ||||
| * | chore: update project preview appearance | Armand Philippot | 2022-01-27 | 1 | -1/+2 |
| | | |||||
| * | chore: adjust colors and grid layout | Armand Philippot | 2022-01-25 | 2 | -6/+16 |
| | | |||||
| * | feat: add a setting to disable animations and transitions | Armand Philippot | 2022-01-17 | 1 | -0/+8 |
| | | | | | | Some users may not know the reduced motion settings, so I provide an option directly on the website to disable animations. | ||||
| * | feat: implement dark mode | Armand Philippot | 2022-01-17 | 3 | -35/+67 |
| | | |||||
| * | refactor(styles): rename shadow and border variables | Armand Philippot | 2022-01-16 | 4 | -12/+11 |
| | | |||||
| * | chore: customize text selection colors | Armand Philippot | 2022-01-14 | 2 | -0/+7 |
| | | |||||
| * | 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: ensure 100vh height and improve Header/Footer styles | Armand Philippot | 2022-01-08 | 2 | -4/+16 |
| | | |||||
| * | chore: adjust h2 styles | Armand Philippot | 2022-01-08 | 1 | -5/+9 |
| | | |||||
| * | chore: add main nav link states | Armand Philippot | 2022-01-07 | 1 | -0/+44 |
| | | |||||
| * | chore: add a back to top link | Armand Philippot | 2022-01-04 | 1 | -0/+13 |
| | | |||||
| * | chore(prism): replace Coldark theme with a custom theme | Armand Philippot | 2022-01-03 | 1 | -0/+9 |
| | | |||||
| * | chore: add styles to WP blocks | Armand Philippot | 2022-01-03 | 2 | -12/+92 |
| | | |||||
| * | 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 secondary button styles | Armand Philippot | 2021-12-16 | 1 | -0/+3 |
| | | | | | I also rename submit style to primary. | ||||
| * | chore: create homepage with graphql data | Armand Philippot | 2021-12-13 | 1 | -0/+9 |
| | | |||||
| * | chore: define base and typography rules | Armand Philippot | 2021-12-13 | 2 | -0/+193 |
| | | |||||
| * | chore: define CSS variables for colors, fonts and spacings | Armand Philippot | 2021-12-13 | 3 | -0/+78 |
| | | |||||
| * | chore: load css fonts | Armand Philippot | 2021-12-13 | 1 | -0/+134 |
