aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/layout
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a PageLayout componentArmand Philippot2022-04-252-1/+10
|
* chore: add a Sidebar componentArmand Philippot2022-04-204-0/+97
|
* refactor(storybook): reorganize design systemArmand Philippot2022-04-205-22/+105
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-165-9/+13
| | | | | | | | 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 componentArmand Philippot2022-04-151-0/+5
|
* chore: add a Notice componentArmand Philippot2022-04-154-0/+104
|
* chore: add a Copyright componentArmand Philippot2022-04-114-0/+178
|
* chore: add a NoScript componentArmand Philippot2022-04-114-0/+97
|
* chore: add a Section componentArmand Philippot2022-04-094-0/+184
|
* chore: add a Main componentArmand Philippot2022-04-093-0/+87