aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms
Commit message (Collapse)AuthorAgeFilesLines
* chore: add a Feed icon componentArmand Philippot2022-04-264-0/+123
|
* 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-2037-113/+636
| | | | | Add more stories for each components and change some components categories for better organization.
* refactor: support React 18Armand Philippot2022-04-1638-72/+114
| | | | | | | | 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 LinksListWidget componentArmand Philippot2022-04-151-3/+8
|
* chore: add a ContactForm componentArmand Philippot2022-04-151-0/+5
|
* chore: add a CommentForm componentArmand Philippot2022-04-154-8/+16
|
* chore: add a Notice componentArmand Philippot2022-04-154-0/+104
|
* chore: add a Settings componentArmand Philippot2022-04-141-0/+1
|
* chore: add a MainNav componentArmand Philippot2022-04-142-9/+21
|
* chore: add a Card componentArmand Philippot2022-04-133-19/+86
|
* chore: add a Nav componentArmand Philippot2022-04-121-3/+1
|
* chore: add a Summary componentArmand Philippot2022-04-122-3/+24
|
* chore: add a MainNavButton componentArmand Philippot2022-04-124-39/+32
| | | | | 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 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-094-294/+0
|
* chore: add a Checkbox componentArmand Philippot2022-04-093-0/+170
|
* chore: add a Settings modal componentArmand Philippot2022-04-0813-55/+287
|
* refactor: use a consistent classname prop and avoid children propArmand Philippot2022-04-0824-74/+157
| | | | | | | | 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-073-3/+55
|
* chore: add a DescriptionList componentArmand Philippot2022-04-074-0/+177
|
* chore: add a Toggle componentArmand Philippot2022-04-064-0/+262
|
* chore: add a HelpButton componentArmand Philippot2022-04-063-5/+17
| | | | I also added a new shape to the button base.
* chore: add a Modal componentArmand Philippot2022-04-064-5/+16
|
* chore: add a ResponsiveImage componentArmand Philippot2022-04-061-3/+15
|
* 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
|
* chore: add a PlusMinus icon componentArmand Philippot2022-04-044-0/+173
|
* chore: add a Branding componentArmand Philippot2022-04-044-4/+130
|
* chore: add a Logo componentArmand Philippot2022-04-044-0/+96
|
* chore: add a NavLink componentArmand Philippot2022-04-044-0/+145
|
* chore: add a Spinner componentArmand Philippot2022-04-044-0/+127
|
* chore: add a labelled select field componentArmand Philippot2022-04-012-11/+5
|
* chore: add labelled field componentArmand Philippot2022-04-013-14/+26
|
* chore: add a back to top componentArmand Philippot2022-04-015-7/+64
|
* chore: add a social link componentArmand Philippot2022-04-014-0/+149
|
* chore: add a career icon componentArmand Philippot2022-04-014-0/+139
|
* chore: add a magnifying glass icon componentArmand Philippot2022-04-014-0/+88
|
* chore: add an envelop svg icon componentArmand Philippot2022-04-014-0/+110
|
* chore: add a computer screen icon componentArmand Philippot2022-04-014-0/+133
|
* chore: add a Hamburger icon componentArmand Philippot2022-04-014-0/+111
|
* chore: add a Cog icon componentArmand Philippot2022-04-014-0/+53
|
* chore: add a Close icon componentArmand Philippot2022-04-014-0/+62
|
* chore: add a CC BY SA svg icon componentArmand Philippot2022-04-014-0/+70
|