fixed up dashboard

This commit is contained in:
Bojan Kucera 2025-06-02 20:44:38 -04:00
parent 90168ba619
commit e3bfd05b90
17 changed files with 1522 additions and 92 deletions

View file

@ -9,12 +9,9 @@
<mat-toolbar class="top-toolbar">
<button mat-icon-button (click)="toggleSidenav()" class="mr-2">
<mat-icon>menu</mat-icon>
</button>
<span class="text-lg font-semibold text-gray-800">{{ title }}</span>
</button> <span class="text-lg font-semibold text-gray-800">{{ title }}</span>
<span class="spacer"></span>
<button mat-icon-button>
<mat-icon>notifications</mat-icon>
</button>
<app-notifications></app-notifications>
<button mat-icon-button>
<mat-icon>account_circle</mat-icon>
</button>