Sapphire-CM / Sapphire

MIT License
3 stars 0 forks source link

597 Add file and folder renaming feature to submission tree #598

Closed duaanakshbandi closed 1 year ago

duaanakshbandi commented 1 year ago

Description: This pull request adds the ability for users to rename files and folders in the submission tree of an upload. A "Rename" button is added to the submission tree view, and clicking on it will bring up a text box where the user can enter the new file/folder name. The file/folder name will be updated in the submission tree and the file/folder will be renamed in the database.

Implementation details:

Testing:

New submission tree view: image

File rename view: image

Folder rename view: image

Feedback: image

image

Events: image

duaanakshbandi commented 1 year ago

This Pull Request https://github.com/Sapphire-CM/Sapphire/pull/598 has been closed due to significant refactoring made. I have created a new Pull Request #456 instead, which reflects the updated changes.