-
Notifications
You must be signed in to change notification settings - Fork 513
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
Rearrange nav controls #676
Conversation
Signed-off-by: yoave23 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #676 +/- ##
=======================================
Coverage 94.23% 94.23%
=======================================
Files 228 228
Lines 5930 5930
Branches 1448 1492 +44
=======================================
Hits 5588 5588
+ Misses 308 304 -4
- Partials 34 38 +4
Continue to review full report at Codecov.
|
@@ -29,6 +29,8 @@ import { ConfigMenuItem, ConfigMenuGroup } from '../../types/config'; | |||
import { getConfigValue } from '../../utils/config/get-config'; | |||
import prefixUrl from '../../utils/prefix-url'; | |||
|
|||
import JaegerHomeLink from '../../img/jaeger-home-link.svg'; |
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.
what is this for & why didn't we need it before?
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.
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.
Sounds good, but it seems we could've done it simply with a text label instead of an image?
If we go with an svg image, perhaps we could include the logo as well.
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.
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.
Let's do a text label / different font.
autosize={null} | ||
name="idInput" | ||
placeholder="Lookup by Trace ID..." | ||
prefix={<Icon type="search" />} |
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.
nice touch!
Signed-off-by: yoave23 <[email protected]>
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.
thanks!
* Rearange nav controls Signed-off-by: yoave23 <[email protected]> * Remove logo and use text Signed-off-by: yoave23 <[email protected]> Signed-off-by: vvvprabhakar <[email protected]>
* Rearange nav controls Signed-off-by: yoave23 <[email protected]> * Remove logo and use text Signed-off-by: yoave23 <[email protected]> Signed-off-by: vvvprabhakar <[email protected]>
* Rearange nav controls Signed-off-by: yoave23 <[email protected]> * Remove logo and use text Signed-off-by: yoave23 <[email protected]> Signed-off-by: vvvprabhakar <[email protected]>
Which problem is this PR solving?
Short description of the changes