Mayankaggarwal8055 opened a new pull request, #38745: URL: https://github.com/apache/superset/pull/38745
Improves the usability of the JSON metadata editor in the dashboard properties modal. Currently, the editor has a fixed height (200px), making it difficult to work with larger JSON configurations. Additionally, the modal itself is not resizable, further limiting usability. ### CHANGES - Enabled resizable and draggable behavior for the PropertiesModal - Updated StandardModal to support `resizable` and `draggable` props - Removed fixed height constraint (200px) from the JSON metadata editor - Made the editor responsive using flexible height ### BEFORE - Fixed-height editor (200px) - Difficult to edit large JSON - Modal not resizable ### AFTER - Resizable modal - Responsive JSON editor - Improved editing experience for larger metadata ### TESTING - Verified modal resizing works correctly - Confirmed JSON editor expands with modal - Ensured no layout breakage or nested scroll issues Fixes #38728 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
