mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: implement banner service for managing notification banners, including UI integration and storage handling
This commit is contained in:
@@ -82,6 +82,11 @@
|
||||
</button>
|
||||
|
||||
<div class="container">
|
||||
<!-- Banner component -->
|
||||
<div id="banner-container" class="banner-container" style="display: none;">
|
||||
<!-- Banners will be dynamically inserted here -->
|
||||
</div>
|
||||
|
||||
{% if is_initializing %}
|
||||
<!-- Show initialization component when initializing -->
|
||||
{% include 'components/initialization.html' %}
|
||||
|
||||
Reference in New Issue
Block a user