Commit Graph

9 Commits

Author SHA1 Message Date
1ef223c199 increase angular size budget 2025-11-19 11:33:59 +01:00
Piet Ostendorp
3319eb6361 Analytics? Nein, danke! 2025-10-27 23:34:21 +01:00
Marcel-Anker
d0293cc37c add basic nav bar and very basic design 2025-10-27 22:15:04 +01:00
ad23d48ff1 Update component schematics config 2025-10-26 01:23:26 +02:00
00fd73124a Set default to skip component test files 2025-10-26 01:19:13 +02:00
81761215ed Add logo and update home component layout
Added logo.png to assets and updated angular.json to include assets folder. Modified home-component HTML and CSS to display the logo with a fade-in animation and improved layout. Updated index.html title to 'InfiniMotion'.
2025-10-20 15:42:58 +02:00
afb3ec4a31 Add Angular Material
Integrated @angular/material and @angular/cdk into the project and created a custom theme using SCSS. Updated angular.json to include the new theme, added Roboto and Material Icons fonts in index.html, and improved global styles for Material compatibility.
2025-10-20 14:44:05 +02:00
60add3a923 Switch project styles from SCSS to CSS and add Tailwind
Replaces SCSS files with CSS equivalents, updates Angular configuration to use CSS for styles, and adds Tailwind CSS with PostCSS integration. Updates dependencies in package.json and package-lock.json to include tailwindcss, postcss, and related plugins. The app.html template is replaced with a minimal version, removing the previous placeholder content.
2025-10-16 17:25:33 +02:00
30a9ca3f6c angular init 2025-10-16 16:29:12 +02:00