refactor to use DataTable component

This commit is contained in:
miloschwartz
2025-12-03 14:45:21 -05:00
parent 8b0491eb52
commit 11c1efc19c
7 changed files with 168 additions and 1222 deletions

View File

@@ -19,7 +19,8 @@ import {
SquareMousePointer,
ScanEye,
GlobeLock,
Smartphone
Smartphone,
Laptop
} from "lucide-react";
export type SidebarNavSection = {
@@ -81,7 +82,7 @@ export const orgNavSections = (
href: "/{orgId}/settings/clients/user",
title: "sidebarUserDevices",
icon: (
<Smartphone className="size-4 flex-none" />
<Laptop className="size-4 flex-none" />
)
},
{