dotabod / frontend

Dashboard, OBS overlay, settings, homepage and more for Dotabod
https://dotabod.com
GNU Affero General Public License v3.0
25 stars 8 forks source link

delay showing ingame blockers by 4s #32

Closed Geczy closed 1 year ago

Geczy commented 1 year ago

loading a game takes like 5s, so we shouldn't show the minimap cover while the map is still loading after finishing hero pick phase. the map will be black, then the cover comes in.

instead it should wait until the ingame minimap is visible before covering

example of this here

then also delay the rank / wl showing in main menu (when blockers are null) by 4s, as when you disconnect from a game it can take some time to load the main menu

example of main menu delay here

Geczy commented 1 year ago

Image