2439 improve command menu item display in right panel (#21020)

## Before

<img width="1512" height="389" alt="image"
src="https://github.com/user-attachments/assets/33274356-fb99-4a02-baa7-c324e6d151c6"
/>


## After

<img width="1512" height="357" alt="image"
src="https://github.com/user-attachments/assets/c0affb71-e920-4d64-b2f0-1bed53209ea5"
/>
This commit is contained in:
martmull
2026-05-29 13:37:27 +02:00
committed by GitHub
parent 10c0bed462
commit 4e5d47168c
9 changed files with 102 additions and 24 deletions
@@ -3,6 +3,7 @@ import { type SyncableEntityOptions } from '@/application/syncableEntityOptionsT
export type CommandMenuItemManifest = SyncableEntityOptions & {
label: string;
shortLabel?: string;
/** @deprecated icon will be ignored in favor of application icon */
icon?: string;
isPinned?: boolean;
availabilityType?: