Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Feb 14, 2023
1 parent 665d5db commit ce3e0da
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,439 deletions.
7 changes: 0 additions & 7 deletions packages/frontend/src/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ export const navbarItemDef = reactive({
indicated: computed(() => $i != null && $i.hasUnreadNotification),
to: '/my/notifications',
},
messaging: {
title: i18n.ts.messaging,
icon: 'ti ti-messages',
show: computed(() => $i != null),
indicated: computed(() => $i != null && $i.hasUnreadMessagingMessage),
to: '/my/messaging',
},
drive: {
title: i18n.ts.drive,
icon: 'ti ti-cloud',
Expand Down
305 changes: 0 additions & 305 deletions packages/frontend/src/pages/messaging/index.vue

This file was deleted.

Loading

0 comments on commit ce3e0da

Please sign in to comment.