mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
Reminders (#1200)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
} from '@anticrm/ui'
|
||||
import type { Application, NavigatorModel, SpecialNavModel, ViewConfiguration } from '@anticrm/workbench'
|
||||
import { onDestroy } from 'svelte'
|
||||
import calendar from '@anticrm/calendar'
|
||||
import workbench from '../plugin'
|
||||
import AccountPopup from './AccountPopup.svelte'
|
||||
import ActivityStatus from './ActivityStatus.svelte'
|
||||
@@ -252,6 +253,15 @@
|
||||
}}
|
||||
/>
|
||||
<div class="flex-row" style="margin-bottom: 2rem;">
|
||||
<AppItem
|
||||
icon={calendar.icon.Reminder}
|
||||
label={calendar.string.Reminders}
|
||||
selected={false}
|
||||
action={async () => {
|
||||
showPopup(calendar.component.RemindersPopup, {}, 'account')
|
||||
}}
|
||||
notify={false}
|
||||
/>
|
||||
<AppItem
|
||||
icon={notification.icon.Notifications}
|
||||
label={notification.string.Notifications}
|
||||
|
||||
Reference in New Issue
Block a user