-
Notifications
You must be signed in to change notification settings - Fork 63
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
Display subfeatures in feature details widget #1529
Conversation
The aims of this include
|
const feat = JSON.parse(JSON.stringify(model.featureData)) | ||
return ( | ||
<Paper data-testid="alignment-side-drawer"> | ||
<BaseFeatureDetails | ||
<BaseFeatureDetails {...props} /> |
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 was not seeing the performance hit from viewing a long read that was seen previously, so this was removed
Codecov Report
@@ Coverage Diff @@
## master #1529 +/- ##
==========================================
- Coverage 59.52% 59.50% -0.02%
==========================================
Files 435 435
Lines 19501 19526 +25
Branches 4540 4551 +11
==========================================
+ Hits 11607 11619 +12
- Misses 7599 7611 +12
- Partials 295 296 +1
Continue to review full report at Codecov.
|
61f6391
to
9de7f7b
Compare
9de7f7b
to
add298e
Compare
0af7c45
to
d0738a3
Compare
43882f7
to
e7517d2
Compare
Alternative to #1317