feat: show deferred details cache mode

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-25 16:13:41 +02:00
parent 165ad9c02b
commit 1c76515d8c
3 changed files with 37 additions and 4 deletions
+1
View File
@@ -88,6 +88,7 @@
<div>
<h2 class="text-xl font-bold">Available Models</h2>
<p class="text-xs text-gray-400 mt-1">Hover or click a card to open the details modal.</p>
<p id="cache-mode-indicator" class="hidden text-xs text-amber-300 mt-2">Model details are loaded on demand to keep device storage usage low.</p>
</div>
<button id="refresh-btn" class="bg-purple-600 hover:bg-purple-700 px-4 py-2 rounded-lg text-sm font-medium transition">
Refresh