feat: add per-state action dropdowns and table view to ZeroTier All Approvals

This commit is contained in:
2026-05-30 05:03:01 +00:00
parent fe0b114ebf
commit 71f9e8b7ac
5 changed files with 251 additions and 43 deletions
+2
View File
@@ -61,6 +61,7 @@ import SystemAuditPage from "@/pages/admin/SystemAuditPage";
import OAuthProvidersPage from "@/pages/admin/OAuthProvidersPage";
import OrgSetupPage from "@/pages/auth/OrgSetupPage";
import SessionTimeoutModal from "@/components/auth/SessionTimeoutModal";
import NotFound from "@/pages/NotFound";
const queryClient = new QueryClient({
@@ -151,6 +152,7 @@ function RequireAuth({ children }: { children: React.ReactNode }) {
function AppRoutes() {
return (
<AuthProvider>
<SessionTimeoutModal />
<OrgProvider>
<Routes>
{/* Marketing pages */}