feat(web): add admin user management components (in progress)
Some checks failed
ci/woodpecker/push/web Pipeline failed

- InviteUserDialog.tsx
- admin.ts API client

Hit rate limit mid-flight. Continuing work.
This commit is contained in:
2026-02-28 12:47:44 -06:00
parent 85d3f930f3
commit 1310eff96c
9 changed files with 432 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-unsafe-enum-comparison */
"use client";
import React from "react";