feat(web): add projects page with CRUD operations (#477)
Some checks failed
ci/woodpecker/push/web Pipeline failed

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #477.
This commit is contained in:
2026-02-23 04:13:26 +00:00
committed by jason.woltje
parent 5a6d00a064
commit ee2ddfc8b8
3 changed files with 914 additions and 0 deletions

View File

@@ -14,3 +14,4 @@ export * from "./teams";
export * from "./personalities";
export * from "./telemetry";
export * from "./dashboard";
export * from "./projects";