mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
feat: add cleanup example image folders functionality and UI integration
This commit is contained in:
@@ -85,14 +85,8 @@
|
||||
</div>
|
||||
|
||||
<div id="globalContextMenu" class="context-menu">
|
||||
<div class="context-menu-item" data-action="placeholder-one">
|
||||
<i class="fas fa-bolt"></i> <span>Global action one</span>
|
||||
</div>
|
||||
<div class="context-menu-item" data-action="placeholder-two">
|
||||
<i class="fas fa-layer-group"></i> <span>Global action two</span>
|
||||
</div>
|
||||
<div class="context-menu-item" data-action="placeholder-three">
|
||||
<i class="fas fa-cog"></i> <span>Global action three</span>
|
||||
<div class="context-menu-item" data-action="cleanup-example-images-folders">
|
||||
<i class="fas fa-trash-restore"></i> <span>{{ t('globalContextMenu.cleanupExampleImages.label') }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -115,4 +109,4 @@
|
||||
|
||||
<div id="nodeSelector" class="node-selector">
|
||||
<!-- Dynamic node list will be populated here -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user