Frontend: watchlist and favorites #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow users to mark items as favorites / add to a watchlist. Requires a new user_lists table (user_id, media_id, list_type enum: watchlist|favorite, added_at). Auth service manages ownership. Frontend shows a heart/bookmark icon on each card; separate 'My List' page. Needs authenticated user session (guest account does not support this).