aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/widgets/links-list-widget.module.scss
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): replace LinksListWidget with LinksWidgetArmand Philippot2023-11-141-71/+0
| | | | | | | * avoid List component repeat * rewrite tests and CSS * add an id to LinksWidgetItemData (previously LinksListItems) type because the label could be duplicated
* refactor(components): rewrite List componentArmand Philippot2023-11-111-6/+2
| | | | | | | | | * change `items` prop to children * replace `kind` prop with `isHierarchical`, `isOrdered` & `isInline` props * add `hideMarker` prop * add `spacing` prop to control item spacing * move lists styles to Sass placeholders to avoid repeats because of headless WordPress
* refactor(build): replace paths aliases with relative pathsArmand Philippot2023-09-191-2/+2
| | | | | | Using paths aliases starting with "@" can be confusing and can lead to conflict with existings modules. I prefer to use relative paths to avoid extra configuration in tools because of these aliases.
* chore: add a LegalNotice pageArmand Philippot2022-05-031-3/+7
|
* chore: add a LinksListWidget componentArmand Philippot2022-04-151-0/+71