Details
-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: hue2
-
Fix Version/s: 2.0.0-beta
-
Component/s: core.ui
-
Labels:None
-
Target Version:
Description
The old UI calls config validator and shows a warning button in the dock bar. This proactively tells the user that something is wrong. This is missing in the new UI.
The backend used to recompute the validation on every call. It was ok because the dock bar was only loaded once. We probably have to do some caching now.