-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
report(flow): sidebar mocks #13002
report(flow): sidebar mocks #13002
Conversation
flow-report/src/icons.tsx
Outdated
|
||
export const SummaryIcon: FunctionComponent = () => { | ||
return ( | ||
<svg width="14" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/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.
we learned in #12803 that xmlns
is unnecessary in svg-in-HTML, so we can remove.
was the svg run through https://jakearchibald.github.io/svgomg/ ?
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.
was the svg run through https://jakearchibald.github.io/svgomg/ ?
No
Changes the sidebar to resemble our mocks better.
There isn't much included in the runtime settings, and the information be visible on the individual reports, so we could leave that out for now.