Skip to content

[FEATURE] Add "Refresh single module" button #56

@NovaCode37

Description

@NovaCode37

If one module fails or returns old data, users should be able to re-run just that module without re-scanning everything.

What to do

  1. In frontend/src/components/views/ScanResults.tsx, add a small refresh icon on each result card
  2. On click: re-run that specific module
  3. Show loading spinner while refreshing
  4. Update results when done

Acceptance criteria

  • Refresh icon visible on each module result
  • Clicking re-runs only that module
  • Shows loading state
  • Updates results when complete
  • Doesn't affect other modules

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions