aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | chore: add a PlusMinus icon componentArmand Philippot2022-04-044-0/+173
| |
* | chore: add a Branding componentArmand Philippot2022-04-048-4/+419
| |
* | chore: add a FlippingLogo componentArmand Philippot2022-04-044-0/+185
| |
* | 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-015-11/+182
| |
* | chore: add labelled field componentArmand Philippot2022-04-016-14/+250
| |
* | chore: add a back to top componentArmand Philippot2022-04-019-7/+204
| |
* | chore: add a social link componentArmand Philippot2022-04-014-0/+149
| |
* | build(storybook): handle SVGR importArmand Philippot2022-04-011-0/+10
| |
* | 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
| |
* | chore: add a posts stack svg icon componentArmand Philippot2022-03-314-0/+112
| |
* | chore: add a Home icon componentArmand Philippot2022-03-314-0/+111
| |
* | chore: add a Moon icon componentArmand Philippot2022-03-314-0/+51
| |
* | chore: add a Sun icon componentArmand Philippot2022-03-314-0/+59
| |
* | chore: add an Arrow icon componentArmand Philippot2022-03-314-0/+151
| |
* | chore: add a Link componentArmand Philippot2022-03-314-0/+153
| |
* | chore: add a Label componentArmand Philippot2022-03-314-0/+97
| |
* | chore: add a Select componentArmand Philippot2022-03-313-0/+197
| |