TSK-1410,-1408,-1392,-1389,-1386,-1377: Minor fixes. Update IssueNotification layout. (#3117)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-05-02 00:27:14 +07:00
committed by GitHub
parent ae8fcf8d62
commit d937a8034f
32 changed files with 150 additions and 277 deletions
@@ -34,9 +34,7 @@
navigate,
Scroller,
SearchEdit,
showPopup,
IconMoreH,
ActionIcon
showPopup
} from '@hcengineering/ui'
import { FilterBar, FilterButton, SpacePresenter } from '@hcengineering/view-resources'
import plugin from '../plugin'
@@ -134,7 +132,7 @@
update(sort, resultQuery)
}}
/>
<ActionIcon icon={IconMoreH} size={'small'} />
<!-- <ActionIcon icon={IconMoreH} size={'small'} /> -->
<div class="buttons-divider" />
{#if withFilterButton}
<FilterButton {_class} />
@@ -18,11 +18,9 @@
import { IntlString } from '@hcengineering/platform'
import presentation, { createQuery } from '@hcengineering/presentation'
import {
ActionIcon,
AnyComponent,
Button,
IconAdd,
IconMoreH,
SearchEdit,
TabList,
resolvedLocationStore,
@@ -117,13 +115,13 @@
<div class="ac-header full divide search-start">
<div class="ac-header-full small-gap">
<SearchEdit bind:value={search} on:change={() => dispatch('search', search)} />
<ActionIcon icon={IconMoreH} size={'small'} />
<!-- <ActionIcon icon={IconMoreH} size={'small'} /> -->
<div class="buttons-divider" />
<FilterButton {_class} />
</div>
<div class="ac-header-full medium-gap">
<ViewletSettingButton bind:viewOptions {viewlet} />
<ActionIcon icon={IconMoreH} size={'small'} />
<!-- <ActionIcon icon={IconMoreH} size={'small'} /> -->
</div>
</div>
{:else}
@@ -17,12 +17,10 @@
import { Asset, IntlString } from '@hcengineering/platform'
import { createQuery } from '@hcengineering/presentation'
import {
ActionIcon,
AnyComponent,
Button,
Component,
IconAdd,
IconMoreH,
Label,
Loading,
SearchEdit,
@@ -178,13 +176,13 @@
<div class="ac-header full divide search-start">
<div class="ac-header-full small-gap">
<SearchEdit bind:value={search} />
<ActionIcon icon={IconMoreH} size={'small'} />
<!-- <ActionIcon icon={IconMoreH} size={'small'} /> -->
<div class="buttons-divider" />
<FilterButton {_class} />
</div>
<div class="ac-header-full medium-gap">
<ViewletSettingButton bind:viewOptions {viewlet} />
<ActionIcon icon={IconMoreH} size={'small'} />
<!-- <ActionIcon icon={IconMoreH} size={'small'} /> -->
</div>
</div>