mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Tracker: add issues up/down navigator (#2188)
Signed-off-by: Anna <anna.no@xored.com>
This commit is contained in:
parent
8f3129c225
commit
36f900e2a4
@ -24,16 +24,14 @@
|
||||
Button,
|
||||
EditBox,
|
||||
IconAttachment,
|
||||
IconDownOutline,
|
||||
IconEdit,
|
||||
IconMoreH,
|
||||
IconUpOutline,
|
||||
Label,
|
||||
Scroller,
|
||||
showPopup,
|
||||
Spinner
|
||||
} from '@anticrm/ui'
|
||||
import { ContextMenu } from '@anticrm/view-resources'
|
||||
import { ContextMenu, UpDownNavigator } from '@anticrm/view-resources'
|
||||
import { createEventDispatcher, onDestroy, onMount } from 'svelte'
|
||||
import tracker from '../../../plugin'
|
||||
import { generateIssueShortLink, getIssueId } from '../../../issues'
|
||||
@ -191,8 +189,7 @@
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="navigator">
|
||||
<Button icon={IconDownOutline} kind="secondary" size="medium" />
|
||||
<Button icon={IconUpOutline} kind="secondary" size="medium" />
|
||||
<UpDownNavigator element={issue} />
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="header">
|
||||
<span class="fs-title">
|
||||
|
Loading…
Reference in New Issue
Block a user