aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: merge branch 'main' into refactor/use-storybook-and-atomic-designArmand Philippot2022-04-162-420/+661
|\
| * build(deps): bump dependencies (next, react, mdx...)Armand Philippot2022-04-162-610/+630
| |
* | chore: add an ImageWidget componentArmand Philippot2022-04-154-0/+285
| |
* | chore: add an Overview componentArmand Philippot2022-04-155-0/+128
| |
* | build(deps): bump Storybook to v6.4.22Armand Philippot2022-04-152-312/+421
| |
* | chore: add a SocialMedia componentArmand Philippot2022-04-154-0/+140
| |
* | chore: add a SharingWidget componentArmand Philippot2022-04-154-0/+309
| |
* | chore: add a LinksListWidget componentArmand Philippot2022-04-155-3/+284
| |
* | chore: add a Widget componentArmand Philippot2022-04-156-10/+209
| |
* | chore: add a ContactForm componentArmand Philippot2022-04-155-0/+268
| |
* | chore: add a CommentForm componentArmand Philippot2022-04-158-8/+304
| |
* | chore: add a Notice componentArmand Philippot2022-04-154-0/+104
| |
* | chore: add a Toolbar componentArmand Philippot2022-04-147-63/+243
| |
* | chore: add a Search componentArmand Philippot2022-04-144-0/+151
| |
* | chore: add a SearchModal componentArmand Philippot2022-04-144-0/+70
| |
* | chore: add a SearchForm componentArmand Philippot2022-04-144-0/+165
| |
* | chore: add a Settings componentArmand Philippot2022-04-1410-17/+241
| |
* | chore: add a MainNav componentArmand Philippot2022-04-1412-214/+393
| |
* | chore: add a CardsList componentArmand Philippot2022-04-134-0/+273
| |
* | chore: add a Card componentArmand Philippot2022-04-138-20/+435
| |
* | chore: add a Footer componentArmand Philippot2022-04-126-5/+210
| |
* | chore: add a Nav componentArmand Philippot2022-04-125-3/+197
| |
* | chore: add a Summary componentArmand Philippot2022-04-127-5/+424
| |
* | chore: add a MainNavButton componentArmand Philippot2022-04-128-39/+235
| | | | | | | | | | I also move the active state from the hamburger to this pseudo-button. It makes more sense that the button handles the icon shape.
* | chore: add a Breadcrumb componentArmand Philippot2022-04-114-0/+195
| |
* | chore: add a Meta componentArmand Philippot2022-04-113-0/+135
| |
* | 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
| |
* | refactor(toggle): use Checkbox component and move it to moleculesArmand Philippot2022-04-097-13/+26
| |
* | chore: add a Checkbox componentArmand Philippot2022-04-093-0/+170
| |
* | chore: add a Settings modal componentArmand Philippot2022-04-0832-120/+761
| |
* | chore: add a AckeeSelect componentArmand Philippot2022-04-084-0/+155
| |
* | refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-0836-118/+270
| | | | | | | | | | | | | | | | I was using the FunctionComponent type for some component that do not use children. So I change the type to VoidFunctionComponent to avoid mistakes. I also rename all the "classes" or "additionalClasses" props to "className" to keep consistency between each components.
* | chore(icons): accept a classname as propArmand Philippot2022-04-0831-112/+363
| |
* | chore: add a SelectWithTooltip componentArmand Philippot2022-04-079-6/+395
| |
* | chore: add a HeadingButton componentArmand Philippot2022-04-074-0/+214
| |
* | chore: add a DescriptionList componentArmand Philippot2022-04-074-0/+177
| |
* | chore: add a Tooltip componentArmand Philippot2022-04-078-2/+169
| |
* | 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 Toggle componentArmand Philippot2022-04-064-0/+262
| |
* | chore: add a HelpButton componentArmand Philippot2022-04-067-5/+92
| | | | | | | | I also added a new shape to the button base.
* | chore: add a Modal componentArmand Philippot2022-04-068-5/+151
| |
* | chore: add a ResponsiveImage componentArmand Philippot2022-04-065-3/+240
| |
* | chore: add a List componentArmand Philippot2022-04-054-0/+218
| |
* | chore: add a ProgressBar componentArmand Philippot2022-04-054-0/+177
| |
* | chore: add a SharingLink componentArmand Philippot2022-04-054-0/+301
| |