Conversation
Codecov Report
@@ Coverage Diff @@
## master #279 +/- ##
==========================================
- Coverage 45.86% 45.77% -0.10%
==========================================
Files 44 44
Lines 6942 6963 +21
==========================================
+ Hits 3184 3187 +3
- Misses 3758 3776 +18
Continue to review full report at Codecov.
|
ffc2859 to
d98807c
Compare
nthykier
left a comment
There was a problem hiding this comment.
Looks good to me a first glance (only have a minor style remark that I can live with).
@gunchleoc: Does this branch solve the issue you were experiencing?
d98807c to
570a821
Compare
|
Yes, it solves the issue for me :) BTW there is anther bug on the knowledge screen: When you switch categories, the selected table index is the one from the previous category instead of selecting the first item. From a user perspective, the ideal solution would be to select the first item when the category hasn't been selected before, and remember the selection for each category separately. |
Fix #270.