Add Labels support (#2104)

Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
Alex
2022-06-19 23:27:47 +07:00
committed by GitHub
parent df727de184
commit 71b2cd438f
14 changed files with 295 additions and 73 deletions
@@ -15,7 +15,8 @@
<script lang="ts">
import { WithLookup } from '@anticrm/core'
import type { Issue, IssueStatus } from '@anticrm/tracker'
import { Button, Label } from '@anticrm/ui'
import { Component, Label } from '@anticrm/ui'
import tags from '@anticrm/tags'
import tracker from '../../../plugin'
import PriorityEditor from '../PriorityEditor.svelte'
import StatusEditor from '../StatusEditor.svelte'
@@ -46,14 +47,7 @@
<span class="label">
<Label label={tracker.string.Labels} />
</span>
<Button
label={tracker.string.Labels}
icon={tracker.icon.Labels}
size={'large'}
kind={'link'}
width={'100%'}
justify={'left'}
/>
<Component is={tags.component.TagsAttributeEditor} props={{ object: issue }} />
<div class="divider" />