mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 01:55:00 +02:00
Add KanbanView. Move icons. (#143)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import type { IntlString } from '@anticrm/platform'
|
||||
import { ActionIcon } from '@anticrm/ui'
|
||||
import MoreH from './icons/MoreH.svelte'
|
||||
import { ActionIcon, IconMoreH } from '@anticrm/ui'
|
||||
|
||||
export let label: IntlString
|
||||
export let action: () => Promise<void>
|
||||
@@ -24,7 +23,7 @@
|
||||
|
||||
<div class="container">
|
||||
<span class="overflow-label label">{label}</span>
|
||||
<ActionIcon label={'More...'} icon={MoreH} size={'small'} {action}/>
|
||||
<ActionIcon label={'More...'} icon={IconMoreH} size={'small'} {action}/>
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user