Commit Graph
12 Commits
Author SHA1 Message Date
mchusandClaude Sonnet 4.6 52c372ce90 feat(viewer): add PrintMode for browser print/PDF export
Adds RenderOptions.PrintMode flag. When true:
- view.js (table filters) is not loaded
- window.print() fires on page load
- @media print CSS hides filters, collapses grid to single column,
  adds page-break hints for section cards

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-09-10 11:57:21 +03:00
Mikhail Chusavitin be68069a51 refactor(viewer): consolidate rendering and harden uploads 2026-09-01 12:59:18 +03:00
Mikhail ChusavitinandClaude Sonnet 5 ba751c861d feat(viewer): add licenses hardware section
Renders hardware.licenses[] (Reanimator hardware ingest contract v2.12)
between power_supplies and sensors, same treatment as every other
component category: preferred section order, title, and column order.
Purely additive — consumers whose snapshots don't carry hardware.licenses
are unaffected, and any snapshot that does already renders it today via
the generic extraKeys fallback, just without a curated order/columns.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-11 11:57:24 +03:00
Mikhail ChusavitinandClaude Sonnet 4.6 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
mchus 39a6f128f1 fix(viewer): serve static js with script mime type 2026-04-22 21:40:40 +03:00
mchus 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