User panel takes too long to load #982
Labels
🐛 bug
Bugs or broken features
✨ enhancement
Enhancing or improving existing functionality
📝 minor
Very small, narrow or generally unimportant issues/enhancements
📱 UI
Frontend Adonis user interfaces
The bug is caused by these lines of codes in UserPanel.lua
The way this should be fixed that the data is lazy leaded while still allowing the userpanel to function.
Even better (though strictly not necessary) is that data that is being loaded is shown via UI in their respective UI elements (like a
Loading...
text, a spinning loading icon etc.).And it would even nicer if you could still modify
client settings
,aliases
andkeybinds
while the data is still loading.The text was updated successfully, but these errors were encountered: