You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an established way to inform about invalid input fields: using red/green/yellow labels at the bottom:
It's used in Create New Scene dialog, Add Metadata dialog, New Folder dialog, Create Script dialog and probably others.
Meantime the New Plugin dialog (accessible in Project Settings -> Plugins) looks like this:
Instead of info labels, it uses info icons that show message on hover. This dialog was created before we had an established way of validating input, so it needs updating.
Steps to reproduce
Project
Project Settings
Plugins
Create New Plugin
👀
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
Godot version
4.0
System information
Windows 10 x64
Issue description
We have an established way to inform about invalid input fields: using red/green/yellow labels at the bottom:
It's used in Create New Scene dialog, Add Metadata dialog, New Folder dialog, Create Script dialog and probably others.
Meantime the New Plugin dialog (accessible in Project Settings -> Plugins) looks like this:
Instead of info labels, it uses info icons that show message on hover. This dialog was created before we had an established way of validating input, so it needs updating.
Steps to reproduce
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: