mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
Support for rating system (#10124)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user