style(issue-panel): change icon from dashboard_customize to webhook

Avoids visual confusion with the boards icon (grid_view).
This commit is contained in:
Johannes Millan 2026-03-23 21:15:52 +01:00
parent df098813fd
commit 08f2e15d9d
4 changed files with 4 additions and 4 deletions

View file

@ -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>
}

View file

@ -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 -->

View file

@ -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>

View file

@ -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',
},
},
{