mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-17 05:47:32 +00:00
tsk-325 Add estimation editor in board view (#2295)
Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com> Signed-off-by: Denis Bunakalya <denis.bunakalya@xored.com>
This commit is contained in:
parent
e72eb9bc5a
commit
6213f9c40a
@ -51,6 +51,7 @@
|
|||||||
import ParentNamesPresenter from './ParentNamesPresenter.svelte'
|
import ParentNamesPresenter from './ParentNamesPresenter.svelte'
|
||||||
import PriorityEditor from './PriorityEditor.svelte'
|
import PriorityEditor from './PriorityEditor.svelte'
|
||||||
import StatusEditor from './StatusEditor.svelte'
|
import StatusEditor from './StatusEditor.svelte'
|
||||||
|
import EstimationEditor from './timereport/EstimationEditor.svelte'
|
||||||
|
|
||||||
export let currentSpace: Ref<Team> = tracker.team.DefaultTeam
|
export let currentSpace: Ref<Team> = tracker.team.DefaultTeam
|
||||||
export let baseMenuClass: Ref<Class<Doc>> | undefined = undefined
|
export let baseMenuClass: Ref<Class<Doc>> | undefined = undefined
|
||||||
@ -264,6 +265,7 @@
|
|||||||
width={''}
|
width={''}
|
||||||
bind:onlyIcon={fullFilled[issueId]}
|
bind:onlyIcon={fullFilled[issueId]}
|
||||||
/>
|
/>
|
||||||
|
<EstimationEditor kind={'list'} size={'small'} value={issue} />
|
||||||
<div
|
<div
|
||||||
class="clear-mins"
|
class="clear-mins"
|
||||||
use:tooltip={{
|
use:tooltip={{
|
||||||
|
Loading…
Reference in New Issue
Block a user