-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Demo: auto-select offline copy of asset after storing #1001
Demo: auto-select offline copy of asset after storing #1001
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great otherwise!
@@ -201,7 +210,7 @@ shakaDemo.refreshAssetList_ = function() { | |||
group.removeChild(group.firstChild); | |||
} | |||
|
|||
shakaDemo.setupOfflineAssets_(); | |||
return shakaDemo.setupOfflineAssets_(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this returns a value now, please update the annotations with @return {!Promise}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in e3af7f1
@joeyparrish We should be good now ;) |
Thanks! Doing a test pass on the build bot now. |
Test Failure:
|
There are a couple of build failures about I also did some manual testing of your change locally, and it's not working correctly for me. After storing something, the store button goes gray and the help text says |
Sorry, not |
And now it's working for me locally. Maybe I had something cached. Sorry for the noise. |
I believe it is now fixed. @joeyparrish WDYT? |
Looks good. Running tests now. Thanks! |
All tests passed! |
Merged. Thanks for your contribution! |
I am planning to cherry-pick this to v2.2.2. |
This has been cherry-picked and will be released in v2.2.2. |
FIX: #996