Skip to content

Commit

Permalink
feat: expand gallerydisplayconfig with sort and filters
Browse files Browse the repository at this point in the history
  • Loading branch information
benstoltz committed Jan 31, 2025
1 parent fa51064 commit ff8262c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 32 deletions.
52 changes: 20 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/common/src/search/types/IHubCatalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,10 @@ export interface IGalleryDisplayConfig {
showLinkButton?: boolean;
linkButtonStyle?: "solid" | "outline" | "outline-fill" | "transparent";
linkButtonText?: string;
sort?: string;
filters?: {
key: string;
hidden: boolean;
label?: string;
};
}

0 comments on commit ff8262c

Please sign in to comment.