Skip to content
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

Merged
merged 18 commits into from
Sep 26, 2023

Conversation

priyanshu-kun
Copy link
Contributor

Which problem is this PR solving?

Description of the changes

  • In this PR, I replace all ant-design icons with lucide icons set as well icons which I missed in last PR.

Checklist

priyanshu-kun added 15 commits September 13, 2023 20:25
…fix linting errors

Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
…ceTimelineViewer/SpanDetail/KeyValuesTable.tsx file

Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
@priyanshu-kun priyanshu-kun changed the title Fixed all controversial icons . Fixed all controversial icons. Sep 25, 2023
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Files Coverage Δ
...src/components/TracePage/ArchiveNotifier/index.tsx 100.00% <ø> (ø)
...TracePage/TraceTimelineViewer/SpanDetail/index.tsx 100.00% <ø> (ø)
...lineViewer/TimelineHeaderRow/TimelineCollapser.tsx 100.00% <ø> (ø)
...kages/jaeger-ui/src/components/common/CopyIcon.tsx 100.00% <ø> (ø)
...eger-ui/src/components/common/LoadingIndicator.tsx 100.00% <100.00%> (ø)

📢 Thoughts on this report? Let us know!.

Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
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';
Copy link
Member

@yurishkuro yurishkuro Sep 25, 2023

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*

@priyanshu-kun
Copy link
Contributor Author

priyanshu-kun commented Sep 26, 2023

@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=:)

priyanshu-kun added 2 commits September 26, 2023 12:57
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
Signed-off-by: priyanshu-kun <priyanshushrama709@gmail.com>
@yurishkuro yurishkuro merged commit e6422e3 into jaegertracing:main Sep 26, 2023
9 checks passed
@yurishkuro
Copy link
Member

🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[deps] Choose between antd/icons and react-icons
2 participants