feat: add student notification center

This commit is contained in:
Codex
2026-06-30 18:02:51 +08:00
parent 727e65b554
commit 400f9bfc72
14 changed files with 307 additions and 14 deletions

View File

@@ -470,6 +470,28 @@
margin-top: 16px;
}
.notification-summary-grid {
margin-top: 6px;
}
.notifications-page .notification-filterbar,
.notifications-page .notification-typebar {
gap: 10px;
}
.notifications-page .notification-typebar {
margin-top: 12px;
}
.notifications-page .pill-button {
min-width: 132px;
}
.notification-actions {
flex-wrap: wrap;
overflow-x: visible;
}
.compact-toolbar .primary-button,
.compact-toolbar .secondary-button {
min-width: 104px;