spacepandas / cineaste-ios

An iOS application to manage movies you would like to see and movies you have seen.
Apache License 2.0
32 stars 11 forks source link

MovieDetail lacks information until everything is loaded #129

Closed fbernutz closed 4 years ago

fbernutz commented 4 years ago

Describe the bug When searching for a movie with semi good internet connection, you see nothing when tapping on a movie in the movie details. You have to wait until everything is loaded even though you see poster, title and some other information in the search.

To Reproduce Steps to reproduce the behavior:

  1. Open Search
  2. Click on a movie (with bad internet connection)
  3. You see placeholder elements
  4. Wait a few seconds, you see the movie details

Expected behavior At least the information from the search should be displayed in the movie detail. Otherwise a loading indicator would make it obvious for the user, that information have to be loaded.