Implement admin and user sidebars with routing and styling updates

This commit is contained in:
liosha84
2025-07-19 17:23:11 +03:00
parent 70338eae0b
commit 88f0cf307e
26 changed files with 540 additions and 120 deletions
@@ -80,7 +80,6 @@ export class BoardAdminComponent implements OnInit {
return this.allRoles.filter(
(r:Role) => !roles.some((item) => item.id === r.id),
);
}
// private _filter(value: string): string[] {
@@ -111,7 +110,7 @@ export class BoardAdminComponent implements OnInit {
// this.announcer.announce(`Removed ${fruit}`);
// return [...fruits];
}
}