Refactor layout and styling: update HTML structure and apply Bootstrap for improved responsiveness

This commit is contained in:
Cédric OLIVIER
2026-05-22 19:06:46 +02:00
parent 8bd2b4853f
commit f6203d41b8
17 changed files with 203 additions and 984 deletions
+1 -3
View File
@@ -17,6 +17,7 @@
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"bootstrap": "^5.3.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
@@ -24,11 +25,8 @@
"@angular/build": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"@tailwindcss/postcss": "^4.1.12",
"jsdom": "^28.0.0",
"postcss": "^8.5.3",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.12",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}