Updated Enums in Settings, EditEnum (#4423)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2024-01-24 14:39:49 +07:00
committed by GitHub
parent b87bcf2ebe
commit 1024faa46e
30 changed files with 809 additions and 259 deletions
@@ -27,7 +27,10 @@
TextArea,
getPlatformColorDef,
themeStore,
EmojiPopup
EmojiPopup,
ButtonIcon,
IconDelete,
IconCopy
} from '@hcengineering/ui'
import { statusStore, ColorsPopup } from '@hcengineering/view-resources'
import view from '@hcengineering/view-resources/src/plugin'
@@ -137,6 +140,10 @@
clearSettingsStore()
}}
>
<svelte:fragment slot="actions">
<ButtonIcon icon={IconDelete} size={'small'} kind={'tertiary'} />
<ButtonIcon icon={IconCopy} size={'small'} kind={'tertiary'} />
</svelte:fragment>
<div class="hulyModal-content__titleGroup">
<ModernEditbox bind:value label={task.string.StatusName} size={'large'} kind={'ghost'} />
<TextArea