[Sprint/GiddyGiraffe](feat): Added in buttons for play store and ios #613
Towards closing #613 https://fix-ios-android-mobile-page-update-613.minds.io/mobile
0/2 discussions resolved
changed the description
38 39 this.detectChanges(); 39 40 40 41 this.releases = await this.service.getReleases(); 42 this.latestUrl = this.releases[0].href; - Developer
Take in account that there are Canary releases listed in the remote JSON. Sync with @msantang78 to ensure you're not offering the Canary version to people who've not opted in. Maybe it's best to
.filter()
the releases array before you grab the0
index.
7 8 8 9 <div class="m-marketing--hero--inner"> 9 10 10 <div class="m-marketing--hero--slogans"> 11 12 11 <h2> 13 Minds Android App 12 Minds Mobile App 14 13 </h2> 15 16 14 </div> 17 18 15 <div class="m-marketing--hero--actions"> 19 <i class="material-icons m-mobile__giantDroid">android</i> 16 <div class="m-marketing--hero--logos"> - Developer
Maybe we can disable the button (or hide it) until
latestUrl
has a value. If the user has lag (which might happen because they're on the cellphone) they will be taken tominds.com/mobile/undefined
.