|
Some checks failed
Security / Security check (push) Failing after 1s
The Audit page subscribes to streamEvents and nudges an immediate (debounced) refresh on each new event, so the feed updates instantly instead of waiting up to 2 s. Reuses the proven _refresh() path, so list management + filtering + hash-chain ordering are unchanged. The 2 s poll remains the safety net: on a persistent stream error the page is still fresh within the interval; a clean stream close re-subscribes once after 3 s. Subscription + debounce cancelled on dispose. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com> |
||
|---|---|---|
| .. | ||
| approvals.dart | ||
| audit.dart | ||
| doctor.dart | ||
| federation.dart | ||
| flows.dart | ||
| modules.dart | ||
| store.dart | ||
| welcome.dart | ||