Skip to content

Move input validation to separate thread

title.

Currently validation can block the GUI thread which is an absolute no-go. we should implement a validation-thread which checks every field we give it periodically.

Benefit: Said thread can edit the text in the fields if appropriate. Example: