+
+
-
-
Pipeline Activity
+
+ Pipeline Activity
-
Live
+
Live
@@ -137,14 +137,14 @@
-
@@ -255,31 +255,27 @@
const isActive = globalIdx === activeIdx;
const isPending = globalIdx > activeIdx;
- let cls = 'flex items-center gap-1.5 px-2.5 py-1.5 rounded-lg text-xs font-medium whitespace-nowrap shrink-0 transition-all duration-300 ';
+ let cls = 'flex items-center gap-1.5 px-2.5 py-1.5 text-xs font-mono font-medium whitespace-nowrap shrink-0 transition-all duration-300 border ';
if (isActive) {
- cls += 'bg-indigo-600/30 text-indigo-300 ring-1 ring-indigo-500/50';
+ cls += 'bg-[#DE6C56]/10 border-[#DE6C56] text-[#DE6C56]';
} else if (isDone) {
- cls += 'bg-emerald-600/20 text-emerald-400';
+ cls += 'bg-[#4ADE80]/10 border-[#4ADE80] text-[#111111]';
} else {
- cls += 'bg-slate-700/50 text-slate-500';
+ cls += 'bg-white border-[#111111]/20 text-[#111111]/40';
}
html += '
';
if (isDone) {
- html += '';
+ html += '';
} else if (isActive) {
- html += '';
+ html += '';
} else {
html += '';
}
- html += '' + st.label + '
';
+ html += '
' + st.label + '';
if (idx < visible.length - 1) {
- html += '
';
- html += isDone
- ? ''
- : '';
- html += '
';
+ html += '
///
';
}
});
html += '
';
@@ -295,18 +291,18 @@
const templates = {
'post_discovered': () =>
- '