• v2.1 8105c7ec08

    feat(viewer): replace severity dropdown with per-column header filters

    mchus released this 2026-05-21 14:26:30 +03:00

    Removes the standalone toolbar severity and instead builds a second row in JS with a text input (debounced 300 ms) per column and a for icon-only columns (severity_icon, status).
    All active column filters apply together (AND logic). Adds data-col
    attributes to elements so JS can identify columns by name.

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads