mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 08:48:01 +00:00
parent
4782a17cf0
commit
4801b20d8b
@ -1 +1 @@
|
|||||||
{ "major": 0, "minor": 6, "patch": 92 }
|
{ "major": 0, "minor": 6, "patch": 93 }
|
||||||
|
@ -287,13 +287,13 @@
|
|||||||
<!-- {@const status = $statusStore.get(state._id)} -->
|
<!-- {@const status = $statusStore.get(state._id)} -->
|
||||||
{#key lth}
|
{#key lth}
|
||||||
<div
|
<div
|
||||||
style:--kanban-header-rgb-color={accentColors[index].backgroundColor}
|
style:--kanban-header-rgb-color={accentColors[index]?.backgroundColor}
|
||||||
class="header flex-row-center"
|
class="header flex-row-center"
|
||||||
class:gradient={!lth}
|
class:gradient={!lth}
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="clear-mins fs-bold overflow-label pointer-events-none"
|
class="clear-mins fs-bold overflow-label pointer-events-none"
|
||||||
style:color={accentColors[index].textColor}
|
style:color={accentColors[index]?.textColor}
|
||||||
>
|
>
|
||||||
{#if groupByKey === noCategory}
|
{#if groupByKey === noCategory}
|
||||||
<Label label={view.string.NoGrouping} />
|
<Label label={view.string.NoGrouping} />
|
||||||
|
@ -305,14 +305,14 @@
|
|||||||
<!-- {@const status = $statusStore.get(state._id)} -->
|
<!-- {@const status = $statusStore.get(state._id)} -->
|
||||||
{#key lth}
|
{#key lth}
|
||||||
<div
|
<div
|
||||||
style:--kanban-header-rgb-color={accentColors[index].backgroundColor}
|
style:--kanban-header-rgb-color={accentColors[index]?.backgroundColor}
|
||||||
class="header flex-between"
|
class="header flex-between"
|
||||||
class:gradient={!lth}
|
class:gradient={!lth}
|
||||||
>
|
>
|
||||||
<div class="flex-row-center gap-1">
|
<div class="flex-row-center gap-1">
|
||||||
<span
|
<span
|
||||||
class="clear-mins fs-bold overflow-label pointer-events-none"
|
class="clear-mins fs-bold overflow-label pointer-events-none"
|
||||||
style:color={accentColors[index].textColor}
|
style:color={accentColors[index]?.textColor}
|
||||||
>
|
>
|
||||||
{#if groupByKey === noCategory}
|
{#if groupByKey === noCategory}
|
||||||
<Label label={view.string.NoGrouping} />
|
<Label label={view.string.NoGrouping} />
|
||||||
|
Loading…
Reference in New Issue
Block a user