Commit Graph

10 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
39a6f128f1 fix(viewer): serve static js with script mime type 2026-04-22 21:40:40 +03:00
f6517987b3 fix(viewer): restore base stylesheet 2026-04-22 21:34:17 +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
c025ae0477 Redesign chart UI toward clean professional style
- Replace warm serif theme with Semantic UI-inspired design:
  white background, Lato font, subtle transparent borders
- Section cards become transparent wrappers with standalone h2
  headings; tables carry their own border and shadow
- Status indicators replaced with plain colored symbols
  (✓ ✗ ! ? –) — no badge backgrounds
- Remove section nav (table of contents)
- Fix HTML: remove redundant div in header, error section
  tag → div[role=alert], add aria-label to nav

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 02:03:05 +03:00
Mikhail Chusavitin
e5b2ba652c feat: add support bundle notice to viewer 2026-03-16 18:22:07 +03:00
Mikhail Chusavitin
a71f55a6f9 Remove chart header subtitle 2026-03-16 00:19:19 +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