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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user