Summary
The purpose of this PR is to create a UI for displaying validation results. Consider building this simple UI with the GoTH stack (Go + Templ + HTMX)
Acceptance Criteria
- show a list of all validation results names, plugins, and state
- validation results should be auto refreshed every few seconds to keep the ui dynamic and fresh
- ideally also make the successful results green, failed red, in progress yellow
- clicking a validation result should expand it and list the details of the vr
- clicking an expanded validation result should collapse it again and just display the base information
Summary
The purpose of this PR is to create a UI for displaying validation results. Consider building this simple UI with the GoTH stack (Go + Templ + HTMX)
Acceptance Criteria