Оптимизация списка каналов и поиска + мелочи по текстовкам

This commit is contained in:
2025-12-09 00:56:13 +08:00
parent d1efb0dcd3
commit 006533169f
4 changed files with 176 additions and 190 deletions

View File

@@ -134,9 +134,6 @@
</div>
</footer>
<script src="/js/bootstrap.bundle.min.js"></script>
{% block footer %}{% endblock %}
<div class="toast-container position-fixed bottom-0 end-0 p-3">
<div class="toast align-items-center text-bg-success border-0" role="alert" id="clipboardToast">
<div class="d-flex">
@@ -145,6 +142,9 @@
</div>
</div>
<script src="/js/bootstrap.bundle.min.js"></script>
{% block footer %}{% endblock %}
<script>
function showToast(message) {
const toastEl = document.getElementById('clipboardToast');