aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/toolbar
Commit message (Collapse)AuthorAgeFilesLines
* refactor(storybook): reorganize design systemArmand Philippot2022-04-204-39/+128
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-164-23/+29
| | | | | | | | 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 Toolbar componentArmand Philippot2022-04-146-63/+241
|
* chore: add a Search componentArmand Philippot2022-04-144-0/+151
|
* chore: add a Settings componentArmand Philippot2022-04-144-0/+176
|
* chore: add a MainNav componentArmand Philippot2022-04-145-0/+361