Movie Detail (#3)

* Implemented Movie Detail
* Implemented basic favorites

Reviewed-on: #3
Co-authored-by: Berack96 <giacomobertolazzi7@gmail.com>
Co-committed-by: Berack96 <giacomobertolazzi7@gmail.com>
This commit was merged in pull request #3.
This commit is contained in:
2026-01-20 14:42:31 +01:00
committed by Giacomo Bertolazzi
parent 54814cbcce
commit ae2c3c6855
6 changed files with 146 additions and 11 deletions

View File

@@ -9,4 +9,8 @@
<BlazorDisableThrowNavigationException>true</BlazorDisableThrowNavigationException>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazored.LocalStorage" Version="4.3.0" />
</ItemGroup>
</Project>