nknaian / musicrecs

A Spotify-powered music recommendation platform with snoozin 'n friends
MIT License
3 stars 0 forks source link

Messy transition from 'listen' to 'revealed' #53

Closed nknaian closed 3 years ago

nknaian commented 3 years ago

When the loading screen is up going from listen to revealed stage, the button is erroneously present underneath the loading icon. The only thing in the round content should be the loading icon...try to figure out why the button is showing up here and fix it.

bricknj commented 3 years ago

If this issue just showed up, it likely has to do with something I did with CSS. I remember fiddling with the loading section early on, so I may have accidentally changed something. I can look into it after setting up the guessing front end.

nknaian commented 3 years ago

I think I was there before...I remember seeing it a few weeks ago on master. So shouldn't have to do with your changes, but you're still welcome to look at it @bricknj

nknaian commented 3 years ago

Turns out that the 'advance to revealed' button was actually still showing up in the revealed round, and that's why it was there during the transition....fixed now along with #37