-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Bug: OneDrive icon is missing for the "syncing" state #16210
Comments
Thanks for the feedback, Files already supports this. Please screenshot Files compared to Windows File Explorer, And do you have Files on demand enabled in OneDrive? |
Thanks |
Does the icon show once the file is finished syncing? |
Hi,
Hi, the icon shows with the arrows and once it is synced the cloud without the arrows shows. I attached a short video when copying a file to a folder on OneDrive.
Met vriendelijke groet,
Lawrence Vasseur | 0657108755
…________________________________
Van: Yair ***@***.***>
Verzonden: dinsdag 17 september 2024 16:15
Aan: files-community/Files ***@***.***>
CC: lfrvasseur ***@***.***>; Author ***@***.***>
Onderwerp: Re: [files-community/Files] Bug: OneDrive syncing file icon doesn't show in status column (Issue #16210)
Does the icon show once the file is finished syncing?
—
Reply to this email directly, view it on GitHub<#16210 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BLKSBTWLWBYWQNGJNUS4OWDZXA2PJAVCNFSM6AAAAABOK7UD66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJVHE3DQOBYGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Email attachments don't work. You will have to click the |
Sync.cloud.onedrive.mp4 |
Thank you for confirming, there must be an issue where the icon for the syncing state is missing. |
I tested on my side and the syncing icon was displayed when downloading a large file. Can you upload the log file? |
debug.log |
I don't see any issues listed in the log file |
I will uninstall and re-install Files tomorrow and see what happens. |
Files doesn't show sync status in the path bar, It shows it in the status column of each file/folder |
I do see it and there was probably a miscommunication there. A note: you don't see that syncing is going on, only when the syncing is done you see a green checkmark. It might be an idea to create a status bar or something similar there so that the user can see that there is syncing.
Met vriendelijke groet,
Lawrence Vasseur | 0657108755
…________________________________
Van: Josh65-2201 ***@***.***>
Verzonden: vrijdag 20 september 2024 00:02
Aan: files-community/Files ***@***.***>
CC: lfrvasseur ***@***.***>; Author ***@***.***>
Onderwerp: Re: [files-community/Files] Bug: OneDrive icon is missing for the "syncing" state (Issue #16210)
Files doesn't show sync status in the path bar, It shows it in the status column of each file/folder
—
Reply to this email directly, view it on GitHub<#16210 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BLKSBTQFV3YDOAJF6ROSMGLZXNCYBAVCNFSM6AAAAABOK7UD66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRSGI3TSMBSGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi @yaira2 , I’d like to work on this issue. My understanding is that the cloud icon should display a check mark once syncing is complete. Should the icon first show a temporary cloud with a check mark and then revert to just the cloud, or would the entire cloud icon turn into a check mark? I’m a beginner and would appreciate any guidance or suggestions. Thank you! |
The icons should match the sync state. I believe it's a timing issue as reloading the folder usually displays the icons properly. |
Ok, so would you have any advice or suggestions on how to trigger an icon update in real-time, or should I focus on adding a manual refresh trigger? |
I don't have the code in front of me right now, but the best thing would be to look at the code for loading the sync status. |
Hello @yaira2 This is what I found out so far: the sync status is determined in CheckCloudDriveSyncStatusAsync(IStorage item). It retrieves windows files properties (System.FilePlaceholderStatus & System.FileOfflineAvailablilityStatus). Then the result is converted to CloudDriveSyncStatus enum where 9 is "syncing" (What I need). CloudDriveSyncStatusUI.cs handles the ui mapping for the status. syncStatus is used in ShellViewModel.cs but I can't figure out how it propagates to the UI. When I run the project and double click on the green check mark it brings me to AddressToolbar.xaml and points to <button x:Name="ShowStatusCenterButton". Which gets me confused. Can you provide me with some guidance on how to make changes to that "button"? Thanks |
The UI is part of the item template for each layout. |
What feature or improvement do you think would benefit Files?
The Files app looks good, works fine, and has a lot of features that weren't available in the original Explorer. I (also) work a lot with OneDrive and it would be a welcome addition to be able to see if a file or folder is synced with OneDrive.
Steps to repro
Files Version
3.7.7.0
Windows Version
10.0.22631.4169
Comments
No response
The text was updated successfully, but these errors were encountered: