Use Play as button text on the file page for audio/video #190

Merged
akinwale merged 1 commit from media-play-button into master 2018-06-28 10:15:56 +02:00
akinwale commented 2018-06-24 10:34:09 +02:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2018-06-25 17:51:21 +02:00
@ -36,3 +36,4 @@
this.state = {
mediaLoaded: false,
autoplayMedia: false,
fullscreenMode: false,
neb-b (Migrated from github.com) commented 2018-06-25 17:51:20 +02:00

Should autoplay be a separate setting so the value is saved if they leave the page?

Should autoplay be a separate setting so the value is saved if they leave the page?
akinwale (Migrated from github.com) reviewed 2018-06-27 15:31:33 +02:00
@ -36,3 +36,4 @@
this.state = {
mediaLoaded: false,
autoplayMedia: false,
fullscreenMode: false,
akinwale (Migrated from github.com) commented 2018-06-27 15:31:33 +02:00

I suppose that would be a different setting entirely. This state variable is related to the action that should be performed when the user clicks on the "Play" (download) button on the file page, instead of the usual "Download".

I suppose that would be a different setting entirely. This state variable is related to the action that should be performed when the user clicks on the "Play" (download) button on the file page, instead of the usual "Download".
neb-b (Migrated from github.com) reviewed 2018-06-27 17:40:58 +02:00
@ -36,3 +36,4 @@
this.state = {
mediaLoaded: false,
autoplayMedia: false,
fullscreenMode: false,
neb-b (Migrated from github.com) commented 2018-06-27 17:40:58 +02:00

Ah I gotcha.

Ah I gotcha.
neb-b (Migrated from github.com) approved these changes 2018-06-27 17:41:36 +02:00
neb-b (Migrated from github.com) left a comment

Looks good

Looks good
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#190
No description provided.