updates on the dispatch page

This commit is contained in:
2026-06-02 18:26:42 +05:30
parent 6c51d1dcc0
commit 3d46c07f89
2 changed files with 12 additions and 27 deletions

View File

@@ -2285,30 +2285,16 @@
color: #10b981;
}
/* Time-mode visual cues on individual order cards. Numbered badge
switches from "planned step N" to "delivered #N inside this trip"
when sort mode is `time`. Emerald (delivered family) signals
"ranked by completion," distinguishing it from the planned step. */
.dispatch-container .zone-order-num.is-time-rank {
background: #ecfdf5;
color: #047857;
box-shadow: inset 0 0 0 1.5px #6ee7b7;
}
/* Cards whose order isn't yet delivered, while time-sort is active.
These are pushed to the end of the trip list (MAX_SAFE_INTEGER sort
key) — the muted styling tells the operator "not yet delivered"
at a glance without reading every status pill. */
at a glance without reading every status pill. The numbered badge
itself stays in its planned-step styling so the dispatched identity
stays readable; only the surrounding card dims. */
.dispatch-container .zone-order-card.is-pending-time {
opacity: 0.72;
}
.dispatch-container .zone-order-card.is-pending-time .zone-order-num.is-time-rank {
background: #f8fafc;
color: #64748b;
box-shadow: inset 0 0 0 1.5px #cbd5e1;
}
.dispatch-container .step-wrap {
padding: 16px;
}