aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: replace the Ackee select by a toggle componentArmand Philippot2022-06-015-216/+0
|
* chore: replace the toggle componentArmand Philippot2022-06-011-2/+2
|
* chore: add a Fieldset componentArmand Philippot2022-05-315-0/+216
|
* chore: replace Checkbox component with a BooleanField componentArmand Philippot2022-05-317-176/+302
| | | | | Checkbox and radio buttons are working the same way so I decided to group them in a same component.
* fix(settings): reduce font-size on small devicesArmand Philippot2022-05-251-1/+9
| | | | | With French translation, words are a little longer so I reduce the font size on small devices to avoid line breaking.
* chore: give autofocus to the toolbar search formArmand Philippot2022-05-241-10/+14
|
* chore(toolbar): change icons to close button when activatedArmand Philippot2022-05-242-0/+17
|
* chore: adjust dark mode stylesArmand Philippot2022-05-223-33/+185
|
* chore: complete Storybook storiesArmand Philippot2022-05-218-37/+29
|
* fix: close Ackee tooltip on button clickArmand Philippot2022-05-211-13/+22
| | | | | | | The tooltip was closing and reopening on click because of a conflict between the button event and the hook useClickOutside. By checking that the event target is not the button, the tooltip is now closing as expected.
* chore: update some stylesArmand Philippot2022-05-212-20/+2
| | | | | | | * Improve wp-blocks-columns, wp-block-quote and some images * Make Sharing widget consistent between pages * Remove margin option from lists * Fix Topic logo alignement
* chore: adjust articles stylesArmand Philippot2022-05-174-15/+87
| | | | | * change animation on article card hover * change comments section alignment
* chore: adjust and complete missing stylesArmand Philippot2022-05-163-25/+3
| | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements
* chore: improve accessibilityArmand Philippot2022-05-153-2/+42
|
* chore: add Article pagesArmand Philippot2022-05-151-1/+0
|
* chore: handle blog paginationArmand Philippot2022-05-131-1/+1
|
* refactor: rewrite DescriptionList and Meta componentsArmand Philippot2022-05-098-95/+373
| | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels.
* chore: add a Contact pageArmand Philippot2022-05-072-3/+24
|
* chore: add a CV pageArmand Philippot2022-05-033-8/+117
|
* chore: add homepageArmand Philippot2022-05-033-4/+29
|
* chore: add a Column componentArmand Philippot2022-04-293-0/+57
|
* 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
|