feat: backup details snapshots timeline & file explorer

This commit is contained in:
Nicolas Meienberger
2025-11-03 22:03:55 +01:00
parent f2643436b0
commit 11ca80a929
5 changed files with 259 additions and 146 deletions

View File

@@ -15,7 +15,7 @@ import { Checkbox } from "~/components/ui/checkbox";
const NODE_PADDING_LEFT = 12;
interface FileEntry {
export interface FileEntry {
name: string;
path: string;
type: "file" | "directory";