mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(ui): update model update badge to icon-only design
- Change badge from text label to icon-only for cleaner UI - Adjust CSS for smaller circular badge with centered icon - Maintain tooltip functionality for accessibility - Update badge styling to be more compact and visually consistent
This commit is contained in:
@@ -597,7 +597,7 @@ export function createModelCard(model, modelType) {
|
||||
</span>
|
||||
${hasUpdateAvailable ? `
|
||||
<span class="model-update-badge" title="${updateBadgeTooltip}">
|
||||
${updateBadgeLabel}
|
||||
<i class="fas fa-arrow-up"></i>
|
||||
</span>
|
||||
` : ''}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user