Small UI improvements and fixes to project edition

This commit is contained in:
2024-11-28 00:01:57 +01:00
parent 20ab51a66c
commit d71e8b7910
10 changed files with 98 additions and 35 deletions

View File

@@ -4,6 +4,7 @@ import { fileType } from "./file";
const baseItem = z.object({
path: z.string(),
parent: z.string(),
name: z.string(),
title: z.string(),
type: fileType,
navigable: z.boolean(),