Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an error notification window #810

Closed
IntegratedQuantum opened this issue Dec 4, 2024 · 2 comments · Fixed by #809
Closed

Add an error notification window #810

IntegratedQuantum opened this issue Dec 4, 2024 · 2 comments · Fixed by #809
Labels
contributor friendly this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers enhancement a new feature or improvement ui/ux

Comments

@IntegratedQuantum
Copy link
Member

IntegratedQuantum commented Dec 4, 2024

This could be used to for example display connection errors when trying to connect to a multiplayer server
related: #809

This should be relatively simple to do, you just need to add a new window that renders a single label and add a global function to modify the contained string.

@IntegratedQuantum IntegratedQuantum added enhancement a new feature or improvement ui/ux labels Dec 4, 2024
@IntegratedQuantum IntegratedQuantum added this to the Short-Term Goals milestone Dec 4, 2024
@IntegratedQuantum IntegratedQuantum added the contributor friendly this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers label Dec 4, 2024
@somanshurath
Copy link
Contributor

Screenshot from 2024-12-04 22-22-06
something along these lines?

@IntegratedQuantum
Copy link
Member Author

Yeah, but maybe just leave out "Notification" and red "Error" texts.

An extra "Ok" or "Acknowledge" button that closes the window might also be nice.
Just so the user knows that this message won't go away automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers enhancement a new feature or improvement ui/ux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants