Description
Description
Figma link
Requirements
Update the left panel menu for the Files tab based on the designs above. Here is how it should work: A folder can have multiple files nested within it. Clicking on the 3 dots icon allows the user to rename, duplicate, or delete a file or folder. If "Delete" is selected, a modal should appear on the screen (see Figma link for modal design). User can select multiple files to delete or duplicate by clicking on the check boxes next to the folder or file. Hover text should appear when the user hovers on the icons (see Figma).
Metadata
Metadata
Assignees
Labels
No labels
Activity
Vishal24-Kanini commentedon May 28, 2025
Hi,
I have done the code analysis and UX/UI analysis for the ticket and started working on the task.
Work is in progress.
Vishal24-Kanini commentedon May 29, 2025
Hi,
Work is in progress.
Vishal24-Kanini commentedon May 29, 2025
Hi,
below are the today's updates that has been implemented.
Work is in progress to delete multiple files at the same time.
Vishal24-Kanini commentedon May 30, 2025
Hi,
below are the today's updates that has been implemented.
Note
for rename we also need a reactor at the backend.
Vishal24-Kanini commentedon May 30, 2025
Hi @johbaxter
as discussed we need one new reactor and one needs to be modified at the backend.
johbaxter commentedon May 30, 2025
@rameshpaulraj -> Can we create the backend for this ticket and link it here
Vishal24-Kanini commentedon Jun 2, 2025
Hi @rameshpaulraj
below is the code for old reactor and updated reactor to delete files for your reference:
Vishal24-Kanini commentedon Jun 4, 2025
Hi,
below are the updates that has been implemented.
I have tried to implement the Duplicating files or folder functionality on the FE side. i already developed the feasibility for user to checked multiple files within a folder or checked the complete folder or unchecked as desired.
Vishal24-Kanini commentedon Jun 5, 2025
Hi,
below are the updates that has been implemented today.
on FE side I have created the functionality for duplicating files or folder. I have modified the FE payload which sends the multiple files paths or single file/folder to the backend.
if we select the folder only without any files, it will get duplicated with the counter in parenthesis like below :
MakeDirectory(filePath=["version/assets/New (1)/"], space=["2bfae3b6-8ccc-4b20-8276-4f4a384f40e2"]);
SaveAsset(fileName=["version/assets/New (1)/New1.json","version/assets/New (1)/New2.json"], content=[""], space=["2bfae3b6-8ccc-4b20-8276-4f4a384f40e2"]);
CommitAsset(filePath=["version/assets/New (1)/New1.json","version/assets/New (1)/New2.json"], comment=["Duplicating files"], space=["2bfae3b6-8ccc-4b20-8276-4f4a384f40e2"]);
if we select only one file and want to duplicate within a folder, i am getting success response from backend but on refresh new file is not visible on UI
if we select multiple files for duplicate, getting error from backend as of now
Vishal24-Kanini commentedon Jun 9, 2025
Hi,
below are the updates that has been implemented so far.
7 remaining items