From 40a0a67583f2f45fb6dbebb1c6bae4b532427d47 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 23 Jul 2026 17:43:30 +0100 Subject: [PATCH] chore(core): add context-menu storybook showcase and material-style notes (#12084) --- .../context-menu-list.component.html | 11 +- .../context-menu-list.component.scss | 59 +------ .../context-menu-list.component.stories.ts | 152 ++++++++++++++++++ 3 files changed, 166 insertions(+), 56 deletions(-) create mode 100644 lib/core/src/lib/context-menu/context-menu-list.component.stories.ts diff --git a/lib/core/src/lib/context-menu/context-menu-list.component.html b/lib/core/src/lib/context-menu/context-menu-list.component.html index 526fddde73..2bc2e44b17 100644 --- a/lib/core/src/lib/context-menu/context-menu-list.component.html +++ b/lib/core/src/lib/context-menu/context-menu-list.component.html @@ -1,4 +1,4 @@ -
+
@for (link of links; track link) { @if (link.model?.visible) { @@ -10,7 +10,7 @@ (click)="onMenuItemClick($event, link)" > @if (link.model?.icon) { - + } {{ link.title || link.model?.title | translate }} @@ -18,3 +18,10 @@ }
+ + +