no prev/next anymore

This commit is contained in:
2025-11-16 21:25:39 +01:00
parent 1f2c62241c
commit fa6b4b94f6
8 changed files with 35 additions and 278 deletions
+1 -4
View File
@@ -27,10 +27,7 @@ interface FolderNode {
type PreviewEntry = {
url?: string;
canGoPrev?: boolean;
canGoNext?: boolean;
goPrev?: () => void;
goNext?: () => void;
contentType?: string | null;
} | null;
interface UseDetailWorkspaceArgs {