Schedule component (still no logic)

Introduces new components for movie rating, duration, category, and empty schedule states. Updates the schedule view to use Angular Material tabs for date selection, dynamically showing movie info or an empty state. Also refines layout and styling for movie details and poster display.
This commit is contained in:
2025-10-29 01:01:19 +01:00
parent 0cd7c9156f
commit efc5e505e9
21 changed files with 141 additions and 24 deletions

View File

@@ -1,8 +1,8 @@
<div class="w-3/4 mx-auto my-4 flex flex-col md:flex-row gap-4">
<div class="w-3/5 mx-auto flex flex-col md:flex-row gap-4">
<app-movie-poster></app-movie-poster>
<div>
<div class="m-2 mb-5">
<h1 class="text-4xl font-bold mb-1">Movie Title</h1>
<div class="m-2 mb-4">
<h1 class="text-4xl font-bold mb-2">Avengers: Endgame</h1>
<p class="text-xl">
Long Movie description Long Movie description Long Movie description Long Movie description Long Movie description Long Movie descriptionLong Movie description Long Movie description Long Movie description
</p>