Feature: indicator for loading podcast episodes on podcast detail
alexdevero opened this issue · 0 comments
alexdevero commented
When podcast contains a lot of episodes, or the connections is slow, it takes a while until the list with episodes appear. During this time, the app shows the podcast "detail page" with empty list. There is no feedback or indicator about anything happening on the background. There is also no feedback if app fails to fetch the episode list.
- Add some loading indicator showing that the app is fetching the data on the background.
- Add some indicator or message in case the fetching the data fails.