diff --git a/apps/web/src/components/admin/AdminAuditLogsView.tsx b/apps/web/src/components/admin/AdminAuditLogsView.tsx index ad763bcf2..095e20b1e 100644 --- a/apps/web/src/components/admin/AdminAuditLogsView.tsx +++ b/apps/web/src/components/admin/AdminAuditLogsView.tsx @@ -48,7 +48,7 @@ export const AdminAuditLogsView: React.FC = () => { - @@ -57,7 +57,7 @@ export const AdminAuditLogsView: React.FC = () => {
- + @@ -66,7 +66,7 @@ export const AdminAuditLogsView: React.FC = () => { - + {loading ? (
Timestamp User ActionOrigin
@@ -120,7 +120,7 @@ export const AdminAuditLogsView: React.FC = () => { {/* Pagination placeholder */} -
+
Packet: {logs.length} / Total: {total} diff --git a/apps/web/src/components/admin/AdminSettingsView.tsx b/apps/web/src/components/admin/AdminSettingsView.tsx index a483797d7..f6e578304 100644 --- a/apps/web/src/components/admin/AdminSettingsView.tsx +++ b/apps/web/src/components/admin/AdminSettingsView.tsx @@ -86,7 +86,7 @@ export const AdminSettingsView: React.FC = () => { > {feature}
-
+
))} @@ -113,7 +113,7 @@ export const AdminSettingsView: React.FC = () => { className={`w-12 h-6 rounded-full relative cursor-pointer transition-colors ${maintenance ? 'bg-destructive' : 'bg-muted'}`} >
diff --git a/apps/web/src/components/admin/AdminUsersView.tsx b/apps/web/src/components/admin/AdminUsersView.tsx index 027ea6bd6..cd926c24f 100644 --- a/apps/web/src/components/admin/AdminUsersView.tsx +++ b/apps/web/src/components/admin/AdminUsersView.tsx @@ -63,7 +63,7 @@ export const AdminUsersView: React.FC = () => {

USER DIRECTORY • ACCESS PERMISSIONS

-
- -
+ +
} placeholder="Search by ID or frequency..." value={search} onChange={(e: React.ChangeEvent) => setSearch(e.target.value)} - className="bg-black/40 border-white/10" + className="bg-muted/30 border-border" />
- -
@@ -101,7 +101,7 @@ export const AdminUsersView: React.FC = () => {
- + @@ -111,7 +111,7 @@ export const AdminUsersView: React.FC = () => { - + {filteredUsers.map((user) => ( { )} -
+
Displaying {filteredUsers.length} / {users.length} active nodes
- -
diff --git a/apps/web/src/components/admin/UserTableRow.tsx b/apps/web/src/components/admin/UserTableRow.tsx index 15c83aaa5..c034274c3 100644 --- a/apps/web/src/components/admin/UserTableRow.tsx +++ b/apps/web/src/components/admin/UserTableRow.tsx @@ -42,7 +42,7 @@ export const UserTableRow: React.FC = ({ >
-
{user.username}
+
{user.username}
{user.id}
@@ -72,7 +72,7 @@ export const UserTableRow: React.FC = ({
Identity Access Origin Assigned RolesManagement