inkfarer / ipl-overlay-controls

Dashboard elements for Inkling Performance Labs broadcast graphics.
MIT License
2 stars 3 forks source link

Unable to import SmashGG stream queue due to UI Lock logic #102

Closed vlee489 closed 2 years ago

vlee489 commented 2 years ago

Due to line 47 in highlightedMatchPicker.vue not checking if Smash.gg stream data is filled, you're unable to import matches from stream queue.

image

Possible fix

stageDataPresent: computed(() => (!isEmpty(store.tournamentData.stages) || !isEmpty(store.tournamentData.meta.sourceSpecificData.smashgg.streams)))
inkfarer commented 2 years ago

Fixed in 4.1.0