-
Notifications
You must be signed in to change notification settings - Fork 440
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
Add search shortcut support #3257
Add search shortcut support #3257
Conversation
/backport to stable18 |
ce36de7
to
036776c
Compare
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Not so sure for this anymore though. Let's make sure there is no regressions at all :) |
Setting "to develop" as dependency is still open |
Can be merged anyway imo |
But we need to bump the vue library after it was merged? |
the only thing missing here would be the auto-open of the sidebar, the shortcut and focus will still works |
yep |
@@ -299,33 +300,4 @@ export default { | |||
border-bottom: 1px solid var(--color-border-dark); | |||
} | |||
|
|||
.navigation { |
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 strongly suggest you do a tour of your code to check where are the other locations you did something similar and nuke it 😉
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.
lol, ok :)
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.
Clean!
Co-Authored-By: John Molakvoæ <skjnldsv@users.noreply.github.com>
The backport to stable18 failed. Please do this backport manually. |
1 similar comment
The backport to stable18 failed. Please do this backport manually. |
Needs a manual backport @ma12-co |
fix #3257