Download 69 selfh.st icon files (34 PNG, 34 light SVG, unraid.svg) into
assets/icons/ and add wallpaper to assets/. Update sidebar.js to serve
icons from /custom/assets/icons/ instead of cdn.jsdelivr.net. Update
style.css wallpaper path to /custom/assets/wallpaper.jpg.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix CPU bars: specificity override (#displaybox table.dashboard) for thin
10px color-coded bars (green/orange/red) filling full card width
- Fix CPU chart: force full-width display on #cpu_chart td and canvas
- Fix Docker text: force white color on all #docker_view spans and links
- Fix System donut: remove saturate/brightness filter, thinner ring (78%),
fully opaque center background
- Add vertical pill bars for Array/Cache/Unassigned disk utilization with
JS module to convert horizontal bars to 28x50px vertical pills with %
text inside, MutationObserver for dynamic updates
- Add legend color JS module to fix invisible System card legend circles
with inline !important colors matching recolored pie segments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- style.css: Full CSS theme with frosted glass cards, sidebar styling,
dashboard individual glass cards, search overlay, FA icon replacements
- sidebar.js: Collapsible sidebar toggle with Unraid logo, search popup
(moved to body to escape backdrop-filter containing block), Cmd+K shortcut
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>