UBERF-7670: Per region moves (#7444)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-12-13 00:20:35 +07:00
committed by GitHub
parent 1eefb143cc
commit 7b497c93c1
35 changed files with 1597 additions and 463 deletions
@@ -14,6 +14,7 @@
-->
<script lang="ts">
import contact from '@hcengineering/contact'
import { isArchivingMode } from '@hcengineering/core'
import login, { Workspace } from '@hcengineering/login'
import { getMetadata, getResource } from '@hcengineering/platform'
import presentation, { decodeTokenPayload, isAdminUser } from '@hcengineering/presentation'
@@ -179,7 +180,7 @@
<div class="flex-col flex-grow">
<span class="label overflow-label flex flex-grow flex-between">
{wsName}
{#if ws.mode === 'archived'}
{#if isArchivingMode(ws.mode)}
- <Label label={presentation.string.Archived} />
{/if}
{#if ws.region != null && ws.region !== ''}