-
Notifications
You must be signed in to change notification settings - Fork 102
Improved Keyword filtering #408
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
Improved Keyword filtering #408
Conversation
485d5ce to
f79e870
Compare
Codecov Report
@@ Coverage Diff @@
## master #408 +/- ##
========================================
Coverage 0.91% 0.91%
Complexity 414 414
========================================
Files 13 13
Lines 1307 1307
========================================
Hits 12 12
Misses 1295 1295
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
As this is mainly Vue-related stuff, I added sam as a reviewer. I will have a look once I find a few spare minutes. |
ba11f2c to
000506d
Compare
|
I just converted this PR to a draft as I found, that the recipe search is not showing the correct keywords. I guess this is related to the php part, I’ll have a look at this later. |
000506d to
2085a38
Compare
christianlupus
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.
Seems good to me. I checked the visual representation and it seems to work well.
|
@sam-19 please give your statement. If you do not find the time, we can merge and fix bugs later if they happened... |
2085a38 to
dd7891c
Compare
|
This PR has conflicts with the lazy-loader feature recently added. @seyfeb sorry, you might need to update this as well. |
dd7891c to
6852396
Compare
Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
… in keyword Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
Added tooltip for clicking on keyword in recipe view Some code cleanup Signed-off-by: Sebastian Fey <[email protected]>
Signed-off-by: Sebastian Fey <[email protected]>
6852396 to
1285536
Compare
I made some changes to improve the keyword filtering in the recipe-list view. With this PR
@sam-19 maybe you can review this PR?