mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-13 00:36:02 +00:00
Remove empty-state hint from dashboard notifications
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user