zurich_kotak/src
Yashas 704afe170e console: the row is the control, and the agent says what it is doing
Two changes to the queue and overview tables.

The row is the click target. An "Open" button was a 90px destination inside
a 1000px row that already reads as one object, and it put a second tab stop
on every line. The row now carries the click, Enter/Space, a focus ring and
the hover tint; the button column is gone, along with its CSS.

The column it freed shows what is actually happening. This workflow is run
by agents and watched by a person, so the question a queue has to answer is
not "which stage" — inside a queue every row shares it — but "is it moving".
An automated stage now reports working (under 3 minutes), waiting (under 30),
or stalled with the elapsed time, with a pulse on the live one and a red left
edge on the stuck one. Thresholds are generous on purpose: an employee wake
takes a minute or two and a scheduled retry can be hours out, so stalled
means "longer than any normal step", not "longer than average".

Before this, a lead three hours into "Calling the customer…" looked identical
to one thirty seconds in — which is the failure this console exists to catch.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-08 11:52:20 +05:30
..
api form: stop asking for what the workflow computes 2026-09-08 11:43:52 +05:30
assets Wire the console to the platform and make it deployable 2026-08-24 15:20:13 +05:30
components form: make OCR autofill actually reach the fields 2026-09-08 11:06:41 +05:30
layout console: all-leads view, document form prefill, and two things that should not be offered 2026-09-07 19:26:13 +05:30
pages Wire the console to the platform and make it deployable 2026-08-24 15:20:13 +05:30
screens console: the row is the control, and the agent says what it is doing 2026-09-08 11:52:20 +05:30
App.jsx console: a page to monitor from, and words an operator would use 2026-09-07 16:13:13 +05:30
index.css UI Enhancements in recordsview and detailsview 2026-09-02 15:33:26 +05:30
main.jsx Wire the console to the platform and make it deployable 2026-08-24 15:20:13 +05:30
runtimeConfig.js UI Enhancements in recordsview and detailsview 2026-09-02 15:33:26 +05:30