ubc-minetest-classroom / minetest_classroom

Repo for Mintest Classroom game
GNU General Public License v3.0
10 stars 6 forks source link

Feature Request: Delay Display of IP Whitelist #229

Closed pauldpickell closed 1 year ago

pauldpickell commented 1 year ago

When the server tab is clicked in the teacher controller, there is a significant delay as it takes time to return all the IP addresses. This also causes lag/delay whenever other actions are taken on the server tab, like exiting from the ban manager. It might be helpful to only display the full IP list when requested. Maybe we can add a button to show it in a popup?

Lowie375 commented 1 year ago

Whitelist has been moved from the main server tab to a popup on features/unified_gui_ii as of 4ff019f, which should reduce lag when opening the server tab. However, that doesn't fix the fundamental issue. Will add a button to show the whitelisted IPs to the popup - we may also want to consider some other ways to condense the displayed IPs for readability and better load times

pauldpickell commented 1 year ago

Solved by #231