-
Notifications
You must be signed in to change notification settings - Fork 95
feat(NcAppNavigation): Provide consistent in-app search #5831
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
|
/backport to next |
dccdc53 to
aa44c07
Compare
fd420ff to
b24b457
Compare
This comment was marked as resolved.
This comment was marked as resolved.
b24b457 to
296a074
Compare
This comment was marked as resolved.
This comment was marked as resolved.
59fc155 to
fae0202
Compare
`NcAppNaviation` now provides an optional in-app search when `show-search` is set. This allows apps which have in app filtering / search to use a consistent layout. There is also an actions slot to provide some inline actions like filters. Signed-off-by: Ferdinand Thiessen <[email protected]>
b28f617 to
f582bae
Compare
Co-authored-by: Grigorii K. Shartsev <[email protected]> Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
f582bae to
eacab9a
Compare
ShGKme
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.
Thanks! 💙
| } | ||
| &__body { | ||
| overflow-y: scroll; |
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.
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.
replace <template #default> with <template #search>
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.
replace
<template #default>with<template #search>
Only if for the search component
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.
What's the idea behind this? It causes scrolling in Mail:
To have the app navigation scroll but not the search, see this:
#5831 (comment)
But I see, we should fix this.

☑️ Resolves
NcAppNaviationnow provides an optional in-app search whenshow-searchis set. This allows apps which have in app filtering / search to use a consistent layout.🖼️ Screenshots
vokoscreenNG-2024-07-18_17-02-03.webm
🏁 Checklist
nextrequested with a Vue 3 upgrade