feat(admin, i18n): enhance admin dashboard and user management with new features and translations
Added the ability to filter admin dashboard data by site code and agent node ID, improving data retrieval capabilities. Introduced new functions for fetching dashboard data based on these parameters. Updated the admin users and roles management components to reflect these changes. Enhanced multi-language support by adding new translations for agent management and permission levels in English, Nepali, and Chinese, ensuring a consistent user experience across the admin interface.
This commit is contained in:
@@ -168,6 +168,20 @@
|
||||
@apply overflow-x-auto rounded-2xl border border-border/80 bg-card shadow-sm;
|
||||
}
|
||||
|
||||
/* Sticky columns need an opaque background so scrolled cells/headers do not show through */
|
||||
[data-slot="table-head"][class*="sticky"] {
|
||||
@apply bg-muted;
|
||||
}
|
||||
|
||||
/* Match table body (white card), not page background (#f7fbff) or header muted tint */
|
||||
[data-slot="table-cell"][class*="sticky"] {
|
||||
background-color: var(--card);
|
||||
}
|
||||
|
||||
[data-slot="table-row"]:hover > [data-slot="table-cell"][class*="sticky"] {
|
||||
@apply bg-muted/35;
|
||||
}
|
||||
|
||||
.admin-table-toolbar {
|
||||
@apply flex items-center justify-end border-b border-border/70 bg-muted/20 px-4 py-2.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user