I had to add something to main component, sry

Introduces a vertical stepper to the main component to visually represent project sprints, including dynamic completion and edit states. Adds project information and team details to the main page, customizes stepper icon styles, and updates module imports to include MatStepperModule.
This commit is contained in:
2025-11-08 22:22:15 +01:00
parent b4f0b7256a
commit f6e8e32cca
4 changed files with 134 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ import { MatFormFieldModule } from '@angular/material/form-field';
import { MatButtonModule, MatIconButton } from '@angular/material/button';
import { MatDividerModule } from '@angular/material/divider';
import { MatDialogClose, MatDialogTitle, MatDialogContent, MatDialogActions } from "@angular/material/dialog";
import { MatStepperModule } from '@angular/material/stepper';
import { HeaderComponent } from './header/header.component';
import { HomeComponent } from './home/home.component';
@@ -101,7 +102,8 @@ import { LoginDialog } from './login/login.dialog';
MatDialogClose,
MatDialogTitle,
MatDialogContent,
MatDialogActions
MatDialogActions,
MatStepperModule
],
providers: [
provideBrowserGlobalErrorListeners(),