-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
fix: #1540 - duplicated panel title #1665
fix: #1540 - duplicated panel title #1665
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1665 +/- ##
==========================================
- Coverage 8.86% 8.32% -0.54%
==========================================
Files 161 165 +4
Lines 6623 7111 +488
==========================================
+ Hits 587 592 +5
- Misses 6036 6519 +483
Continue to review full report at Codecov.
|
@cli1005 I did not open the issue, but I think the problem was that the "Environment" label was there twice, and it was expected only once. |
The label(title) was displayed with all panel of type "grade", you could check the comment to see the snapshots BEFORE and AFTER #1540 (comment). |
@cli1005 it's great to see that some Chinese seems to be working :-) |
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.
Hi @cli1005!
Not convinced by the choices of
- not showing an obvious page title
- using
context == null
to decide to display a title or not
But anyway things look better with this PR!
What
Duplicated Environment title, more détails : #1540 (comment)
Screenshot
Fixes bug(s)