mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 05:13:06 +00:00
Allow to report time for sub-issue from main view (#2358)
* allow to report time for sub-issue from main view Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru> * add small gap between user and estimation Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru> * remove unused import Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru> Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
parent
a164916c3b
commit
e64172c867
@ -21,7 +21,7 @@
|
|||||||
import { ContextMenu, FixedColumn, ListSelectionProvider, SelectDirection } from '@hcengineering/view-resources'
|
import { ContextMenu, FixedColumn, ListSelectionProvider, SelectDirection } from '@hcengineering/view-resources'
|
||||||
import { getIssueId } from '../../../issues'
|
import { getIssueId } from '../../../issues'
|
||||||
import tracker from '../../../plugin'
|
import tracker from '../../../plugin'
|
||||||
import EstimationPresenter from './EstimationPresenter.svelte'
|
import EstimationEditor from './EstimationEditor.svelte'
|
||||||
|
|
||||||
export let issues: Issue[]
|
export let issues: Issue[]
|
||||||
|
|
||||||
@ -76,7 +76,7 @@
|
|||||||
{issue.title}
|
{issue.title}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-center flex-no-shrink">
|
<div class="flex-center flex-no-shrink gap-2">
|
||||||
<UserBox
|
<UserBox
|
||||||
label={tracker.string.Assignee}
|
label={tracker.string.Assignee}
|
||||||
_class={contact.class.Employee}
|
_class={contact.class.Employee}
|
||||||
@ -84,7 +84,7 @@
|
|||||||
readonly
|
readonly
|
||||||
showNavigate={false}
|
showNavigate={false}
|
||||||
/>
|
/>
|
||||||
<EstimationPresenter value={issue.estimation} />
|
<EstimationEditor value={issue} kind={'list'} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
Loading…
Reference in New Issue
Block a user