feat: Add StatCard component to Dashboard and implement sorting, filtering, and pagination in DataManager
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 16m3s

This commit is contained in:
2025-07-09 10:36:44 +07:00
parent 9d31682745
commit e0fa98f21a
3 changed files with 187 additions and 98 deletions
-6
View File
@@ -23,12 +23,6 @@
}
/* Custom hover effects */
.card:hover {
transform: translateY(-2px);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
}
.btn:hover {
transform: translateY(-1px);
transition: all 0.2s ease;