| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite ProgressBar component | Armand Philippot | 2023-11-11 | 9 | -150/+240 | 
| | | | | | | | | * Avoid browser vendors by adding an extra div * Add a loading state * Add an option to center the progress bar (no longer the default) * Remove min since it is always 0 | ||||
| * | refactor(components): rewrite Spinner component | Armand Philippot | 2023-10-24 | 9 | -110/+173 | 
| | | | | | | | | * Message should be set as children * Default message is no longer available (depending on use case, the consumer might prefer aria-label instead) * It is now possible to define the message position | ||||
| * | refactor(components): make Logo component ESlint compliant | Armand Philippot | 2023-10-24 | 7 | -58/+63 | 
| | | | | | | I also renamed the title prop to heading because title already exists as HTML attribute. | ||||
| * | feat(components): replace icons with a generic Icon component | Armand Philippot | 2023-10-24 | 98 | -1921/+1381 | 
| | | | | | | Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS. | ||||
| * | feat(components): add Article, Aside, Footer, Header, Main & Nav | Armand Philippot | 2023-10-24 | 34 | -62/+431 | 
| | | | | | | Some components have been renamed to be able to create Footer, Header and Nav. | ||||
| * | refactor(components): rewrite Heading component | Armand Philippot | 2023-10-24 | 14 | -288/+180 | 
| | | | | | | | | | | * remove `alignment` and `withMargin` props (consumer should handle that) * move styles to Sass placeholders to avoid repeats with headings coming from WordPress * refactor some other components that depend on Heading to avoid ESlint errors | ||||
| * | refactor(components): rewrite Section component | Armand Philippot | 2023-10-24 | 7 | -122/+111 | 
| | | | | | | | * Make it compliant with ESlint rules * Remove mandatory heading, it now depends on the consumer * Change defaults for hasBorder and variant | ||||
| * | refactor(components): rewrite Button and ButtonLink components | Armand Philippot | 2023-10-24 | 14 | -362/+478 | 
| | | | | | | | | | | | | | | | Both: * move styles to Sass placeholders Button: * add `isPressed` prop to Button * add `isLoading` prop to Button (to differentiate state from disabled) ButtonLink: * replace `external` prop with `isExternal` prop * replace `href` prop with `to` prop | ||||
| * | build: convert project to esm | Armand Philippot | 2023-10-24 | 46 | -0/+46 | 
| | | |||||
| * | refactor(components): rewrite form components | Armand Philippot | 2023-10-24 | 58 | -607/+1339 | 
| | | |||||
| * | refactor: use named export for everything except pages | Armand Philippot | 2023-09-20 | 130 | -636/+413 | 
| | | | | | | | Next expect a default export for pages so only those components should use default exports. Everything else should use named exports to reduce the number of import statements. | ||||
| * | build(deps): bump all dependencies | Armand Philippot | 2023-09-19 | 1 | -1/+4 | 
| | | | | | | * MDX type has changed so some components props had to be updated * Since Storybook now supports TS, I renamed the main/preview files | ||||
| * | refactor(build): replace paths aliases with relative paths | Armand Philippot | 2023-09-19 | 75 | -86/+84 | 
| | | | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases. | ||||
| * | chore: make Links and Images compliant with Next.js 13 | Armand Philippot | 2023-01-23 | 4 | -20/+17 | 
| | | |||||
| * | chore: add a label to progress bar | Armand Philippot | 2022-06-07 | 5 | -47/+54 | 
| | | | | | | | 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(cards): use post title as link label | Armand Philippot | 2022-06-07 | 3 | -0/+19 | 
| | | |||||
| * | chore: add aria hidden attribute to SVG icons | Armand Philippot | 2022-06-07 | 24 | -12/+237 | 
| | | |||||
| * | test(unit): fix Jest errors due to images import | Armand Philippot | 2022-06-03 | 1 | -0/+3 | 
| | | | | | | I mocked some SVG files and moves the branding photo to public directory. It is more a workaround than a real fix but it works so... | ||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 40 | -40/+40 | 
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | fix: improve help button accessibility with aria-pressed | Armand Philippot | 2022-06-02 | 1 | -4/+8 | 
| | | |||||
| * | chore: replace the Ackee select by a toggle component | Armand Philippot | 2022-06-01 | 5 | -216/+0 | 
| | | |||||
| * | chore: replace the toggle component | Armand Philippot | 2022-06-01 | 1 | -2/+2 | 
| | | |||||
| * | chore: add a Fieldset component | Armand Philippot | 2022-05-31 | 5 | -0/+216 | 
| | | |||||
| * | chore: replace Checkbox component with a BooleanField component | Armand Philippot | 2022-05-31 | 7 | -176/+302 | 
| | | | | | | Checkbox and radio buttons are working the same way so I decided to group them in a same component. | ||||
| * | fix(settings): reduce font-size on small devices | Armand Philippot | 2022-05-25 | 1 | -1/+9 | 
| | | | | | | With French translation, words are a little longer so I reduce the font size on small devices to avoid line breaking. | ||||
| * | chore: give autofocus to the toolbar search form | Armand Philippot | 2022-05-24 | 1 | -10/+14 | 
| | | |||||
| * | chore(toolbar): change icons to close button when activated | Armand Philippot | 2022-05-24 | 2 | -0/+17 | 
| | | |||||
| * | chore: adjust dark mode styles | Armand Philippot | 2022-05-22 | 3 | -33/+185 | 
| | | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 8 | -37/+29 | 
| | | |||||
| * | fix: close Ackee tooltip on button click | Armand Philippot | 2022-05-21 | 1 | -13/+22 | 
| | | | | | | | | The tooltip was closing and reopening on click because of a conflict between the button event and the hook useClickOutside. By checking that the event target is not the button, the tooltip is now closing as expected. | ||||
| * | chore: update some styles | Armand Philippot | 2022-05-21 | 2 | -20/+2 | 
| | | | | | | | | * 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: adjust articles styles | Armand Philippot | 2022-05-17 | 4 | -15/+87 | 
| | | | | | | * change animation on article card hover * change comments section alignment | ||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 3 | -25/+3 | 
| | | | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | ||||
| * | chore: improve accessibility | Armand Philippot | 2022-05-15 | 3 | -2/+42 | 
| | | |||||
| * | chore: add Article pages | Armand Philippot | 2022-05-15 | 1 | -1/+0 | 
| | | |||||
| * | chore: handle blog pagination | Armand Philippot | 2022-05-13 | 1 | -1/+1 | 
| | | |||||
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 8 | -95/+373 | 
| | | | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels. | ||||
| * | chore: add a Contact page | Armand Philippot | 2022-05-07 | 2 | -3/+24 | 
| | | |||||
| * | chore: add a CV page | Armand Philippot | 2022-05-03 | 3 | -8/+117 | 
| | | |||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 3 | -4/+29 | 
| | | |||||
| * | chore: add a Column component | Armand Philippot | 2022-04-29 | 3 | -0/+57 | 
| | | |||||
| * | chore: add a Feed icon component | Armand Philippot | 2022-04-26 | 4 | -0/+123 | 
| | | |||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 2 | -1/+10 | 
| | | |||||
| * | chore: add a Sidebar component | Armand Philippot | 2022-04-20 | 4 | -0/+97 | 
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 37 | -113/+636 | 
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 38 | -72/+114 | 
| | | | | | | | | | I replaced the deprecated VFC type with FC type and made all children explicits. Formatjs is still not compatible with React 18 so I need to skip type checking when comitting. There are some type errors because of IntlProvider in Storybook stories. | ||||
| * | chore: add a LinksListWidget component | Armand Philippot | 2022-04-15 | 1 | -3/+8 | 
| | | |||||
| * | chore: add a ContactForm component | Armand Philippot | 2022-04-15 | 1 | -0/+5 | 
| | | |||||
| * | chore: add a CommentForm component | Armand Philippot | 2022-04-15 | 4 | -8/+16 | 
| | | |||||
| * | chore: add a Notice component | Armand Philippot | 2022-04-15 | 4 | -0/+104 | 
| | | |||||
