tqff
All checks were successful
Deploy XIP / deploy (push) Successful in 45s

This commit is contained in:
arussac
2026-05-31 15:42:13 +02:00
parent d50f06d65a
commit 0c08e2080f
3 changed files with 35 additions and 10 deletions

View File

@@ -9,7 +9,9 @@ export interface ContextMenuItem {
value: string;
label: string;
swatch?: string; // optional color swatch dot
emoji?: string; // optional emoji shown instead of swatch
isHeader?: boolean; // non-interactive section heading
checked?: boolean; // explicit checkmark (for multi-group menus)
}
interface MenuState {