Support for rating system (#10124)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-10-24 10:10:01 +07:00
committed by GitHub
parent 768ff39ab1
commit ffd8d90378
137 changed files with 5005 additions and 712 deletions
+1 -2
View File
@@ -14,7 +14,7 @@
//
import { type Client, type Doc, type Ref } from '@hcengineering/core'
import document, { type Document, documentId } from '@hcengineering/document'
import document, { documentId, type Document } from '@hcengineering/document'
import { mergeIds, type IntlString, type Resource } from '@hcengineering/platform'
import { type AnyComponent, type Location } from '@hcengineering/ui/src/types'
@@ -50,7 +50,6 @@ export default mergeIds(documentId, document, {
Authors: '' as IntlString,
Backlinks: '' as IntlString,
History: '' as IntlString,
SavedDocuments: '' as IntlString,
AddLabel: '' as IntlString,
NewTeamspace: '' as IntlString,
CreateTeamspace: '' as IntlString,