refactored link state management + a lot of other changes...

This commit is contained in:
daniel31x13
2024-08-13 00:08:57 -04:00
parent a73e5fa6c6
commit 80f366cd7b
58 changed files with 1302 additions and 819 deletions
+1 -2
View File
@@ -67,7 +67,6 @@ export interface PublicCollectionIncludingLinks extends Collection {
export enum ViewMode {
Card = "card",
Grid = "grid",
List = "list",
Masonry = "masonry",
}
@@ -82,7 +81,7 @@ export enum Sort {
}
export type LinkRequestQuery = {
sort: Sort;
sort?: Sort;
cursor?: number;
collectionId?: number;
tagId?: number;