-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
FileBrowser: Backup expanded directory states. #4930
Conversation
@cyberdevilnl Is this ready for review, or do you plan to add more commits? |
@JohannesLorenz it now is ready for review. |
Just did some testing. There's an old bug that the arrow left to a folder vanishes on reload. The bug is old: Open a folder, open a sub-folder, reopen the top folder, the arrow of the sub-folder is vanished. It's an old bug, you don't need to fix it, unless you want. |
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.
I'm finished with review, both functional + style. No serious issues. Feel free to fix what you like.
Hmm I can't seem to reproduce, here it only vanishes if the directory is empty. (tested with stable and master)
Thank you! I've made some changes :-) |
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.
I added two more comments, both voluntary. Tests were OK, so I think there's no further review required. 👍
Thank you I like the tips :-) |
Great work! Do you want to "squash and merge"? |
Yeah that will be great! |
…the tree is reloaded.
Just as a hint: You can use the "squash and merge" button, no need to squash manually and then force-push. But it's not wrong to do so 😄 |
Good hint, except I don't have commit access and thus no button here 😋 |
Oh, np! Does this mean you can't merge in general? If that's true, I'll merge it for you. |
Yes that's |
Partially fixes #2121 (it doesn't store the currently selected item).