[Manager] Allowing changing sort field of registry search results (#3409)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-04-12 06:45:21 +08:00
committed by GitHub
parent 67835edfca
commit b449dbd26b
12 changed files with 86 additions and 20 deletions

View File

@@ -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