## Feature Request ### Summary Allow sessions to be moved via drag & drop — either into a project or back into the general chat directory. ### Proposed Behavior - **Drag a session** from the session list and **drop it onto a project** to move it into that project. - **Drag a session** from inside a project and **drop it onto the chat directory / root** to move it back to the general session list. - Visual drop targets highlight when a dragged session hovers over them (project folders, root directory). - Dragging multiple selected sessions at once should be supported (works together with the multi-select feature, see #119). - The operation is equivalent to "Move to project" from the context menu, just faster. ### Use Cases - Quickly organize sessions into projects by dragging them over - Move a session out of a project back to the root without opening a context menu - Reorganize sessions in bulk when combined with multi-select (#119) ### Additional Notes Standard HTML5 drag & drop or pointer-event-based drag should be used so the interaction works on both desktop and (eventually) touch/tablet surfaces.
Feature Request
Summary
Allow sessions to be moved via drag & drop — either into a project or back into the general chat directory.
Proposed Behavior
Use Cases
Additional Notes
Standard HTML5 drag & drop or pointer-event-based drag should be used so the interaction works on both desktop and (eventually) touch/tablet surfaces.