ui: Data Generation view (per-DB tabs, light generate, run status) + topology pulse

This commit is contained in:
mo
2026-06-26 01:17:51 +00:00
parent bac3a90775
commit be526bb0e3
6 changed files with 286 additions and 7 deletions
+15
View File
@@ -107,6 +107,21 @@
.topo-edge-query.topo-edge-live { stroke: #818cf8; filter: drop-shadow(0 0 3px rgba(129, 140, 248, 0.45)); }
.topo-edge-serve.topo-edge-live { stroke: #34d399; filter: drop-shadow(0 0 3px rgba(52, 211, 153, 0.45)); }
/* Whole-flow pulse triggered by a data-generation run */
.topo-pulsing .topo-edge-live {
stroke-width: 3;
animation: flow-dash 0.6s linear infinite;
}
.topo-pulsing .topo-edge-glow {
stroke: rgba(124, 231, 135, 0.35);
stroke-width: 6;
animation: topo-pulse-glow 1.4s ease-in-out infinite;
}
@keyframes topo-pulse-glow {
0%, 100% { opacity: 0.4; }
50% { opacity: 1; }
}
.topo-edge-active {
stroke: url(#topo-flow-gradient);
stroke-width: 2.5;