perf: add indexed notification summaries and widget

This commit is contained in:
2026-07-29 14:16:29 +02:00
parent 992d2ca533
commit e32ba3663b
9 changed files with 312 additions and 36 deletions

View File

@@ -13,6 +13,12 @@
box-sizing: border-box;
}
.notifications-widget-actions {
display: flex;
justify-content: flex-end;
margin-top: 14px;
}
.notifications-shell {
height: 100%;
min-height: 0;