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
@@ -24,7 +24,6 @@
export let _id: Ref<Integration>
export let _class: Ref<Class<Integration>>
export let embedded = false
let integration: Integration | undefined = undefined
const query = createQuery()
@@ -54,16 +53,7 @@
</script>
{#if integration}
<Panel
icon={setting.icon.Integrations}
{title}
object={integration}
{embedded}
isHeader={false}
isAside={false}
withoutActivity
withoutInput
>
<Panel {title} object={integration} isHeader={false} isAside={false} withoutActivity withoutInput>
<div class="max-w-80 min-w-80">
{#if type}
<PluginCard {integration} integrationType={type} />