link compact list view

This commit is contained in:
Yee Jia Wei
2023-12-16 11:25:39 +08:00
parent f8ad08f5ed
commit bcfbdf3e49
14 changed files with 803 additions and 292 deletions
+6
View File
@@ -57,6 +57,12 @@ export interface PublicCollectionIncludingLinks extends Collection {
links: LinksIncludingTags[];
}
export enum ViewMode {
Default,
Compact,
List,
}
export enum Sort {
DateNewestFirst,
DateOldestFirst,