-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix directorybrower not resetting scroll #17
Fix directorybrower not resetting scroll #17
Conversation
617e109
to
ca0b3f5
Compare
Merge #19 first, and this one should have no merge conflict anymore. |
Yes, I can. I should have in the first place but I was a little lazy. |
ca0b3f5
to
8539ba4
Compare
Ok I've split it out, the imageuploader changes are now in #29 |
This PR contains a lot of cleanup including quotation mark changes. I personally feel like all of that should be a seperate one. Have we even agreed on code style yet? |
I went and matched the style from the massive changes in PR #1, so I think it should be safe, at least for now? |
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.
Quick note, there seems to be around six commits that were pulled in that are still causing some merge issues. They have already been commited to master in other pull requests so you could just drop them on your branch. Otherwise the changes look good to me!
8539ba4
to
806cc3e
Compare
When a user chooses a directory using the directory browser, it previously stayed at its scroll location. Now it moves back to the top, which is expected behaviour.
806cc3e
to
b9a1709
Compare
I've cleaned it up and rebased, should be a good clean merge now. |
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.
Keep double quotes - it's consistent with many of the other files in this repo.
All the changes from #1 change them to single quotes. This is just going to be converted to match them at some point... |
I obviously didn't read :| |
So am I going to need to make changes to get this accepted? Or are the quotes fine matching #1? |
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.
Mostly space formatting nitpicking. If you accept these please squash them!
Plus two more de-uglifications suggested.
Other than that looks good.
b9a1709
to
4819fc9
Compare
I made all your changes and just pushed myself to save the commits. Thanks for the going through it. |
Issue addressed in discussion, standards were changed in #1
When using the directory browser for adding new libraries, clicking on a folder would not reset the scrollbar to the top of the folder. This fixes that.