chaoss / grimoirelab-bestiary

GNU General Public License v3.0
3 stars 9 forks source link

[ui] Drag and drop to change a project's parent #66

Closed evamillan closed 3 years ago

evamillan commented 3 years ago

Projects on EcosystemTree can be moved using drag and drop to change their parent. Valid parent projects are highlighted when the project is dragged over them.

A project can be moved to another in the cases the moveProject mutation allows:

Before the move is performed, the user is prompted to confirm the action with a dialog. When the move is successful, the projects on the app sidebar are reloaded, and if the current view is project, it reloads the project's information.

Closes #65.