-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 folder details when no item is selected #12549
Feature: Show folder details when no item is selected #12549
Conversation
This reverts commit 107004b.
Co-authored-by: hishitetsu <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
2023-06-06.234904.mp4 |
Co-authored-by: hishitetsu <[email protected]>
Co-authored-by: hishitetsu <[email protected]>
This isn't working on the drive root |
Co-authored-by: hishitetsu <[email protected]>
Co-authored-by: hishitetsu <[email protected]>
I will be able to address the shortcomings found tomorrow during the day. |
This is now working, but I believe we should go a bit further and display other informations. |
Can we display the drive name? |
…b.com/QuaintMako/Files into 6724_ShowFolderWhenNoSelectionPreview
The navigation in ColumnView should now be stabler. I still need to take care of:
@yaira2 if you wish to have the feature in the next stable, maybe the current state can be enough has it is now. I do not think I'll have time today to address the two remaining issues. On the other hand, while the initial feature is completed, it showed some shortcomings that could use some polish. I'll let you decide whatever side you prefer. And in any case, I think I'll skip displaying the drive name and go straight for a specific drive display in preview. It will be much cleaner. |
I'd rather wait, this change will have more of an impact when it's polished. |
@yaira2 with your permission I'll leave the display of the root drive as is and start working on a dedicated preview controller for it to save some dev time. |
Thanks |
Backward navigation is improved, but preview in Column View seems still unstable. |
Can you give me cases you're using to make it unstable? |
I can reproduce the strange behavior by following the steps below.
|
It might be linked to an asynchronous issue leading to a bad timing. The issue doesn't appear when break points are used. |
…b.com/QuaintMako/Files into 6724_ShowFolderWhenNoSelectionPreview
This time it should be good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! It seems to work no longer a problem.
One minor point I would like to comment on.
Co-authored-by: hishitetsu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
It seems to cause a crash when opening the home page with both the dual pane and preview pane enabled. |
I can have a look into it tonight if needed |
Please. |
@hishitetsu I'm not able to reproduce the crash. Tried with both the dual pane and the preview pane, with several different views, with and without selection etc... Could you tell me what is your set-up precisely? What kind of folders you're in, what layouts, with or without selection etc... |
Sorry, the crash caused by #12370. I mistakenly thought that the preview pane was the cause. |
Resolved / Related Issues
Closes Feature: Show folder details when no item is selected #6724
Validation
How did you test these changes?
Screenshots