changed layout of repo settings page

This commit is contained in:
2026-05-07 12:32:07 +02:00
parent 39dd9ab9eb
commit 00aede9c91
5 changed files with 525 additions and 69 deletions
+1
View File
@@ -18,6 +18,7 @@ const repositorySchema = z.object({
ownerId: z.number(),
ownerName: z.string(),
isEmpty: z.boolean(),
size: z.number().default(0),
name: z.string(),
description: z.string(),
isPrivate: z.boolean(),