Change the code according to the new ASU api. (#5)

Now, upon load, the app fetched versions from the server and then
the devices for that particular version.
Then the user can search for their device and download an image
accordingly.

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
Sudhanshu Gautam 2019-08-23 19:53:02 +05:30 committed by GitHub
parent 3d1243a946
commit 128855c278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 302 additions and 249 deletions

View file

@ -76,8 +76,8 @@ $bg-color: #f0f0f0;
}
.download-button {
margin-right: 10px;
margin-top: 10px;
.download-icon {
margin-right: 10px;
}