UBER-955: added Separator component (#3804)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-10-07 22:25:52 +07:00
committed by GitHub
parent 9075e300ca
commit bb937db830
9 changed files with 608 additions and 42 deletions
@@ -27,7 +27,9 @@
eventToHTMLElement,
getLocation,
navigate,
showPopup
showPopup,
defineSeparators,
Separator
} from '@hcengineering/ui'
import view from '@hcengineering/view'
import contact from '@hcengineering/contact'
@@ -132,6 +134,7 @@
}
)
}
defineSeparators('inbox', [{ minSize: 20, maxSize: 40, size: 30 }, null])
</script>
<div class="flex-row-top h-full">
@@ -158,6 +161,7 @@
</svelte:fragment>
</Tabs>
</div>
<Separator name={'inbox'} index={0} />
{/if}
<div class="antiPanel-component filled w-full">
{#if selectedEmployee !== undefined && component === undefined}