You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "justinpark (via GitHub)" <gi...@apache.org> on 2024/01/19 23:58:16 UTC

[PR] fix(dashboard): drag and drop indicator UX [superset]

justinpark opened a new pull request, #26699:
URL: https://github.com/apache/superset/pull/26699

   ### SUMMARY
   Following up #26313
   This commit addresses and resolves the issue of an unclear drop zone indicator that was negatively impacting the user experience in the dashboard editor. 
   
   When a component was being dragged towards the edge of the tab container or the row/column containers, multiple drop indicators were often displayed. This created confusion about the exact insertion point of the element. [fig. 1]
   
   |fig. 1|
   |--|
   |![drop-indicator-bug](https://github.com/apache/superset/assets/1392866/b984aebb-2dd0-48bf-b49f-86e49e535e73)|
   
   The root of the problem was that these dashboard components were wrapped by both draggable and droppable interfaces, which led to overlapping and conflicting drop zones. This commit modifies this by making the dashboard components draggable only, and builds a distinct, non-conflicting area for the drop zone. Moreover, it also highlights the drop zone during the dragging process to clearly indicate where the element will be placed. [fig. 2]
   
   |fig. 1|
   |--|
   |![drop-indicator-after](https://github.com/apache/superset/assets/1392866/b44760b4-1f5e-4241-8fa4-6d2f487185b0)|
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   Before:
   
   https://github.com/apache/superset/assets/1392866/315309e9-a8ad-45c4-a292-190a318c8d67
   
   After:
   
   https://github.com/apache/superset/assets/1392866/2342eee1-418d-4c35-9a21-f5772136c0ec
   
   
   ### TESTING INSTRUCTIONS
   Go to dashboard and edit mode
   Drag and drag multiple components and then save
   Verify the dashboard shown as designed
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [x] Changes UI
   - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "justinpark (via GitHub)" <gi...@apache.org>.
justinpark commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1933157824

   @yousoph Sorry for the late response. Here are my answers.
   
   > 1. When adding tabs to a dashboard, the drop area extends a bit too far, into the right panel
   
   Given that the tab (in the header) will occupy the whole row, including the right panel as shown in the following screenshot, it seems more logical for this highlight area to indicate its transition into a global header layout.
   
   ![Screenshot_2024-02-07_at_4_05_40 PM](https://github.com/apache/superset/assets/1392866/743352b3-4ac4-4261-b1ad-d517a317202d)
   
   > 2. When adding a chart element, the dashboard header row is also highlighted as a possible drop area
   
   As discussed during our plans for further D&D improvements, I've earmarked this particular enhancement for @rtexelm's project. In the interim, this version will highlight in red (instead of the primary color) when you hover over the drop area, as shown in the following screenshot.
   
   ![chart_disabled_area](https://github.com/apache/superset/assets/1392866/ac44ad5c-6bf5-4e2d-b525-011a591092be)
   
   > 3. I managed to get an error when dragging a chart in between the header and the dashboard area somewhere, but I can't figure out how to repro it :(
   
   I tried to reproduce the same problem but cannot get the issue yet. please let me know if you find the problem again.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "michael-s-molina (via GitHub)" <gi...@apache.org>.
michael-s-molina commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1904041057

   @sadpandajoe 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1904039524

   @michael-s-molina Ephemeral environment spinning up at http://18.236.117.76:8080. Credentials are `admin`/`admin`. Please allow several minutes for bootstrapping and startup.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1901716539

   @justinpark Ephemeral environment creation is currently limited to committers.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "justinpark (via GitHub)" <gi...@apache.org>.
justinpark commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1933167329

   > one comment about the header thing Sophie mentioned: when you try to hover over it it shows a red box (error), which gave me an idea. I think maybe it could be used in places where there is not enough space to place the item, for example if the row is full.
   
   I had a similar thought as well, but there are complexities when it comes to dropping an existing component into a space that's just enough. 
   Specifically, it's challenging to programmatically differentiate this from the prohibited drop zones.
   
   (For instance, the highlight box should not turn red when item [1] is dropped into a zone without space, as it's possible to reorder among the same row items. However, it should turn red when item [4] is dropped into a zone without space.)
   |[ 1 ]|[ 2 ]|[ 3 ][no space drop zone]|
   --------
   |[ 4 ]|[             ]|
   
   Therefore, I've decided to retain the post notification as it is currently displayed.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "michael-s-molina (via GitHub)" <gi...@apache.org>.
michael-s-molina commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1904036410

   /testenv up


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1901423348

   ## [Codecov](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   Attention: `23 lines` in your changes are missing coverage. Please review.
   > Comparison is base [(`494068b`)](https://app.codecov.io/gh/apache/superset/commit/494068b6325054be076e994ca06e01efdfe83aec?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 67.04% compared to head [(`56cb9b5`)](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 67.40%.
   > Report is 95 commits behind head on master.
   
   | [Files](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines |
   |---|---|---|
   | [...nd/src/dashboard/components/gridComponents/Row.jsx](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2Rhc2hib2FyZC9jb21wb25lbnRzL2dyaWRDb21wb25lbnRzL1Jvdy5qc3g=) | 57.69% | [7 Missing and 4 partials :warning: ](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [...rontend/src/dashboard/components/dnd/handleDrop.js](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2Rhc2hib2FyZC9jb21wb25lbnRzL2RuZC9oYW5kbGVEcm9wLmpz) | 0.00% | [5 Missing :warning: ](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [...rontend/src/dashboard/components/DashboardGrid.jsx](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2Rhc2hib2FyZC9jb21wb25lbnRzL0Rhc2hib2FyZEdyaWQuanN4) | 50.00% | [3 Missing :warning: ](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [...src/dashboard/components/gridComponents/Column.jsx](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2Rhc2hib2FyZC9jb21wb25lbnRzL2dyaWRDb21wb25lbnRzL0NvbHVtbi5qc3g=) | 80.00% | [0 Missing and 2 partials :warning: ](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [...end/src/dashboard/components/dnd/DragDroppable.jsx](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2Rhc2hib2FyZC9jb21wb25lbnRzL2RuZC9EcmFnRHJvcHBhYmxlLmpzeA==) | 66.66% | [0 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   | [...nd/src/dashboard/components/gridComponents/Tab.jsx](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3VwZXJzZXQtZnJvbnRlbmQvc3JjL2Rhc2hib2FyZC9jb21wb25lbnRzL2dyaWRDb21wb25lbnRzL1RhYi5qc3g=) | 80.00% | [0 Missing and 1 partial :warning: ](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) |
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #26699      +/-   ##
   ==========================================
   + Coverage   67.04%   67.40%   +0.36%     
   ==========================================
     Files        1948     1905      -43     
     Lines       76062    74937    -1125     
     Branches     8493     8256     -237     
   ==========================================
   - Hits        50995    50512     -483     
   + Misses      22887    22361     -526     
   + Partials     2180     2064     -116     
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/superset/pull/26699/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [javascript](https://app.codecov.io/gh/apache/superset/pull/26699/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `56.90% <64.61%> (+0.39%)` | :arrow_up: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/superset/pull/26699?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "justinpark (via GitHub)" <gi...@apache.org>.
justinpark merged PR #26699:
URL: https://github.com/apache/superset/pull/26699


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "justinpark (via GitHub)" <gi...@apache.org>.
justinpark commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1955472351

   @michael-s-molina could you help this code review?


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "justinpark (via GitHub)" <gi...@apache.org>.
justinpark commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1901716467

   /testenv up


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1957756945

   Ephemeral environment shutdown and build artifacts deleted.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "justinpark (via GitHub)" <gi...@apache.org>.
justinpark commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1946744449

   @kasiazjc @yousoph, barring any further objections from your end, I intend to proceed to the next step. 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] fix(dashboard): drag and drop indicator UX [superset]

Posted by "kasiazjc (via GitHub)" <gi...@apache.org>.
kasiazjc commented on PR #26699:
URL: https://github.com/apache/superset/pull/26699#issuecomment-1919047558

   > @justinpark this looks and feels so much better! definitely a much needed improvement :)
   > 
   > A few things I noticed:
   > 
   > 1. When adding tabs to a dashboard, the drop area extends a bit too far, into the right panel
   >    ![image](https://private-user-images.githubusercontent.com/10627051/300999099-d790d0ea-985d-460b-8738-0b21c6cdef66.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY3MDU2NzEsIm5iZiI6MTcwNjcwNTM3MSwicGF0aCI6Ii8xMDYyNzA1MS8zMDA5OTkwOTktZDc5MGQwZWEtOTg1ZC00NjBiLTg3MzgtMGIyMWM2Y2RlZjY2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTMxVDEyNDkzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU3MTc5YjU1YjUwZWFiODAxZTEwYzMyZjM5NDc5NzE1M2U2ZjE2YzIxNDIxYWQyY2M5Nzc2NGQyM2MwZWIxMjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.UKhigGQT4iTF6EHjz1v_caLrqMbn6xswDT78DCcOXJQ)
   > 2. When adding a chart element, the dashboard header row is also highlighted as a possible drop area
   > 3. I managed to get an error when dragging a chart in between the header and the dashboard area somewhere, but I can't figure out how to repro it :(
   > 
   > <img alt="image" width="1148" src="https://private-user-images.githubusercontent.com/10627051/301000116-ae9a9762-8110-404f-8266-1b869c961aac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY3MDU2NzEsIm5iZiI6MTcwNjcwNTM3MSwicGF0aCI6Ii8xMDYyNzA1MS8zMDEwMDAxMTYtYWU5YTk3NjItODExMC00MDRmLTgyNjYtMWI4NjljOTYxYWFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTMxVDEyNDkzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE4YjQyNGU2MzlmZWY0M2IwNDIyYjE1NDNmZmQ1MWM0OGNkOTdkMDUxNGU0N2ZkNTUwMWZkZGY2ZjVlYjU1OTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.l-_EgJudDU0G_xJ5IemQxBNs-riqxHIDIGUVKdDcdyA">
   
   agree with Sophie on all of the above! 
   
   Definitely an improvement to the dnd, thank you @justinpark ☺️ 
   
   one comment about the header thing Sophie mentioned: when you try to hover over it it shows a red box (error), which gave me an idea. I think maybe it could be used in places where there is not enough space to place the item, for example if the row is full. What do you think? 
   
   <img width="1792" alt="image" src="https://github.com/apache/superset/assets/36897697/8cf51e10-3eb2-46e2-99c2-11723a9c8153">
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org