You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is a front-end issue to ensure that the content renderer correctly manages download and streaming states. The backend for this remote content browsing work is managed separately.
This implementation depends on both the DownloadRequests model, which indicates the downloads on the user's device as well as the useDevices composable which supports remote content browsing.
Specifications
Figma
Acceptance Criteria
If a user is browsing remote content, just "watching" the content, this should display a streaming status and the 'bookmark action' should be replaced with a 'download' action
if the user has downloaded the content to their device, they should see that it is downloaded, and still be able to bookmark the content
Confirming that after manual QA including the team session on Friday, the download icon is replaced by the bookmark icon, once the download has completed!
Overview
This issue is a front-end issue to ensure that the content renderer correctly manages download and streaming states. The backend for this remote content browsing work is managed separately.
This implementation depends on both the
DownloadRequests
model, which indicates the downloads on the user's device as well as theuseDevices
composable which supports remote content browsing.Specifications
Figma
Acceptance Criteria
References
The text was updated successfully, but these errors were encountered: