perf: optimize UI rendering and event lifecycle
This commit is contained in:
+2
-2
@@ -111,8 +111,8 @@
|
||||
<div class="notif-panel" id="notif-panel">
|
||||
<div class="notif-panel-header">
|
||||
<span class="notif-panel-title" data-i18n="notifications.title">Notifications</span>
|
||||
<button class="notif-clear-btn" id="notif-clear-btn" title="Clear all">
|
||||
<i class="fas fa-check-double"></i>
|
||||
<button class="notif-clear-btn" id="notif-clear-btn" title="Clear all" aria-label="Clear all notifications">
|
||||
<i class="fas fa-trash-alt"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="notif-panel-body" id="notif-panel-body">
|
||||
|
||||
Reference in New Issue
Block a user