Drag reorder of Prompt messages in the prompt editor
arielweinberger opened this issue · 3 comments
arielweinberger commented
Proposal
- Add a drag handle for reach hat message (marked in red). Use the
HolderOutlined
Ant icon for this. This will be the handle for dragging, and will drag the entire message. - Use the react-beautiful-dnd NPM package to handle dragging and sorting.
- Make sure to reflect the the new order in the Antd form used to manage message (check out this file). Then it will automatically be saved correctly on the back-end.
![Screenshot 2023-10-14 at 11 47 05 AM](https://private-user-images.githubusercontent.com/4976416/275277738-b8696011-c50b-48b9-869d-fd04993d8343.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTI3NjE5NDUsIm5iZiI6MTcxMjc2MTY0NSwicGF0aCI6Ii80OTc2NDE2LzI3NTI3NzczOC1iODY5NjAxMS1jNTBiLTQ4YjktODY5ZC1mZDA0OTkzZDgzNDMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDQxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA0MTBUMTUwNzI1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjM2Y2M5YTkyMzhjOTUzNTU2OTZhNzFhOGI0NTZlYWFkMDcyOTI1NjFlYmRiMmM3Mzk1Y2M0MDQxOWEzYjVhNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.d4yfRaXGeTK4jr9N4EQ3wyQansQrDz919vVw1POBk_M)
adityapuri75 commented
Please assign this issue to me
arielweinberger commented
Good luck @adityapuri75
adityapuri75 commented
Hello @arielweinberger, i was able to implement drag and drop but the message can be dragged from anywhere within the message body. Dragging through the handle giving me some issues but i am trying to resolve that will update you here soon.