From e87a7d90bf5523a73d3baeefe7374c253859c830 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Wed, 21 Feb 2024 13:08:57 +0530 Subject: [PATCH] chore: Minor fix --- app/javascript/dashboard/i18n/locale/en/inbox.json | 1 - .../dashboard/routes/dashboard/commands/commandbar.vue | 5 ----- .../dashboard/routes/dashboard/inbox/InboxList.vue | 9 --------- 3 files changed, 15 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/en/inbox.json b/app/javascript/dashboard/i18n/locale/en/inbox.json index dcac5459f..9627b134f 100644 --- a/app/javascript/dashboard/i18n/locale/en/inbox.json +++ b/app/javascript/dashboard/i18n/locale/en/inbox.json @@ -4,7 +4,6 @@ "TITLE": "Inbox", "DISPLAY_DROPDOWN": "Display", "LOADING": "Fetching notifications", - "EOF": "All notifications loaded 🎉", "404": "There are no active notifications in this group.", "NO_NOTIFICATIONS": "No notifications", "NOTE": "Notifications from all subscribed inboxes", diff --git a/app/javascript/dashboard/routes/dashboard/commands/commandbar.vue b/app/javascript/dashboard/routes/dashboard/commands/commandbar.vue index 658517e66..c0b88dd9e 100644 --- a/app/javascript/dashboard/routes/dashboard/commands/commandbar.vue +++ b/app/javascript/dashboard/routes/dashboard/commands/commandbar.vue @@ -33,11 +33,6 @@ export default { appearanceHotKeys, goToCommandHotKeys, ], - data() { - return { - modalObserver: null, - }; - }, computed: { placeholder() { return this.$t('COMMAND_BAR.SEARCH_PLACEHOLDER'); diff --git a/app/javascript/dashboard/routes/dashboard/inbox/InboxList.vue b/app/javascript/dashboard/routes/dashboard/inbox/InboxList.vue index 5aa9045ab..fbbefd314 100644 --- a/app/javascript/dashboard/routes/dashboard/inbox/InboxList.vue +++ b/app/javascript/dashboard/routes/dashboard/inbox/InboxList.vue @@ -32,12 +32,6 @@ > {{ $t('INBOX.LIST.NO_NOTIFICATIONS') }}

-

- {{ $t('INBOX.LIST.EOF') }} -