| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(settings): avoid cropped tooltip on small devices | Armand Philippot | 2022-06-09 | 11 | -15/+69 |
| | | | | | | | I changed the settings disposition to make tooltip positioning easier. Jest complains about ref passed but everything seems to work as expected so I'm not sure it is relevant. Maybe a bug with cloneElement. | ||||
| * | fix(settings): close tooltip when modal is closing | Armand Philippot | 2022-06-08 | 2 | -15/+20 |
| | | | | | | The event was not captured so the tooltip remained open when the settings was closed. It prevented to click on the toolbar buttons. | ||||
| * | chore: add aria hidden attribute to SVG icons | Armand Philippot | 2022-06-07 | 1 | -1/+1 |
| | | |||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 10 | -10/+10 |
| | | | | | 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 | -0/+1 |
| | | |||||
| * | fix: ensure radio buttons are accessible | Armand Philippot | 2022-06-02 | 2 | -4/+24 |
| | | | | | | It seems I cannot use the SVG title as label. So I removed the title and added a visually hidden span to set the radio buttons label. | ||||
| * | chore: replace the Ackee select by a toggle component | Armand Philippot | 2022-06-01 | 24 | -575/+748 |
| | | |||||
| * | chore: replace the toggle component | Armand Philippot | 2022-06-01 | 20 | -472/+431 |
| | | |||||
| * | chore: add a RadioGroup component | Armand Philippot | 2022-05-31 | 6 | -2/+348 |
| | | |||||
| * | chore: replace Checkbox component with a BooleanField component | Armand Philippot | 2022-05-31 | 6 | -7/+408 |
| | | | | | | 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 | 12 | -7/+105 |
| | | | | | | 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 | -11/+10 |
| | | |||||
| * | test: fix theme toggle and comment tests | Armand Philippot | 2022-05-24 | 2 | -4/+4 |
| | | |||||
| * | chore(toolbar): change icons to close button when activated | Armand Philippot | 2022-05-24 | 4 | -0/+213 |
| | | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 2 | -8/+1 |
| | | |||||
| * | fix: close Ackee tooltip on button click | Armand Philippot | 2022-05-21 | 1 | -2/+9 |
| | | | | | | | | 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. | ||||
| * | refactor: rewrite Prism hooks and providers | Armand Philippot | 2022-05-19 | 1 | -1/+2 |
| | | | | | | It avoid some hydratation errors on project pages (not in article however) and the hooks are now reusable. | ||||
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 12 | -89/+113 |
| | | |||||
| * | chore: close toolbar modals on click/focus outside | Armand Philippot | 2022-05-18 | 1 | -1/+9 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 8 | -82/+334 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 9 | -49/+44 |
| | | | | | | | | | 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. | ||||
| * | refactor(toggle): use Checkbox component and move it to molecules | Armand Philippot | 2022-04-09 | 7 | -7/+314 |
| | | |||||
| * | chore: add a Settings modal component | Armand Philippot | 2022-04-08 | 15 | -65/+344 |
| | | |||||
| * | chore: add a AckeeSelect component | Armand Philippot | 2022-04-08 | 4 | -0/+155 |
| | | |||||
| * | chore: add a SelectWithTooltip component | Armand Philippot | 2022-04-07 | 4 | -0/+300 |
| | | |||||
| * | chore: add a MotionToggle component | Armand Philippot | 2022-04-07 | 3 | -0/+79 |
| | | |||||
| * | chore: add a PrismThemeToggle component | Armand Philippot | 2022-04-07 | 4 | -6/+87 |
| | | |||||
| * | chore: add a ThemeToggle component | Armand Philippot | 2022-04-06 | 3 | -0/+81 |
| | | |||||
| * | chore: add a labelled select field component | Armand Philippot | 2022-04-01 | 3 | -0/+177 |
| | | |||||
| * | chore: add labelled field component | Armand Philippot | 2022-04-01 | 3 | -0/+224 |
