-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update global search to show marks bolder #2879
Conversation
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.
Some of the titles are still not bold (Agenda, Motion, Election, File
The marks should not be visible in titles as far as I understood. |
After reconsidering the desired Thanks for pointing that out |
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.
If an account is found, then the part of the account which matched with the searched word is bold.
The titles of the results should not be bold
Add code to prevent marking in account case. |
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.
function
* commit 'de1c41c440e2769f30db848afed513db289c3dba': Add missing field to history subscription (#2915) Update projection-edit-dialog to fix bugs (#2891) Fix meeting history using wrong user repo (#2889) Fix conflicting amendment projection (#2887) Add perm check to remove from motion block (#2883) Change shown sequential number and add a space (#2881) Update global search to show marks bolder (#2879) Prevent add ballot if deleted users (#2873) Fix autoupdate request flooding after logout (#2907) Bump tinymce from 5.10.7 to 5.10.8 in /client (#2920) Add tests for the color service (#2928) Bump @babel/traverse from 7.21.3 to 7.23.2 in /client (#2910) Update angular (#2810)
Resolves "the searched word is not bold (good first issue)" of #2738
Global search result title are no longer
marked
.mark
tags are now bolder.