feat(ui): modernize editor UI with monochrome shadcn-style design system #591
2 issues fixed. 13 issues found. Autofix available.
Annotations
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.core/Editor/CustomEditor/BootstrapEditor.cs#L535
Code should not contain multiple blank lines in a row. (SA1507)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.ui/Editor/Internal/BootstrapEditorUI.cs#L271
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.ui/Editor/Internal/BootstrapEditorUI.cs#L284
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.ui/Editor/Internal/PanelUI.cs#L182
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.ui/Editor/Internal/BootstrapEditorUI.cs#L310
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.core/Editor/EditorUtils.cs#L156
Prefer comparing `Length` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.core/Editor/CustomEditor/SettingsUIBuilder.cs#L53
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.ui/Editor/Internal/BootstrapEditorUI.cs#L356
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.ui/Editor/Internal/BootstrapEditorUI.cs#L323
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.core/Editor/CustomEditor/BootstrapEditor.cs#L173
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.ui/Editor/Internal/BootstrapEditorUI.cs#L297
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.ui/Runtime/MessageBox.cs#L348-L399
Complex Method
codefactor-io / CodeFactor
UnityProject/Packages/com.jasonxudeveloper.jengine.ui/Editor/Internal/BootstrapEditorUI.cs#L336
Prefer comparing `Count` to 0 rather than using `Any()`, both for clarity and for performance. (CA1860)