feat: add vendor information to device components and update related UI elements
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 9m52s

fix: update sidebar transition duration for smoother experience
chore: update package dependencies and versions for improved stability and features
This commit is contained in:
2025-06-02 09:17:16 +05:00
parent bed426a6b4
commit 8438ceb376
8 changed files with 276 additions and 84 deletions

View File

@ -62,6 +62,7 @@ export async function DevicesTable({
<TableRow>
<TableHead>Device Name</TableHead>
<TableHead>MAC Address</TableHead>
<TableHead>Vendor</TableHead>
<TableHead>#</TableHead>
</TableRow>
</TableHeader>
@ -77,7 +78,7 @@ export async function DevicesTable({
</TableBody>
<TableFooter>
<TableRow>
<TableCell colSpan={2}>
<TableCell colSpan={3}>
{query?.length > 0 && (
<p className="text-sm text-muted-foreground">
Showing {meta?.total} devices for &quot;{query}