Remove empty-state hint from dashboard notifications

This commit is contained in:
Nariman Jelveh
2026-08-27 12:59:01 -07:00
parent 7332993ff3
commit f38dec07ea
3 changed files with 1 additions and 4 deletions
@@ -213,7 +213,6 @@ export default function UIDashboardNotifications ({ $el_window, socket }) {
<div class="dashboard-notifications-empty" hidden>
<div class="dashboard-notifications-empty-art">${bellIcon}</div>
<p class="dashboard-notifications-empty-title">${i18n('notifications_empty_title')}</p>
<p class="dashboard-notifications-empty-hint">${i18n('notifications_empty_hint')}</p>
</div>
<div class="dashboard-notifications-error" hidden>
<p>${i18n('notifications_load_failed')}</p>
+1 -2
View File
@@ -7298,13 +7298,12 @@ body.dashboard-mode .window-dashboard-headless .window-body-app {
}
.dashboard-notifications-empty-title {
margin: 0 0 4px;
margin: 0;
font-size: 14px;
font-weight: 600;
color: var(--dashboard-text-primary);
}
.dashboard-notifications-empty-hint,
.dashboard-notifications-error p {
margin: 0;
font-size: 12.5px;
-1
View File
@@ -242,7 +242,6 @@ const en = {
notification_dismiss_named: 'Dismiss notification: {{title}}',
notifications: 'Notifications',
notifications_dismiss_failed: "Couldn't dismiss that notification. Please try again.",
notifications_empty_hint: 'When someone shares a file with you, it will show up here.',
notifications_empty_title: "You're all caught up",
notifications_load_failed: "Couldn't load notifications.",
notifications_mark_all_failed: "Couldn't mark everything as read. Please try again.",