9 Commits

Author SHA1 Message Date
Mikhail Chusavitin
8105c7ec08 feat(viewer): replace severity dropdown with per-column header filters
Removes the standalone toolbar severity <select> and instead builds a
second <thead> row in JS with a text input (debounced 300 ms) per
column and a <select> for icon-only columns (severity_icon, status).
All active column filters apply together (AND logic). Adds data-col
attributes to <th> elements so JS can identify columns by name.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-21 14:26:30 +03:00
Mikhail Chusavitin
2a15bc87f1 feat(viewer): support hardware contract 2.10 2026-04-30 15:49:52 +03:00
39a6f128f1 fix(viewer): serve static js with script mime type 2026-04-22 21:40:40 +03:00
34ebaa524d feat(viewer): compact status and severity table icons 2026-04-22 21:19:12 +03:00
Mikhail Chusavitin
8675791805 feat(viewer): add severity filtering for event logs 2026-04-01 16:28:42 +03:00
Mikhail Chusavitin
ac8120c8ab Prioritize PCIe MAC and NUMA columns 2026-03-25 19:59:55 +03:00
Mikhail Chusavitin
e5b2ba652c feat: add support bundle notice to viewer 2026-03-16 18:22:07 +03:00
Mikhail Chusavitin
5ce37f9997 Split embedded and standalone chart surfaces 2026-03-15 21:41:38 +03:00
Mikhail Chusavitin
df91e24fea Bootstrap reanimator chart viewer 2026-03-15 17:28:19 +03:00