Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Show file and folder names moved/copied in finished operations #16661

Open
scotscoder opened this issue Dec 28, 2024 · 6 comments
Open
Labels
area - status center Features or bug reports for the ongoing operations flyout

Comments

@scotscoder
Copy link

Description

After a file transfer is complete, the dropdown from the Status Centre icon only shows that files have been moved. It does not show the name of the file or folder that was transferred, which makes it very difficult to identify which operations have completed if many are occurring at once.

Image

Steps To Reproduce

  1. Copy or move a folder from one location to another.
  2. Click the Status Centre icon to see the dropdown
  3. After copying, the name of the file or folder that was transferred is not shown, only the destination folder name.

Files Version

3.8.0.0

Windows Version

10.0.26100.2605

User ID

ecf97199-f561-4b3e-b065-e3d9bda36c13

Log File

No log required

@Josh65-2201
Copy link
Member

Thanks for the feedback, the Status center has never shown names of file and folders transferred

@Josh65-2201 Josh65-2201 added the area - status center Features or bug reports for the ongoing operations flyout label Dec 28, 2024
@Josh65-2201 Josh65-2201 changed the title Bug: After a file transfer is complete, it does not show the names of the files or folders transferred Feature: Show file and folder names moved/copied in finished operations Dec 28, 2024
@scotscoder
Copy link
Author

Thanks for adding it as a feature request. I think it's important to know what has been transferred and to where.

@yaira2
Copy link
Member

yaira2 commented Jan 6, 2025

Where in the UI would you suggest listing the names of the transferred items?

@mdtauk
Copy link
Contributor

mdtauk commented Jan 6, 2025

For 1 or two files, you can see why showing a name is useful, but 3076 files copied, would quickly become a nightmare.

Generating a text file with a list of filenames and paths could be do-able, but then we would need to find space for a button to generate and open that txt file.

Where would it be stored?

It's not a simple thing to add, and would need lots of thought put into it.

@scotscoder
Copy link
Author

scotscoder commented Jan 6, 2025

Simply put, show the source and destination folders (1,642 files copied from c:\Users\Blah\Documents to D:\Backups, for example). That's all it needs and even the folder names could just be the last portion of the path. The source folder is the important thing here. In cases where it is a single file then show the file name. More than one file, then use the first example.

The information should be shown in the Status Centre drop-down which currently just shows that X files were copied

@scotscoder
Copy link
Author

For 1 or two files, you can see why showing a name is useful, but 3076 files copied, would quickly become a nightmare.

Generating a text file with a list of filenames and paths could be do-able, but then we would need to find space for a button to generate and open that txt file.

Where would it be stored?

It's not a simple thing to add, and would need lots of thought put into it.

You're overthinking it. I mentioned above my thoughts on an efficient way to show the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area - status center Features or bug reports for the ongoing operations flyout
Projects
Status: 🆕 New
Development

No branches or pull requests

4 participants