Fix icons, add Anki, exclude dashboard self-reference

- Extend Tailwind source scan to lib/homelab_dashboard/ so icon classes
  in services_sync.ex are included in compiled CSS
- Add Anki service (hero-academic-cap) to icon and description maps
- Exclude 'devbox' (the dashboard itself) from the rendered service list

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
adyrem
2026-05-19 15:12:43 +02:00
parent 9461285318
commit 3a54366468
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@
@source "../css";
@source "../js";
@source "../../lib/homelab_dashboard_web";
@source "../../lib/homelab_dashboard";
/* A Tailwind plugin that makes "hero-#{ICON}" classes available.
The heroicons installation itself is managed by your mix.exs */