| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | chore: add a Settings component | Armand Philippot | 2022-04-14 | 1 | -0/+1 |
| | | |||||
| * | chore: add a MainNav component | Armand Philippot | 2022-04-14 | 2 | -9/+21 |
| | | |||||
| * | chore: add a Card component | Armand Philippot | 2022-04-13 | 3 | -19/+86 |
| | | |||||
| * | chore: add a Nav component | Armand Philippot | 2022-04-12 | 1 | -3/+1 |
| | | |||||
| * | chore: add a Summary component | Armand Philippot | 2022-04-12 | 2 | -3/+24 |
| | | |||||
| * | chore: add a MainNavButton component | Armand Philippot | 2022-04-12 | 4 | -39/+32 |
| | | | | | | I also move the active state from the hamburger to this pseudo-button. It makes more sense that the button handles the icon shape. | ||||
| * | chore: add a Copyright component | Armand Philippot | 2022-04-11 | 4 | -0/+178 |
| | | |||||
| * | chore: add a NoScript component | Armand Philippot | 2022-04-11 | 4 | -0/+97 |
| | | |||||
| * | chore: add a Section component | Armand Philippot | 2022-04-09 | 4 | -0/+184 |
| | | |||||
| * | chore: add a Main component | Armand Philippot | 2022-04-09 | 3 | -0/+87 |
| | | |||||
| * | refactor(toggle): use Checkbox component and move it to molecules | Armand Philippot | 2022-04-09 | 4 | -294/+0 |
| | | |||||
| * | chore: add a Checkbox component | Armand Philippot | 2022-04-09 | 3 | -0/+170 |
| | | |||||
| * | chore: add a Settings modal component | Armand Philippot | 2022-04-08 | 13 | -55/+287 |
| | | |||||
| * | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 24 | -74/+157 |
| | | | | | | | | | I was using the FunctionComponent type for some component that do not use children. So I change the type to VoidFunctionComponent to avoid mistakes. I also rename all the "classes" or "additionalClasses" props to "className" to keep consistency between each components. | ||||
| * | chore(icons): accept a classname as prop | Armand Philippot | 2022-04-08 | 31 | -112/+363 |
| | | |||||
| * | chore: add a SelectWithTooltip component | Armand Philippot | 2022-04-07 | 3 | -3/+55 |
| | | |||||
| * | chore: add a DescriptionList component | Armand Philippot | 2022-04-07 | 4 | -0/+177 |
| | | |||||
| * | chore: add a Toggle component | Armand Philippot | 2022-04-06 | 4 | -0/+262 |
| | | |||||
| * | chore: add a HelpButton component | Armand Philippot | 2022-04-06 | 3 | -5/+17 |
| | | | | | I also added a new shape to the button base. | ||||
| * | chore: add a Modal component | Armand Philippot | 2022-04-06 | 4 | -5/+16 |
| | | |||||
| * | chore: add a ResponsiveImage component | Armand Philippot | 2022-04-06 | 1 | -3/+15 |
| | | |||||
| * | chore: add a List component | Armand Philippot | 2022-04-05 | 4 | -0/+218 |
| | | |||||
| * | chore: add a ProgressBar component | Armand Philippot | 2022-04-05 | 4 | -0/+177 |
| | | |||||
| * | chore: add a SharingLink component | Armand Philippot | 2022-04-05 | 4 | -0/+301 |
| | | |||||
| * | chore: add a PlusMinus icon component | Armand Philippot | 2022-04-04 | 4 | -0/+173 |
| | | |||||
