Frontend/Backend - Platform - Fix up memory leak and like button
Memory leak happens in movie.component.ts
, we subscribe to the userSubject$
this never resolves so we are constantly subscribed to this, that means every time we search and scroll this will steal memory.
Also the fav icon should be fixed to match theme.