From 4158c15bffe52624e06abd9926d73c23a785695c Mon Sep 17 00:00:00 2001 From: dwindown Date: Wed, 15 Oct 2025 22:44:49 +0700 Subject: [PATCH] docs: simplify release notes for user clarity --- public/data/commits.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/data/commits.json b/public/data/commits.json index 6fcf2bcb..144afad9 100644 --- a/public/data/commits.json +++ b/public/data/commits.json @@ -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." } ] },