mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 11:50:56 +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 { getIssueId } from '../../../issues'
|
||||
import tracker from '../../../plugin'
|
||||
import EstimationPresenter from './EstimationPresenter.svelte'
|
||||
import EstimationEditor from './EstimationEditor.svelte'
|
||||
|
||||
export let issues: Issue[]
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
{issue.title}
|
||||
</span>
|
||||
</div>
|
||||
<div class="flex-center flex-no-shrink">
|
||||
<div class="flex-center flex-no-shrink gap-2">
|
||||
<UserBox
|
||||
label={tracker.string.Assignee}
|
||||
_class={contact.class.Employee}
|
||||
@ -84,7 +84,7 @@
|
||||
readonly
|
||||
showNavigate={false}
|
||||
/>
|
||||
<EstimationPresenter value={issue.estimation} />
|
||||
<EstimationEditor value={issue} kind={'list'} />
|
||||
</div>
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user