feat: implement banner service for managing notification banners, including UI integration and storage handling

This commit is contained in:
Will Miao
2025-07-27 18:07:43 +08:00
parent b77105795a
commit fe57a8e156
6 changed files with 431 additions and 1 deletions

View File

@@ -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' %}