| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add a TableOfContents component | Armand Philippot | 2022-04-22 | 4 | -0/+259 |
| | | |||||
| * | chore: add a Header component | Armand Philippot | 2022-04-22 | 5 | -2/+245 |
| | | |||||
| * | chore: add a CommentsList component | Armand Philippot | 2022-04-22 | 7 | -7/+291 |
| | | |||||
| * | chore: add a Comment component | Armand Philippot | 2022-04-21 | 4 | -0/+443 |
| | | |||||
| * | chore: add a PostsList component | Armand Philippot | 2022-04-21 | 4 | -0/+431 |
| | | |||||
| * | chore: add a Pagination component | Armand Philippot | 2022-04-21 | 4 | -0/+472 |
| | | |||||
| * | chore: add a PageHeader component | Armand Philippot | 2022-04-21 | 4 | -0/+233 |
| | | |||||
| * | chore: add a PageFooter component | Armand Philippot | 2022-04-21 | 3 | -0/+87 |
| | | |||||
| * | chore: add a Sidebar component | Armand Philippot | 2022-04-20 | 4 | -0/+97 |
| | | |||||
| * | refactor(storybook): reorganize design system | Armand Philippot | 2022-04-20 | 88 | -442/+1921 |
| | | | | | | Add more stories for each components and change some components categories for better organization. | ||||
| * | chore: add a Code component | Armand Philippot | 2022-04-19 | 5 | -0/+657 |
| | | |||||
| * | chore: add a Gallery component | Armand Philippot | 2022-04-19 | 4 | -0/+174 |
| | | |||||
| * | build(deps): bump react-intl to v5.25.0 | Armand Philippot | 2022-04-19 | 2 | -27/+18 |
| | | | | | It fixes the types issue in Storybook. | ||||
| * | refactor: support React 18 | Armand Philippot | 2022-04-16 | 81 | -289/+353 |
| | | | | | | | | | 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: merge branch 'main' into refactor/use-storybook-and-atomic-design | Armand Philippot | 2022-04-16 | 2 | -420/+661 |
| |\ | |||||
| | * | build(deps): bump dependencies (next, react, mdx...) | Armand Philippot | 2022-04-16 | 2 | -610/+630 |
| | | | |||||
| * | | chore: add an ImageWidget component | Armand Philippot | 2022-04-15 | 4 | -0/+285 |
| | | | |||||
| * | | chore: add an Overview component | Armand Philippot | 2022-04-15 | 5 | -0/+128 |
| | | | |||||
| * | | build(deps): bump Storybook to v6.4.22 | Armand Philippot | 2022-04-15 | 2 | -312/+421 |
| | | | |||||
| * | | chore: add a SocialMedia component | Armand Philippot | 2022-04-15 | 4 | -0/+140 |
| | | | |||||
| * | | chore: add a SharingWidget component | Armand Philippot | 2022-04-15 | 4 | -0/+309 |
| | | | |||||
| * | | chore: add a LinksListWidget component | Armand Philippot | 2022-04-15 | 5 | -3/+284 |
| | | | |||||
| * | | chore: add a Widget component | Armand Philippot | 2022-04-15 | 6 | -10/+209 |
| | | | |||||
| * | | chore: add a ContactForm component | Armand Philippot | 2022-04-15 | 5 | -0/+268 |
| | | | |||||
| * | | chore: add a CommentForm component | Armand Philippot | 2022-04-15 | 8 | -8/+304 |
| | | | |||||
| * | | chore: add a Notice component | Armand Philippot | 2022-04-15 | 4 | -0/+104 |
| | | | |||||
| * | | chore: add a Toolbar component | Armand Philippot | 2022-04-14 | 7 | -63/+243 |
| | | | |||||
| * | | chore: add a Search component | Armand Philippot | 2022-04-14 | 4 | -0/+151 |
| | | | |||||
| * | | chore: add a SearchModal component | Armand Philippot | 2022-04-14 | 4 | -0/+70 |
| | | | |||||
| * | | chore: add a SearchForm component | Armand Philippot | 2022-04-14 | 4 | -0/+165 |
| | | | |||||
| * | | chore: add a Settings component | Armand Philippot | 2022-04-14 | 10 | -17/+241 |
| | | | |||||
| * | | chore: add a MainNav component | Armand Philippot | 2022-04-14 | 12 | -214/+393 |
| | | | |||||
| * | | chore: add a CardsList component | Armand Philippot | 2022-04-13 | 4 | -0/+273 |
| | | | |||||
| * | | chore: add a Card component | Armand Philippot | 2022-04-13 | 8 | -20/+435 |
| | | | |||||
| * | | chore: add a Footer component | Armand Philippot | 2022-04-12 | 6 | -5/+210 |
| | | | |||||
| * | | chore: add a Nav component | Armand Philippot | 2022-04-12 | 5 | -3/+197 |
| | | | |||||
| * | | chore: add a Summary component | Armand Philippot | 2022-04-12 | 7 | -5/+424 |
| | | | |||||
| * | | chore: add a MainNavButton component | Armand Philippot | 2022-04-12 | 8 | -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 component | Armand Philippot | 2022-04-11 | 4 | -0/+195 |
| | | | |||||
| * | | chore: add a Meta component | Armand Philippot | 2022-04-11 | 3 | -0/+135 |
| | | | |||||
| * | | chore: add a Copyright component | Armand Philippot | 2022-04-11 | 4 | -0/+178 |
| | | | |||||
| * | | chore: add a NoScript component | Armand Philippot | 2022-04-11 | 4 | -0/+97 |
| | | | |||||
| * | | chore: add a Section component | Armand Philippot | 2022-04-09 | 4 | -0/+184 |
| | | | |||||
| * | | chore: add a Main component | Armand Philippot | 2022-04-09 | 3 | -0/+87 |
| | | | |||||
| * | | refactor(toggle): use Checkbox component and move it to molecules | Armand Philippot | 2022-04-09 | 7 | -13/+26 |
| | | | |||||
| * | | chore: add a Checkbox component | Armand Philippot | 2022-04-09 | 3 | -0/+170 |
| | | | |||||
| * | | chore: add a Settings modal component | Armand Philippot | 2022-04-08 | 32 | -120/+761 |
| | | | |||||
| * | | chore: add a AckeeSelect component | Armand Philippot | 2022-04-08 | 4 | -0/+155 |
| | | | |||||
| * | | refactor: use a consistent classname prop and avoid children prop | Armand Philippot | 2022-04-08 | 36 | -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 prop | Armand Philippot | 2022-04-08 | 31 | -112/+363 |
| | | | |||||
