aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms
Commit message (Collapse)AuthorAgeFilesLines
* chore: give autofocus to the toolbar search formArmand Philippot2022-05-241-11/+10
|
* test: fix theme toggle and comment testsArmand Philippot2022-05-242-4/+4
|
* chore(toolbar): change icons to close button when activatedArmand Philippot2022-05-244-0/+213
|
* chore: complete Storybook storiesArmand Philippot2022-05-212-8/+1
|
* fix: close Ackee tooltip on button clickArmand Philippot2022-05-211-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 providersArmand Philippot2022-05-191-1/+2
| | | | | It avoid some hydratation errors on project pages (not in article however) and the hooks are now reusable.
* chore: handle settings changeArmand Philippot2022-05-1812-89/+113
|
* chore: close toolbar modals on click/focus outsideArmand Philippot2022-05-181-1/+9
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-208-82/+334
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-169-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 moleculesArmand Philippot2022-04-097-7/+314
|
* chore: add a Settings modal componentArmand Philippot2022-04-0815-65/+344
|
* chore: add a AckeeSelect componentArmand Philippot2022-04-084-0/+155
|
* chore: add a SelectWithTooltip componentArmand Philippot2022-04-074-0/+300
|
* chore: add a MotionToggle componentArmand Philippot2022-04-073-0/+79
|
* chore: add a PrismThemeToggle componentArmand Philippot2022-04-074-6/+87
|
* chore: add a ThemeToggle componentArmand Philippot2022-04-063-0/+81
|
* chore: add a labelled select field componentArmand Philippot2022-04-013-0/+177
|
* chore: add labelled field componentArmand Philippot2022-04-013-0/+224