Updated menu visibility

This commit is contained in:
Murat Özkorkmaz
2025-11-04 17:48:26 +01:00
parent a1df61f8fb
commit 21a6b7da8c
18 changed files with 135 additions and 70 deletions

View File

@@ -12,7 +12,7 @@ import { ProgressBar } from 'primeng/progressbar';
template: `
<div class="card">
<div class="flex justify-between items-center mb-6">
<div class="font-semibold text-xl" i18n>Aktuelle Projekte</div>
<div class="font-semibold text-xl" >Aktuelle Projekte</div>
<div>
<button pButton type="button" icon="pi pi-ellipsis-v"
class="p-button-rounded p-button-text p-button-plain"
@@ -38,13 +38,13 @@ import { ProgressBar } from 'primeng/progressbar';
<ng-template #icons>
<p-button icon="pi pi-cog" severity="secondary" rounded text (click)="menu.toggle($event)" />
<p-menu #menu id="config_menu" [model]="items" [popup]="true" />
<p-button i18n-label label="Vorbereitung" variant="text" severity="info" [rounded]="true" size="small"/>
<p-button label="Vorbereitung" variant="text" severity="info" [rounded]="true" size="small"/>
</ng-template>
<p class="m-0">
<span class="text-surface-500 dark:text-surface-400"><i class="pi pi-map-marker"></i> Nicht-Wohngebäude mit Mischnutzung</span>
</p>
<p>
<span i18n>Fortschritt:</span>
<span >Fortschritt:</span>
<p-progress-bar [value]="25"></p-progress-bar>
</p>
</p-panel>