| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(settings): avoid cropped tooltip on small devices | Armand Philippot | 2022-06-09 | 4 | -293/+0 |
| | | | | | | | 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. | ||||
| * | test: install and configure cypress | Armand Philippot | 2022-06-02 | 4 | -4/+4 |
| | | | | | I also configure Jest to avoid conflicts between Cypress and Jest. | ||||
| * | chore: replace the Ackee select by a toggle component | Armand Philippot | 2022-06-01 | 4 | -41/+49 |
| | | |||||
| * | chore: replace the toggle component | Armand Philippot | 2022-06-01 | 4 | -21/+81 |
| | | |||||
| * | fix(settings): reduce font-size on small devices | Armand Philippot | 2022-05-25 | 2 | -4/+28 |
| | | | | | | 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 | -9/+15 |
| | | |||||
| * | chore: complete Storybook stories | Armand Philippot | 2022-05-21 | 4 | -8/+54 |
| | | |||||
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 2 | -11/+59 |
| | | |||||
| * | chore: close toolbar modals on click/focus outside | Armand Philippot | 2022-05-18 | 4 | -0/+133 |
| | | |||||
| * | chore: adjust articles styles | Armand Philippot | 2022-05-17 | 1 | -3/+11 |
| | | | | | | * change animation on article card hover * change comments section alignment | ||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 1 | -8/+4 |
| | | | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | ||||
| * | chore: add Article pages | Armand Philippot | 2022-05-15 | 3 | -17/+39 |
| | | |||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 3 | -13/+14 |
| | | |||||
| * | chore: add a Contact page | Armand Philippot | 2022-05-07 | 3 | -7/+17 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 3 | -27/+79 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 4 | -8/+12 |
| | | | | | | | | | 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 ContactForm component | Armand Philippot | 2022-04-15 | 4 | -0/+263 |
| | | |||||
| * | chore: add a CommentForm component | Armand Philippot | 2022-04-15 | 4 | -0/+288 |
| | | |||||
| * | chore: add a SearchForm component | Armand Philippot | 2022-04-14 | 4 | -0/+165 |
