Files
Alan Buscaglia 62c68c028b fix(ui): optimize scans page polling to avoid redundant API calls
- Replace router.refresh() with client-side polling via onRefresh callback
- Add prefetch={false} to TableLink to prevent Next.js prefetching findings/compliance routes
- Create ScansTableWithPolling component that only fetches scan data during polling
- Remove separate getScansByState call, derive executing state from getScans response
2026-02-06 09:36:29 +01:00
..