feat(frontend): implement UX refinements and syntax highlighting (#11423)

This commit is contained in:
ls-root
2026-02-01 18:23:13 +01:00
committed by GitHub
parent aebe478fe9
commit 6f171f29de
4 changed files with 86 additions and 32 deletions
@@ -31,8 +31,8 @@ export const ScriptSchema = z.object({
privileged: z.boolean(),
interface_port: z.number().nullable(),
documentation: z.string().nullable(),
website: z.string().url().nullable(),
logo: z.string().url().nullable(),
website: z.url().nullable(),
logo: z.url().nullable(),
config_path: z.string(),
description: z.string().min(1, "Description is required"),
disable: z.boolean().optional(),