mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 23:34:31 +00:00
feat: Enhance navigation with collapsible groups and improved NavTitle component
This commit is contained in:
@@ -8,4 +8,5 @@ export interface NavGroupData {
|
||||
title: string
|
||||
items: NavItemData[]
|
||||
icon?: string
|
||||
collapsible?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user