UBERF-4205: updated Panel header layout, custom aside (#3974)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-11-13 12:28:54 +07:00
committed by GitHub
parent d5a7280f15
commit 4c3ba1fbc4
42 changed files with 486 additions and 520 deletions
@@ -97,7 +97,7 @@
Mem: {data.statistics.memoryUsed} / {data.statistics.memoryTotal} CPU: {data.statistics.cpuUsage}
{/if}
</svelte:fragment>
<svelte:fragment slot="navigator">
<svelte:fragment slot="title">
<span class="p-3"> Server manager </span>
<TabList
items={tabs}
@@ -17,7 +17,7 @@
import type { Class, Ref, Space } from '@hcengineering/core'
import core from '@hcengineering/core'
import { createQuery, getClient } from '@hcengineering/presentation'
import { EditBox, Icon, Label, Scroller, Panel, Component } from '@hcengineering/ui'
import { EditBox, Label, Scroller, Panel, Component } from '@hcengineering/ui'
import { createEventDispatcher } from 'svelte'
import workbench from '../../plugin'
import contact from '@hcengineering/contact'
@@ -62,12 +62,7 @@
>
<svelte:fragment slot="title">
{#if clazz}
<div class="antiTitle icon-wrapper">
<div class="wrapped-icon">
{#if clazz.icon}<Icon icon={clazz.icon} size={'medium'} />{/if}
</div>
<span class="wrapped-title"><Label label={clazz.label} /></span>
</div>
<div class="title not-active"><Label label={clazz.label} /></div>
{/if}
</svelte:fragment>