perf(webui): lazily load module descriptors

This commit is contained in:
2026-07-30 04:35:57 +02:00
parent 9e219bc4d3
commit 47e106684d
14 changed files with 604 additions and 84 deletions
+23
View File
@@ -2204,6 +2204,29 @@
font-weight: 600;
}
.module-load-progress {
display: flex;
min-height: 120px;
align-items: center;
justify-content: center;
gap: 10px;
color: var(--text-muted);
}
.module-load-error .alert {
max-width: 640px;
}
.module-load-error .alert-message {
display: grid;
justify-items: start;
gap: 12px;
}
.module-load-error .alert-message p {
margin: 0;
}
/* Collapsible cards */
.card-collapsible .card-header {