Add playlist overview homepage

This commit is contained in:
Koha9
2025-11-24 17:35:42 +09:00
parent 9ff74550a2
commit 61794b8db9
5 changed files with 220 additions and 8 deletions
+20
View File
@@ -18,3 +18,23 @@
.glass-toast-info {
background-color: rgba(var(--bs-info-rgb), 0.75) !important;
}
.status-dot {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
border: 1px solid var(--bs-border-color);
}
.status-connected {
background-color: var(--bs-success);
}
.status-failed {
background-color: var(--bs-danger);
}
.status-unset {
background-color: var(--bs-secondary);
}