- Issue created by @pdureau
When a request is sent from an interactive view panel (for example, if we move an instance in Builder, Layers or Tree panels), the HTMX response has OOB-Swap also to replace content in this panel.
It seems useless to replace something already in the right state, and it add weight to the HTTP Response body and one swap more for HTMX.
Can we skip it? We may need to add a triggering_panel
value in the HTTP Request.
If we drag a source to the same slot, same position, the set (instance, slot, position) will be the same, nothing will change in the StateManager, so we don't need to trigger the HTTP request.
Don' forget to do the same for the root dropzone.
Active
1.0
UI/UX/Islands