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
@@ -21,6 +21,7 @@
import {
ActionContext,
AttributesBar,
ComponentExtensions,
KeyedAttribute,
createQuery,
getClient,
@@ -268,6 +269,10 @@
</svelte:fragment>
<svelte:fragment slot="utils">
<ComponentExtensions
extension={view.extensions.EditDocTitleExtension}
props={{ size: 'medium', kind: 'ghost', _id, _class, value: object, readonly }}
/>
{#if !readonly}
<Button
icon={IconMoreH}