[enhancement]: Show item details (#573)

* start

* More details, don't show manage server when other modal
This commit is contained in:
Kendall Garner 2024-04-04 04:19:46 +00:00 committed by GitHub
parent 7bebe286d5
commit 197497df05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 365 additions and 82 deletions

View file

@ -33,7 +33,8 @@ export type ContextMenuItemType =
| 'moveToBottomOfQueue'
| 'moveToTopOfQueue'
| 'removeFromQueue'
| 'deselectAll';
| 'deselectAll'
| 'showDetails';
export type SetContextMenuItems = {
children?: boolean;