-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Quick Play #531
base: main
Are you sure you want to change the base?
feat: Quick Play #531
Conversation
Ready for review :) @jarnedemeulemeester |
Well, for the loading display, you could show a spinner in the middle of the clicked component, like for example, a spinner in the middle of the show banner like shown below and for the error popup you could use a snackbar. Reference: https://m3.material.io/components/snackbar/overview |
I've added a loading indicator, I just don't have a clue how to trigger it from the fragment 😄 |
yeah got no clue either, sorry |
I'm ditching the per-item loading, for now, it's just triggering the page loading indicator. |
RIP |
Feature Preview
Home Fragment
screen-20230929-142958.2.mp4
TODO:
HomeFragment
for "Continue Watching" / "Next Up".HomeFragment
for "Latest <Library Name>". (starts latest unwatched episode / starts movie)ShowFragment
for "Next Up".ShowFragment
for "Season" (starts latest unwatched episode).SeasonFragment
for episodes.CollectionFragment
for items.DownloadsFragment
for items.FavoriteFragment
for items.SearchResultFragment
for items.LibraryFragment
for items.Related Issues