podcasts/podcasts-data/src
Jordan Petridis 32bd2a89a3
Stacks: Check if there episodes insteads of shows
If you added a Feed where a Show exists but it had no episodes
entries, the stack would end up in a populated state, but the
HomeView would be blank without widgets.

This changes it so the stack state depends upon the episodes
table being populated instead of the show. The downside
is that if your only feed is one without episodes you can
no longer navigate and interact with it.
2018-10-06 10:22:24 +03:00
..
models Source: Refactor the clear_etags method api 2018-10-04 16:46:04 +03:00
database.rs Refactor the tests to use ? operator 2018-08-18 17:02:31 +03:00
dbqueries.rs Stacks: Check if there episodes insteads of shows 2018-10-06 10:22:24 +03:00
errors.rs Pipeline: Complete the move to Tokio Runtime 2018-09-29 13:35:45 +03:00
feed.rs Pipeline: Complete the move to Tokio Runtime 2018-09-29 13:35:45 +03:00
lib.rs Pipeline: Complete the move to Tokio Runtime 2018-09-29 13:35:45 +03:00
opml.rs Refactor the tests to use ? operator 2018-08-18 17:02:31 +03:00
parser.rs Initial massive renaming. 2018-07-25 03:26:35 +03:00
pipeline.rs Pipeline: Do not terminate the stream upon errors 2018-10-04 18:48:11 +03:00
schema.patch Initial massive renaming. 2018-07-25 03:26:35 +03:00
schema.rs Initial massive renaming. 2018-07-25 03:26:35 +03:00
utils.rs Refactor the tests to use ? operator 2018-08-18 17:02:31 +03:00