]> source.dussan.org Git - sonarqube.git/commit
SONAR-21973 Add deprecation notices on all MIUI icons that now have an Echoes replacement
authorDavid Cho-Lerat <david.cho-lerat@sonarsource.com>
Wed, 10 Apr 2024 16:10:28 +0000 (18:10 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 12 Apr 2024 12:49:16 +0000 (12:49 +0000)
commit5291e087c19693dc7b9d9e421403e324e4f02780
tree1d05bb28a2bbd93bb59f3d8d5c113a61b1a0589c
parent9f8265e3add28e5c35b24c7bc2b0acbef2bc8f8f
SONAR-21973 Add deprecation notices on all MIUI icons that now have an Echoes replacement
54 files changed:
server/sonar-web/design-system/src/components/icons/AddNewIcon.tsx
server/sonar-web/design-system/src/components/icons/BranchIcon.tsx
server/sonar-web/design-system/src/components/icons/BugIcon.tsx
server/sonar-web/design-system/src/components/icons/CalendarIcon.tsx
server/sonar-web/design-system/src/components/icons/CheckIcon.tsx
server/sonar-web/design-system/src/components/icons/ChevronDownIcon.tsx
server/sonar-web/design-system/src/components/icons/ClockIcon.tsx
server/sonar-web/design-system/src/components/icons/CloseIcon.tsx
server/sonar-web/design-system/src/components/icons/CodeSmellIcon.tsx
server/sonar-web/design-system/src/components/icons/CollapseIcon.tsx
server/sonar-web/design-system/src/components/icons/CommentIcon.tsx
server/sonar-web/design-system/src/components/icons/CopyIcon.tsx
server/sonar-web/design-system/src/components/icons/DirectoryIcon.tsx
server/sonar-web/design-system/src/components/icons/DotFillIcon.tsx
server/sonar-web/design-system/src/components/icons/ExpandIcon.tsx
server/sonar-web/design-system/src/components/icons/FileIcon.tsx
server/sonar-web/design-system/src/components/icons/FilterIcon.tsx
server/sonar-web/design-system/src/components/icons/FlagErrorIcon.tsx
server/sonar-web/design-system/src/components/icons/FlagInfoIcon.tsx
server/sonar-web/design-system/src/components/icons/FlagSuccessIcon.tsx
server/sonar-web/design-system/src/components/icons/FlagWarningIcon.tsx
server/sonar-web/design-system/src/components/icons/HelperHintIcon.tsx
server/sonar-web/design-system/src/components/icons/HomeFillIcon.tsx
server/sonar-web/design-system/src/components/icons/HomeIcon.tsx
server/sonar-web/design-system/src/components/icons/InheritanceIcon.tsx
server/sonar-web/design-system/src/components/icons/IssueLocationIcon.tsx
server/sonar-web/design-system/src/components/icons/LinkIcon.tsx
server/sonar-web/design-system/src/components/icons/LockIcon.tsx
server/sonar-web/design-system/src/components/icons/MainBranchIcon.tsx
server/sonar-web/design-system/src/components/icons/MenuHelpIcon.tsx
server/sonar-web/design-system/src/components/icons/MenuIcon.tsx
server/sonar-web/design-system/src/components/icons/MenuSearchIcon.tsx
server/sonar-web/design-system/src/components/icons/MinimizeIcon.tsx
server/sonar-web/design-system/src/components/icons/OpenNewTabIcon.tsx
server/sonar-web/design-system/src/components/icons/PinIcon.tsx
server/sonar-web/design-system/src/components/icons/ProjectIcon.tsx
server/sonar-web/design-system/src/components/icons/PullRequestIcon.tsx
server/sonar-web/design-system/src/components/icons/RecommendedIcon.tsx
server/sonar-web/design-system/src/components/icons/SearchIcon.tsx
server/sonar-web/design-system/src/components/icons/SecurityFindingIcon.tsx
server/sonar-web/design-system/src/components/icons/SecurityHotspotIcon.tsx
server/sonar-web/design-system/src/components/icons/SeverityInfoIcon.tsx
server/sonar-web/design-system/src/components/icons/StarFillIcon.tsx
server/sonar-web/design-system/src/components/icons/StarIcon.tsx
server/sonar-web/design-system/src/components/icons/StatusConfirmedIcon.tsx
server/sonar-web/design-system/src/components/icons/StatusOpenIcon.tsx
server/sonar-web/design-system/src/components/icons/StatusReopenedIcon.tsx
server/sonar-web/design-system/src/components/icons/StatusResolvedIcon.tsx
server/sonar-web/design-system/src/components/icons/TestFileIcon.tsx
server/sonar-web/design-system/src/components/icons/UnfoldDownIcon.tsx
server/sonar-web/design-system/src/components/icons/UnfoldIcon.tsx
server/sonar-web/design-system/src/components/icons/UnfoldUpIcon.tsx
server/sonar-web/design-system/src/components/icons/UserGroupIcon.tsx
server/sonar-web/design-system/src/components/icons/VulnerabilityIcon.tsx