tilde-lab / optimade.science

A "sky-scanner" Optimade browser-only GUI
https://optimade.science/
MIT License
8 stars 3 forks source link

Improve avatar layout #14

Closed hodovani closed 3 years ago

hodovani commented 3 years ago

Avatar layout screenshot

image

vercel[bot] commented 3 years ago

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/tilde-mi/settings/billing.
ghost commented 3 years ago

Congratulations :tada:. DeepCode analyzed your code in 2.753 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.

👉 View analysis in DeepCode’s Dashboard | Configure the bot

blokhin commented 3 years ago

@hodovani possibly w.r.t. this update, clicking at the avatar icons, I've got an error Uncaught TypeError: Cannot read property 'push' of undefined

blokhin commented 3 years ago

cf. https://github.com/tilde-lab/optimade.science/pull/15

blokhin commented 3 years ago

Apparently, this is because $query.providers should be $query.params.providers starting from https://github.com/tilde-lab/optimade.science/pull/19.

As explained by @PaulMaly, everything in $query was moved to $query.params

blokhin commented 3 years ago

@hodovani preliminary merged