fix: hide infrastructure containers from My Apps, orange glass hover on App Store cards

- Task 13: added archy-* prefix containers, mempool-api, UI containers
  to SERVICE_NAMES filter — removes empty squares from My Apps grid
- Task 12: App Store card hover changed from white/10 to orange-500/5
  with orange border glow (subtle, not severe)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-19 17:54:26 +00:00
co-authored by Claude Opus 4.6
parent 86df0bcaf2
commit 42a1526b70
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
:data-controller-install="!(isInstalled(app.id) || installingApps.has(app.id)) && (app.source === 'local' || !!app.dockerImage) ? '1' : undefined"
tabindex="0"
role="link"
class="glass-card p-6 hover:bg-white/10 transition-all cursor-pointer flex flex-col"
class="glass-card p-6 hover:bg-orange-500/5 hover:border-orange-500/15 transition-all cursor-pointer flex flex-col"
:class="{ 'card-stagger': showStagger }"
:style="{ '--stagger-index': index }"
@click="viewAppDetails(app)"