mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-22 15:29:44 +00:00
[Manager] Allowing changing sort field of registry search results (#3409)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -18,6 +18,14 @@ export enum ManagerTab {
|
||||
UpdateAvailable = 'updateAvailable'
|
||||
}
|
||||
|
||||
export enum SortableAlgoliaField {
|
||||
Downloads = 'total_install',
|
||||
Created = 'create_time',
|
||||
Updated = 'update_time',
|
||||
Publisher = 'publisher_id',
|
||||
Name = 'name'
|
||||
}
|
||||
|
||||
export interface TabItem {
|
||||
id: string
|
||||
label: string
|
||||
|
||||
Reference in New Issue
Block a user