-Whenever you're designing an UI, you should always make it clear to the user whether an action is pending, if something has gone wrong and if something is succesful. For this purpose, you could always design your own dedicated solution for showing status, but in many cases that's a good idea, but in many other cases you should just use a common, simple solution: **popups**. They are ubiqutous in GD and in mods, as they are a very simple and quick way of showing the user information.
0 commit comments