feat: add generic GFF visual editor component

This commit is contained in:
plenarius
2026-04-20 20:09:24 -04:00
parent c7f5646e62
commit 5620e38282
3 changed files with 654 additions and 26 deletions
+2
View File
@@ -39,6 +39,8 @@ export const api = {
totalMatches: number;
filesSearched: number;
}>("/editor/search", { method: "POST", body: JSON.stringify({ repo, query, ...opts }) }),
gffSchema: (type: string) =>
request<import("../components/gff/GffEditor").GffTypeSchema>(`/editor/gff-schema/${type}`),
},
workspace: {