Combine into one application chat, inbox and home (#9865)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2025-09-16 13:15:56 +07:00
committed by GitHub
parent ed424c1ba8
commit 38bc85bf6c
158 changed files with 424 additions and 2534 deletions
+4 -2
View File
@@ -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,