Area: UI
Sub-Area: Structured Properties
Issue
When structured properties were nested (properties containing other properties), the UI would display them incorrectly, with formatting issues, missing values, or improperly rendered hierarchies. This made it difficult to work with complex structured property schemas.
Solution
The structured properties rendering component has been enhanced to properly handle nested property structures. The fix includes: - Correct indentation for nested levels - Proper expansion/collapse controls - Accurate value display at all nesting levels - Support for deeply nested properties
Nested structured properties now display: - Clear visual hierarchy with indentation - Expand/collapse controls for each level - All property values regardless of nesting depth - Proper handling of arrays and objects within properties
Additional Notes
Fixed in version v0.3.12. This fix supports the full structured properties schema capabilities, allowing for complex metadata structures. Structured properties can be nested up to reasonable depths without display issues.
Related Documentation
Tags:
ui, structured-properties, nested, hierarchy, display, rendering, bug-fix, v0.3.12