-
Notifications
You must be signed in to change notification settings - Fork 521
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
Fixed all controversial icons. #1824
Fixed all controversial icons. #1824
Conversation
…fix linting errors Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
…ceTimelineViewer/SpanDetail/KeyValuesTable.tsx file Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
Codecov ReportAll modified lines are covered by tests ✅
📢 Thoughts on this report? Let us know!. |
Signed-off-by: priyanshu-kun <[email protected]>
...eger-ui/src/components/TracePage/TraceTimelineViewer/TimelineHeaderRow/TimelineCollapser.tsx
Outdated
Show resolved
Hide resolved
import { IoChevronForward } from 'react-icons/io5'; | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
import { ChevronsRight, ChevronsDown } from 'lucide-react'; | ||
import { IoChevronDown, IoChevronForward } from 'react-icons/io5'; |
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 would stick to a single family for related components - use LuChevron*
...eger-ui/src/components/TracePage/TraceTimelineViewer/TimelineHeaderRow/TimelineCollapser.tsx
Outdated
Show resolved
Hide resolved
@yurishkuro My mistake, I directly start looking for the icons outside react-icons library and I didn't check if lucide icons set present in react-icons or not. But anyway I fixed it=:) |
Signed-off-by: priyanshu-kun <[email protected]>
Signed-off-by: priyanshu-kun <[email protected]>
🥳 |
Which problem is this PR solving?
Description of the changes
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test