Rework reviews (#1156)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-03-18 13:37:49 +07:00
committed by GitHub
parent c37d6b8e0e
commit a4af938871
85 changed files with 1422 additions and 522 deletions
+2
View File
@@ -47,6 +47,7 @@ import { createModel as viewModel } from '@anticrm/model-view'
import { createModel as workbenchModel } from '@anticrm/model-workbench'
import { createModel as notificationModel } from '@anticrm/model-notification'
import { createModel as tagsModel } from '@anticrm/model-tags'
import { createModel as calendarModel } from '@anticrm/model-calendar'
export const version: Data<Version> = jsonVersion as Data<Version>
@@ -77,6 +78,7 @@ const builders = [
serverNotificationModel,
serveSettingModel,
tagsModel,
calendarModel,
serverChunterModel,
serverInventoryModel,
serverLeadModel,