refactor: rename components and update dialog implementations; add confirm dialog for deletion actions

This commit is contained in:
Vincent Guillet
2025-11-04 18:13:37 +01:00
parent 2fe52830d8
commit 3bc2a27d76
57 changed files with 396 additions and 1109 deletions

View File

@@ -0,0 +1,24 @@
.container {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.brand {
font-weight: bold;
font-size: 1.2rem;
cursor: pointer;
}
.nav-actions {
display: flex;
gap: 0.5rem;
align-items: center;
}
.mat-menu-item mat-icon {
margin-right: 8px;
}