codeant-ai-for-open-source[bot] commented on PR #38745:
URL: https://github.com/apache/superset/pull/38745#issuecomment-4090935311
## **Sequence Diagram**
This PR makes the dashboard properties modal resizable and draggable by
passing new modal capabilities through StandardModal. It also makes the JSON
metadata editor expand with the modal so larger configurations are easier to
edit.
```mermaid
sequenceDiagram
participant User
participant PropertiesModal
participant StandardModal
participant Modal
participant JsonEditor
User->>PropertiesModal: Open dashboard properties
PropertiesModal->>StandardModal: Render modal with resizable draggable
and width 900
StandardModal->>Modal: Apply resizable draggable and larger body height
Modal-->>User: Show movable and resizable modal
User->>Modal: Resize modal for more space
Modal->>JsonEditor: Expand editor container and fill available height
JsonEditor-->>User: Display larger JSON editing area
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]