mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 18:10:08 +00:00
feat: enhance navigation and template filtering with icon support and new category mappings
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
export interface NavItemData {
|
||||
id: string
|
||||
label: string
|
||||
icon?: string
|
||||
}
|
||||
|
||||
export interface NavGroupData {
|
||||
title: string
|
||||
items: NavItemData[]
|
||||
icon?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user