Commit Graph

67 Commits

Author SHA1 Message Date
7ffec411ad Redirect first-time visitors to info page
Updated routing to use MainPage as the default route and added logic in App component to redirect users to the /info page on their first visit using sessionStorage.
2025-10-26 00:40:14 +02:00
e9f25fe66a Update favicon.ico 2025-10-25 23:45:52 +02:00
17211377ea Darwin hat entschieden, nur der produktive Code überlebt 2025-10-25 23:45:41 +02:00
1a5899e2bc Init main-page component 2025-10-25 23:32:14 +02:00
2cc4ffa0eb Add CRUD methods for Kinosaal in HttpService
Introduced get, add, update, and delete methods for Kinosaal entities using a base API URL. Updated getAllKinosaal to return an array and refactored endpoints to use relative paths.
2025-10-24 22:02:12 +02:00
21722cef59 http service tests 2025-10-24 01:30:39 +02:00
10d004ded8 container integration 2025-10-22 21:03:38 +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
a690c32583 update npm registry 2025-10-17 16:03:27 +02:00
a670251005 update npm registry 2025-10-17 00:25:12 +02:00
b8f1d33b20 Improve the look of the homepage 2025-10-16 23:10:55 +02:00
3684cf3cb2 fix model links 2025-10-16 22:01:31 +02:00
5750a5d7aa poc model 2025-10-16 20:37:27 +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
Lennart Heinrich
a25c375251 Initial commit 2025-10-15 15:36:25 +02:00