mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 17:45:02 +02:00
Combine into one application chat, inbox and home (#9865)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ import { type Ref } from '@hcengineering/core'
|
||||
import { type IntlString, mergeIds, type Resource } from '@hcengineering/platform'
|
||||
import { type ObjectSearchCategory, type ObjectSearchFactory } from '@hcengineering/presentation'
|
||||
import { type AnyComponent } from '@hcengineering/ui/src/types'
|
||||
import { type Viewlet } from '@hcengineering/view'
|
||||
import type { ViewletDescriptor, Viewlet } from '@hcengineering/view'
|
||||
|
||||
export default mergeIds(cardId, card, {
|
||||
component: {
|
||||
@@ -65,7 +65,9 @@ export default mergeIds(cardId, card, {
|
||||
viewlet: {
|
||||
CardTable: '' as Ref<Viewlet>,
|
||||
CardList: '' as Ref<Viewlet>,
|
||||
CardChildList: '' as Ref<Viewlet>
|
||||
CardChildList: '' as Ref<Viewlet>,
|
||||
CardFeedDescriptor: '' as Ref<ViewletDescriptor>,
|
||||
CardFeed: '' as Ref<Viewlet>
|
||||
},
|
||||
string: {
|
||||
CreateMasterTag: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user