Closed Saibamen closed 1 year ago
FYI: @caseyswilliams
Previously we had onMounted(ServerStore.fetchGameServers); in https://github.com/timiimit/UT4MasterServer/blob/master/UT4MasterServer.Web/src/components/Footer.vue
onMounted(ServerStore.fetchGameServers);
Footer shows current values without manually clicking on Refresh button or going into /Servers page
/Servers
Footer always shows default values (0). Need to click on "Refresh" button or go to /Servers page
This actually updates automatically after 30 seconds, not only after refresh button or hitting servers page, but yeah it should fetch immediately, too. Fixed in PR #128
FYI: @caseyswilliams
Previously we had
onMounted(ServerStore.fetchGameServers);
in https://github.com/timiimit/UT4MasterServer/blob/master/UT4MasterServer.Web/src/components/Footer.vueRepro steps
Expected Results
Footer shows current values without manually clicking on Refresh button or going into
/Servers
pageActual Results
Footer always shows default values (0). Need to click on "Refresh" button or go to
/Servers
page