-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[wip] ui: link to debug pages in sidebar #31034
Conversation
<div> | ||
<div | ||
className="login-indicator__initial" | ||
title={`Signed in as ${user}`} |
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.
as long as you're in here, can you update this to use TooltipWrapper
please?
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.
@@ -128,6 +137,13 @@ export default class Sidebar extends React.Component { | |||
<IconLink to="/jobs" icon={jobsIcon} title="Jobs" /> | |||
</ul> | |||
<ul className="navigation-bar__list navigation-bar__list--bottom"> | |||
<li> | |||
<Link to="/debug" className={classNames("debug-pages-link", { active: this.context.router.isActive("/debug") })}> |
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.
please use IconLink
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.
Tried to use IconLink
— it pulls in a lot of CSS which I was unable to finagle to get the spacing I wanted. Maybe will be more successful today.
also closes #29310 |
Release note: None
Edits for note at the top of the page: |
3f785ad
to
8d80543
Compare
Release note: None
8d80543
to
714b541
Compare
Release note: None
714b541
to
3dbd65d
Compare
closing in favor of #31218 |
TODO:
Fixes #20690