Sascha Nesterovic nessi
  • Joined on 2025-06-13
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:42:14 +00:00
f5d8b4189c chore: add static directory to Docker image build with COPY instruction
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:40:19 +00:00
7469ec7b9f feat: add mobile navigation hide rules for screens below 700px with pointer-events and visibility overrides
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:38:42 +00:00
be68853a74 refactor: replace SVG icons with PNG format in manifest and update apple-touch-icon reference
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:36:09 +00:00
2096fc5d11 chore: bump service worker cache version to v5 and add manifest cache-busting parameter
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:35:26 +00:00
14a4c6ce7b docs: convert README to German with comprehensive feature documentation and deployment guide
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:33:45 +00:00
806886da46 feat: expand language detection patterns with 8 additional languages and enhanced token matching
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:31:13 +00:00
ffd995e50b refactor: wrap RAID and I/O pressure panels in flex column container with stretch alignment and remove bottom margin from I/O panel
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:28:18 +00:00
75f6de91b6 refactor: move I/O pressure panel into RAID section and capacity panel into categories section with DOM restructuring script
d4c24f02d4 feat: add smart_serial() function to extract manufacturer serial numbers from SMART data with fallback chain and parallel execution
Compare 2 commits »
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:25:37 +00:00
02449a80de refactor: replace dynamic temperature injection with static rendering in RAID disk template and add I/O pressure panel with PSI metrics
nessi pushed to main at nessi/language-dashboard 2026-08-17 17:21:56 +00:00
b275164be9 feat: add Linux PSI I/O pressure monitoring with real-time dashboard panel and auto-refresh on DOM mutations
nessi pushed to main at nessi/language-dashboard 2026-08-16 18:13:36 +00:00
c6c2437732 refactor: prioritize Temperature_Celsius raw value extraction before unit-based parsing in SMART temperature detection
nessi pushed to main at nessi/language-dashboard 2026-08-16 18:12:29 +00:00
01b6a7fd4e refactor: prioritize Current Drive Temperature and Temperature: field patterns over Temperature_Celsius in SMART parsing and reorder -x before -A in sat mode commands
nessi pushed to main at nessi/language-dashboard 2026-08-16 18:11:36 +00:00
c2e2f7552f feat: prioritize Temperature_Celsius over Airflow_Temperature in SMART parsing to prefer physical drive temperature
nessi pushed to main at nessi/language-dashboard 2026-08-16 18:09:54 +00:00
f820a99c7c refactor: reorder smartctl command fallback chain to prioritize -d sat mode before standard commands
nessi pushed to main at nessi/language-dashboard 2026-08-16 18:08:31 +00:00
9373e93e7f feat: improve SMART temperature parsing with multi-command fallback and enhanced line-based extraction logic
nessi pushed to main at nessi/language-dashboard 2026-08-16 18:07:24 +00:00
310b36317e feat: add drive temperature monitoring with async updates and multi-pattern SMART parsing
nessi pushed to main at nessi/language-dashboard 2026-08-16 15:31:24 +00:00
71752483f6 feat: add error_summary() helper to replace verbose exception tracebacks with concise German error messages
nessi pushed to main at nessi/language-dashboard 2026-08-16 15:29:27 +00:00
5723a5d2a0 feat: add service worker route with cache-control headers and update PWA manifest icons for proper maskable support
nessi pushed to main at nessi/language-dashboard 2026-08-16 11:11:20 +00:00
cef785361f feat: add preferred audio/subtitle badge highlighting with localStorage persistence and mobile badge visibility controls
nessi pushed to main at nessi/language-dashboard 2026-08-16 11:08:53 +00:00
d9033cbb6e fix: add whitespace after opening brace in mobile responsive table styles media query