RED-3709 -> updated help mode button
This commit is contained in:
parent
1cfe0c5d5f
commit
475f647220
@ -22,7 +22,7 @@
|
||||
[placeholder]="'search.placeholder' | translate"
|
||||
iqserHelpMode="search_in_entire_application"
|
||||
></redaction-spotlight-search>
|
||||
|
||||
<iqser-circle-button icon="iqser:help-outline" type="help" (action)="helpModeService.activateHelpMode()"></iqser-circle-button>
|
||||
<redaction-notifications iqserHelpMode="open_notifications"></redaction-notifications>
|
||||
</div>
|
||||
<redaction-user-button [matMenuTriggerFor]="userMenu" [userId]="currentUser.id"></redaction-user-button>
|
||||
|
||||
@ -1,7 +1,3 @@
|
||||
redaction-spotlight-search {
|
||||
margin-right: 16px !important;
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@ -7,7 +7,7 @@ import { TranslateService } from '@ngx-translate/core';
|
||||
import { SpotlightSearchAction } from '@components/spotlight-search/spotlight-search-action';
|
||||
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
|
||||
import { filter, map, startWith } from 'rxjs/operators';
|
||||
import { shareDistinctLast } from '@iqser/common-ui';
|
||||
import { HelpModeService, shareDistinctLast } from '@iqser/common-ui';
|
||||
import { BreadcrumbsService } from '@services/breadcrumbs.service';
|
||||
import { FeaturesService } from '@services/features.service';
|
||||
import { DOSSIERS_ARCHIVE } from '@utils/constants';
|
||||
@ -86,6 +86,7 @@ export class BaseScreenComponent {
|
||||
readonly userPreferenceService: UserPreferenceService,
|
||||
readonly titleService: Title,
|
||||
readonly breadcrumbsService: BreadcrumbsService,
|
||||
readonly helpModeService: HelpModeService,
|
||||
) {}
|
||||
|
||||
private get _hideSearchThisDossier() {
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit fe2ad1138af6fddbb935c8cc30c3478d073c0906
|
||||
Subproject commit aab7e8c0b1b4822f31777ffc8a38febdfc2ea041
|
||||
Loading…
x
Reference in New Issue
Block a user