mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-21 02:20:12 +00:00
style(issue-panel): change icon from dashboard_customize to webhook
Avoids visual confusion with the boards icon (grid_view).
This commit is contained in:
parent
df098813fd
commit
08f2e15d9d
4 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,7 @@ import { GlobalConfigService } from '../../../features/config/global-config.serv
|
|||
kb()?.toggleIssuePanel ? '[' + kb()?.toggleIssuePanel + ']' : ''
|
||||
}}"
|
||||
>
|
||||
<mat-icon>dashboard_customize</mat-icon>
|
||||
<mat-icon>webhook</mat-icon>
|
||||
</button>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ import { BreakpointObserver } from '@angular/cdk/layout';
|
|||
(click)="toggleIssuePanel()"
|
||||
[matTooltip]="T.MH.TOGGLE_SHOW_ISSUE_PANEL | translate"
|
||||
>
|
||||
<mat-icon>dashboard_customize</mat-icon>
|
||||
<mat-icon>webhook</mat-icon>
|
||||
</button>
|
||||
|
||||
<!-- Notes -->
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
[class.active]="isShowIssuePanel()"
|
||||
(click)="toggleIssuePanel()"
|
||||
>
|
||||
<mat-icon>dashboard_customize</mat-icon>
|
||||
<mat-icon>webhook</mat-icon>
|
||||
<span>{{ T.BN.SHOW_ISSUE_PANEL | translate }}</span>
|
||||
</button>
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ export const APP_FEATURES_FORM_CFG: ConfigFormSection<AppFeaturesConfig> = {
|
|||
type: 'slide-toggle',
|
||||
templateOptions: {
|
||||
label: T.GCF.APP_FEATURES.ISSUES_PANEL,
|
||||
icon: 'dashboard_customize',
|
||||
icon: 'webhook',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue