Update and combine popup layout for select. Add svelte-check in presentation. (#845)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-01-20 10:18:24 +01:00
committed by GitHub
parent 6f9853ca4c
commit 496113cdb5
20 changed files with 232 additions and 356 deletions
@@ -20,7 +20,6 @@
import { getPlatformColor } from '@anticrm/ui'
import { createEventDispatcher, onDestroy, onMount } from 'svelte'
import StatesBarElement from './StatesBarElement.svelte'
import { getPlatformColor } from '@anticrm/ui'
export let space: Ref<SpaceWithStates>
export let state: Ref<State> | undefined = undefined