-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(files): highlight previous folder on history up #53285
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
Conversation
a3873e7 to
bcfbd42
Compare
susnux
left a comment
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.
How does this belong to the hot key service? Seems to be generic for all navigation?
Right, it's kind of hijacking the same shortcut as alt+up. |
Yes but this is basic routing / history handling, no? Would this not better suit the router directly? |
|
(approved as the code itself is good, just the location 🤷 ) |
Fair to me! |
a382619 to
5b5d5db
Compare
|
And with cypress tests |
|
/compile rebase |
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
5b5d5db to
9a30a8f
Compare
|
/backport 5974649 to stable31 |
|
/backport 5974649 to stable30 |
susnux
left a comment
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.
Nice 🚀
jancborchardt
left a comment
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.
|
@skjnldsv is this deployed on daily yet? I just tried with both:
And both still end up at the top of the parent folder. Let me know if it’s not on daily yet. :) |
|
No clue what version daily is. |
|
On c.nc.com both work (and also on current master branch) |
|
Just tested again on c.nc, and while the previous folder is highlighted, the scroll position still ends up on the very top instead of keeping the position → as asked in the original issue, ref #53285 (review) I also cleared cache and everything, not sure what issue it could be? |
Fix #53031