Skip to content
Snippets Groups Projects
Commit 9538f67f authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15546 TIME 0:10 update the floating button for missing languages

parent 45c4cfc2
No related branches found
No related tags found
No related merge requests found
<button mat-fab cdkDrag [matBadge]="countMissingLang" [matMenuTriggerFor]="menu" color="warn" style="position: fixed;right: 50px;top: 50px;z-index: 1;">
<mat-icon class="fas fa-toolbox" style="height: auto;font-size: 23px;"></mat-icon>
</button>
<mat-menu #menu="matMenu" [class]="'devToolListMenu'">
<button mat-menu-item (click)="openLangTool()">
<ion-fab cdkDrag style="position: fixed;right: 50px;top: 50px;z-index: 1;">
<ion-fab-button color="light">
<ion-icon name="language-outline"></ion-icon>
</ion-fab-button>
<ion-fab-list side="start">
<ion-button color="light" (click)="openLangTool()">
<mat-icon color="primary" class="fas fa-language" style="height: auto;"></mat-icon>
<span>{{'lang.missingLang' | translate}}</span>&nbsp;&nbsp;<span [matBadge]="countMissingLang">&nbsp;</span>
</button>
</mat-menu>
\ No newline at end of file
</ion-button>
</ion-fab-list>
</ion-fab>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment