Skip to content

Commit

Permalink
tweak fda2c88
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Dec 14, 2023
1 parent d9f0006 commit 214047c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/ui/friendly.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkStickyContainer>

<div v-if="isDesktop && defaultStore.state.friendlyEnableNotifications && mainRouter.currentRoute.value.name !== 'my-notifications'" :class="$style.notificationWidgets">
<XNotifications/>
<XNotifications disableRefreshButton/>
</div>

<div v-if="isDesktop && !pageMetadata?.needWideArea && defaultStore.state.friendlyEnableWidgets" :class="$style.widgets">
Expand Down Expand Up @@ -126,7 +126,7 @@ import { globalEvents } from '@/events.js';
import CPAvatar from '@/components/global/CPAvatar-Friendly.vue';

const XWidgets = defineAsyncComponent(() => import('./universal.widgets.vue'));
const XNotifications = defineAsyncComponent(() => import('@/ui/friendly/notifications.vue'));
const XNotifications = defineAsyncComponent(() => import('@/pages/notifications.vue'));
const XSidebar = defineAsyncComponent(() => import('@/ui/friendly/navbar.vue'));
const XStatusBars = defineAsyncComponent(() => import('@/ui/_common_/statusbars.vue'));
const XAnnouncements = defineAsyncComponent(() => import('@/ui/_common_/announcements.vue'));
Expand Down
12 changes: 0 additions & 12 deletions packages/frontend/src/ui/friendly/notifications.vue

This file was deleted.

0 comments on commit 214047c

Please sign in to comment.