Add favorites page (#55)

Closes #38 

Add a nav drawer link to a new favorites page which shows favorited
Movies, TV Shows, and Episodes.

Also adds a button to movies & tv shows to set/unset favorite status.
This commit is contained in:
damontecres 2025-10-22 16:49:27 -04:00 committed by GitHub
parent 298016b131
commit b8202c06ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 437 additions and 80 deletions

View file

@ -85,5 +85,8 @@
<string name="trailers">Trailers</string>
<string name="pass_out_protection">Passout Protection</string>
<string name="more_like_this">More like this</string>
<string name="remove_favorite">Unfavorite</string>
<string name="add_favorite">Favorite</string>
<string name="favorites">Favorites</string>
</resources>