Inconsistent dropdown icons
Open
@pajka2T is already working on this.
Since Aug 26, 2026.
bug
ui-component
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 36
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 7
Description
Description
This issue consists of two problems connected to HiChevronDown icon:
- In different components files it is imported from different libraries: once from
react-icons/hiand once fromreact-icons/hi2. - After clicking on it, depending on the component, it is sometimes rotated using tailwind animation and sometimes just exchanged for
HiChevronUpicon.
Steps to reproduce
One of the examples:
- Go to
/src/component-library/pages/Rule/approve/ApproveRule.tsx. - Check the
HiChevronDownicon from 104th line and from 155th line: they have different behavior described in point 2 of Description.
Rucio WebUI Version
No response
Additional Information
Should the behavior of icon depend on its placement on the webpage or should it be consistent in each part of web UI?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.