diegosouzapw
3eb16de689
fix(dashboard): canvas polish batch ( #12392 )
...
Seven pointwise fixes on the Orchestration Canvas, each covered by a test:
1. Debounce x chip race: every chip/clear write in OrchestrationToolbar now cancels
the pending search timer first. Left armed, it fired ~300ms later with a setParams
closed over the pre-chip query string and silently reverted the chip.
2. The search input carries an aria-label (searchPlaceholder) — the placeholder alone
is not an accessible name.
3. parseCsvSet trims each token, so `?state=running, failed` parses like the unpadded
form instead of dropping the padded value.
4. toggleCsv was duplicated in the toolbar and the page client; both now import the
single definition from the new model/urlParams.ts (pure, never mutates its inputs).
5. AgentsTab tells "nothing running" apart from "the filter matched nothing": with an
active filter and no work node it renders noMatches + a clear-filters button instead
of the setup CTAs, which would be wrong advice there.
6. Particle cap: orchestrationToFlow stamps `particles` on every edge and turns it off
above PARTICLE_EDGE_CAP (40) simultaneously active edges — StatusEdge then renders
the colored stroke without its 3 SMIL particles per edge.
7. The drawer's error banner clears when an action succeeds, so a recovered failure
does not stay on screen.
Only `noMatches` is added to en.json here; the other locales are task B4.
Refs #12392
2026-09-07 12:08:01 -03:00
..
2026-08-22 20:13:10 -03:00
2026-08-30 11:11:46 -03:00
2026-07-13 09:12:40 -03:00
2026-09-02 10:41:00 -03:00
2026-08-14 00:57:33 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-06-22 03:17:02 -03:00
2026-07-04 13:00:30 -03:00
2026-09-07 08:56:36 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-09-02 00:50:04 -03:00
2026-07-04 13:00:30 -03:00
2026-06-21 08:56:51 -03:00
2026-07-17 03:04:00 -03:00
2026-08-25 09:48:12 -03:00
2026-07-29 15:18:55 -03:00
2026-06-20 14:55:24 -03:00
2026-08-23 06:40:37 -03:00
2026-07-29 15:18:55 -03:00
2026-08-26 17:40:37 -03:00
2026-08-07 20:52:03 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-06-22 03:17:02 -03:00
2026-07-29 15:18:55 -03:00
2026-09-02 03:15:31 -03:00
2026-08-11 08:38:55 -03:00
2026-07-02 10:47:13 -03:00
2026-06-17 02:43:21 -03:00
2026-06-17 19:26:32 -03:00
2026-06-14 10:45:22 -03:00
2026-06-14 10:45:22 -03:00
2026-07-02 10:47:13 -03:00
2026-07-29 15:18:55 -03:00
2026-06-27 09:07:12 -03:00
2026-06-26 02:51:06 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-06-23 17:06:18 -03:00
2026-07-02 10:47:13 -03:00
2026-09-03 12:40:02 -03:00
2026-06-29 08:40:06 -03:00
2026-07-29 15:18:55 -03:00
2026-06-14 10:45:22 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-23 17:06:18 -03:00
2026-07-29 15:18:55 -03:00
2026-08-20 09:46:13 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-09-03 12:38:16 -03:00
2026-08-26 08:09:34 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-08-12 16:09:34 -03:00
2026-09-02 01:18:47 -03:00
2026-07-29 15:18:55 -03:00
2026-07-02 10:47:13 -03:00
2026-08-26 09:22:11 -03:00
2026-08-28 11:13:47 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-08-14 00:57:33 -03:00
2026-08-30 11:11:46 -03:00
2026-06-15 03:32:11 -03:00
2026-06-15 03:32:11 -03:00
2026-08-09 10:07:30 -03:00
2026-06-14 10:45:22 -03:00
2026-07-29 15:18:55 -03:00
2026-08-25 01:38:59 -03:00
2026-06-27 09:07:12 -03:00
2026-06-14 10:45:22 -03:00
2026-07-29 15:18:55 -03:00
2026-09-04 00:45:38 -03:00
2026-07-29 15:18:55 -03:00
2026-08-07 18:08:08 -03:00
2026-08-10 18:16:34 -03:00
2026-07-29 15:18:55 -03:00
2026-08-25 16:31:11 -03:00
2026-06-27 09:07:12 -03:00
2026-09-02 03:15:42 -03:00
2026-08-12 16:09:34 -03:00
2026-08-21 00:29:01 -03:00
2026-07-17 03:04:00 -03:00
2026-08-25 09:48:12 -03:00
2026-07-17 03:04:00 -03:00
2026-06-23 17:06:18 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-08-12 16:09:34 -03:00
2026-07-04 13:00:30 -03:00
2026-06-28 06:58:29 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-13 04:49:28 -03:00
2026-09-02 03:14:46 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-08-27 00:01:12 -03:00
2026-08-12 16:09:34 -03:00
2026-09-02 17:45:50 -03:00
2026-09-04 03:39:09 -03:00
2026-07-13 09:12:40 -03:00
2026-07-17 03:04:00 -03:00
2026-08-10 18:16:08 -03:00
2026-07-02 10:47:13 -03:00
2026-08-26 09:22:26 -03:00
2026-08-15 14:23:29 -03:00
2026-08-10 00:16:06 -03:00
2026-08-10 20:10:07 -03:00
2026-08-29 19:39:37 -03:00
2026-08-19 12:54:05 -03:00
2026-08-21 02:13:07 -03:00
2026-06-27 09:07:12 -03:00
2026-08-20 09:31:12 -03:00
2026-08-28 04:34:51 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 04:29:43 -03:00
2026-08-06 05:58:58 -03:00
2026-06-22 03:17:02 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 04:29:43 -03:00
2026-06-19 06:49:01 -03:00
2026-08-24 19:57:12 -03:00
2026-06-22 03:17:02 -03:00
2026-07-29 15:18:55 -03:00
2026-08-18 11:56:00 -03:00
2026-08-18 12:13:48 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-06-23 03:08:29 -03:00
2026-08-21 02:12:56 -03:00
2026-09-07 12:08:01 -03:00
2026-09-02 20:37:02 -03:00
2026-09-01 23:13:47 -03:00
2026-09-02 15:07:58 -03:00
2026-09-02 20:37:02 -03:00
2026-09-07 11:53:43 -03:00
2026-09-07 12:08:01 -03:00
2026-09-07 12:08:01 -03:00
2026-09-07 12:08:01 -03:00
2026-09-07 12:08:01 -03:00
2026-09-07 12:08:01 -03:00
2026-09-01 23:13:47 -03:00
2026-07-13 09:12:40 -03:00
2026-07-29 15:18:55 -03:00
2026-08-20 20:30:40 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-07-13 09:12:40 -03:00
2026-07-29 15:18:55 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-08-28 11:14:12 -03:00
2026-08-26 09:22:22 -03:00
2026-09-02 03:14:41 -03:00
2026-08-07 20:52:35 -03:00
2026-06-22 03:17:02 -03:00
2026-08-12 16:09:34 -03:00
2026-08-28 04:54:00 -03:00
2026-08-25 09:48:12 -03:00
2026-08-25 09:48:12 -03:00
2026-06-17 19:26:32 -03:00
2026-09-02 10:02:03 -03:00
2026-07-29 15:18:55 -03:00
2026-08-22 18:55:23 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-08-25 10:27:32 -03:00
2026-08-25 10:27:32 -03:00
2026-08-23 10:13:31 -03:00
2026-06-29 08:40:06 -03:00
2026-07-04 13:00:30 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-13 09:12:40 -03:00
2026-08-12 16:09:34 -03:00
2026-08-12 16:09:34 -03:00
2026-08-09 15:16:55 -03:00
2026-06-29 08:40:06 -03:00
2026-06-17 19:26:32 -03:00
2026-07-29 15:18:55 -03:00
2026-06-12 23:49:22 -03:00
2026-09-07 08:56:49 -03:00
2026-06-29 08:40:06 -03:00
2026-07-17 03:04:00 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-08-12 16:09:34 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-07-29 15:18:55 -03:00
2026-07-17 03:04:00 -03:00
2026-08-21 00:29:01 -03:00
2026-06-28 06:58:29 -03:00
2026-07-17 03:04:00 -03:00
2026-08-30 18:03:47 -03:00
2026-06-25 13:17:40 -03:00
2026-08-30 18:03:47 -03:00
2026-08-12 16:09:34 -03:00
2026-08-30 11:10:22 -03:00
2026-08-14 00:57:33 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-08-30 18:03:47 -03:00
2026-08-30 18:03:47 -03:00
2026-07-17 03:04:00 -03:00
2026-08-30 18:03:47 -03:00
2026-07-17 03:04:00 -03:00
2026-07-17 03:04:00 -03:00
2026-09-07 11:47:45 -03:00
2026-06-27 09:07:12 -03:00
2026-07-29 15:18:55 -03:00
2026-08-11 04:30:10 -03:00
2026-09-02 00:50:04 -03:00
2026-06-14 10:45:22 -03:00
2026-08-28 06:52:46 -03:00
2026-08-09 16:20:54 -03:00