Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-12-18 13:54:53 +06:00 committed by GitHub
parent 0cd007e08a
commit 6ebb496d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 16 deletions

View File

@ -308,6 +308,10 @@
--theme-clockface-min-arrow: conic-gradient(at 50% -10px, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 49%, #2F2F3A 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0) 100%);
--theme-clockface-arrows-holder: radial-gradient(at top center, #2F2F3A, #555555);
--theme-clockface-arrows-shadow: 0 0 1px white;
--global-ui-BackgroundColor: #A5BDFF0D;
--global-ui-hover-BackgroundColor: #A5BDFF1A;
--global-surface-02-BackgroundColor: #19202E;
}
/* Light Theme */
@ -536,4 +540,8 @@
--theme-clockface-min-arrow: conic-gradient(at 50% -10px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 49%, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
--theme-clockface-arrows-holder: radial-gradient(at top center, #eee, #aaa);
--theme-clockface-arrows-shadow: 0 0 1px black;
--global-ui-hover-BackgroundColor: #A5BDFF1A;
--global-ui-BackgroundColor: #1530720D;
--global-surface-02-BackgroundColor: #19202E;
}

View File

@ -14,7 +14,7 @@
// limitations under the License.
-->
<script lang="ts">
import { createQuery, getClient } from '@hcengineering/presentation'
import { ComponentExtensions, createQuery, getClient } from '@hcengineering/presentation'
import task, { Project, ProjectType, ProjectTypeDescriptor, Task, TaskType } from '@hcengineering/task'
import { Ref, SortingOrder, Status } from '@hcengineering/core'
@ -269,21 +269,8 @@
</div>
</div>
<div class="panelBox flex-col row">
<!-- svelte-ignore a11y-click-events-have-key-events -->
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div class="fs-title flex flex-between bottom-divider">
<div class="trans-title">
<Label label={getEmbeddedLabel('Automation')} />
</div>
<div class="p-1">
<Button icon={IconAdd} kind={'primary'} size={'small'} on:click={(event) => {}} />
</div>
</div>
<div class="mt-1">
<!-- svelte-ignore a11y-no-static-element-interactions -->
</div>
</div>
<ComponentExtensions extension={task.extensions.ProjectEditorExtension} props={{ type }} />
<div class="panelBox flex-col row">
<!-- svelte-ignore a11y-click-events-have-key-events -->
<!-- svelte-ignore a11y-no-static-element-interactions -->