Skip to content

v4.4.17

Choose a tag to compare

@xalgord xalgord released this 26 May 19:43
· 100 commits to main since this release

v4.4.17 — UI responsiveness fixes

Presentation-only release. Four UI issues at ~1024 px laptop widths are fixed.

Fixed

  • Topbar overflow. Search palette no longer pushes Stop all and + New Scan off-screen on 1024 px laptops. Search is now a fixed-width control, action labels collapse to icons under md, and the active-scan pill uses character-based max-w so it never crowds the right edge.
  • Risk overview legend. The five severity labels (CRITICAL HIGH MEDIUM LOW INFO) no longer overlap in the right-column card on the scan detail page. The legend is now a flex row with minimum cell width and horizontal overflow as a fallback.
  • Phase tiles reflow. The 22-phase tile grid now uses auto-fill, minmax(140px, 1fr) so phase names like Manual Vuln Discovery stop wrapping awkwardly at narrow widths. Long names truncate with a hover tooltip.
  • Scan-detail header. Long target URLs and scan IDs no longer push the action button row out of place; the title scales down to text-xl on mobile, and meta-row bullets hide under sm.

Verification

  • cd webui && npm run build clean
  • go build ./... clean
  • go test ./internal/web/... clean

No backend changes; this is presentation-only.

Changes

  • d70197d fix(ui): responsive topbar, severity legend, phase tile grid, scan-detail header
  • a102d64 release: v4.4.17