docs: simplify release notes for user clarity

This commit is contained in:
dwindown
2025-10-15 22:44:49 +07:00
parent df0fb5d22a
commit 4158c15bff

View File

@@ -6,8 +6,8 @@
{
"datetime": "2025-10-15T22:32:00+07:00",
"type": "enhancement",
"title": "Object Editor Preview Mode & Mobile Optimizations",
"description": "Added Preview/Edit mode toggle to Object Editor's Tree View with read-only preview mode for better data visibility. Implemented clickable nested data values in preview mode - no need to switch to edit mode to explore JSON/serialized structures. Fixed mobile responsiveness for all data load notices across Object and Table editors. Improved Table Editor sticky header positioning and export section layout on mobile. Moved horizontal overflow handling from ObjectEditor to StructuredEditor component for consistent behavior in main view and nested modals. Updated TableEditor object modal footer layout and changed 'Apply Changes' to 'Save Changes' for UX consistency."
"title": "Object Editor Preview Mode",
"description": "Added Preview/Edit mode toggle to Object Editor's Tree View. Preview mode shows data in read-only format with full text visibility - perfect for viewing long values without editing. Click any nested JSON/serialized value directly in preview mode to explore its structure in a modal, no need to switch to edit mode first. Also improved mobile layout for data load notices and table editor."
}
]
},