Ks 027 sep 29 figma icons 2047#2243
Conversation
…pdate styles - Replaced `@mui/icons-material/ContentCopy` with `contentCopy.svg`. - Updated imports and adjusted icon styles for consistency. chore(gitignore): add `.rate-limit-state.json` to ignored files list
- Replaced `@mui/icons-material/QuestionMark` with `questionMark.svg`. - Updated import path for the new SVG.
…G `check-circle-green` - Replaced `@mui/icons-material/CheckCircleOutline` with `check-circle-green.svg`. - Updated imports and adjusted styles for consistent integration of the new SVG icon.
…eck-circle-green` and update styles - Replaced `@mui/icons-material/CheckCircleOutline` with `check-circle-green.svg`. - Updated imports and adjusted icon styles for consistent sizing across components.
… icon - Replaced `@mui/icons-material/Refresh` with `refresh.svg`. - Updated imports to use the custom SVG icon.
…es` with custom SVG icons - Replaced `@mui/icons-material` icons (`FilterList`, `Clear`, `ExpandMore`, `ExpandLess`) with custom SVGs (`filter.svg`, `clear.svg`, `expand-down.svg`, `expand-up.svg`). - Updated imports and adjusted styles for consistent integration of custom SVG icons.
…ge` with custom SVGs - Replaced `QuestionMarkIcon` with `questionMark.svg` in `Guider`. - Replaced `ArrowBackIcon` with `left-arrow-long.svg` in `FairnessResultsPage`. - Updated imports for proper integration of custom SVG icons.
- Replaced `@mui/icons-material/Groups` with `group.svg`. - Updated import path for the new SVG icon.
- Replaced `ViewModuleIcon` with `viewModule.svg`. - Replaced `TableRowsIcon` with `tableRows.svg`. - Updated imports to integrate custom SVG icons.
WalkthroughReplaces multiple @mui/icons-material imports with local SVG ReactComponent icons across client components and adjusts icon styling from MUI sx props to inline styles; adds Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (3 warnings)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (6)
Clients/src/presentation/assets/icons/contentCopy.svgis excluded by!**/*.svgClients/src/presentation/assets/icons/group.svgis excluded by!**/*.svgClients/src/presentation/assets/icons/questionMark.svgis excluded by!**/*.svgClients/src/presentation/assets/icons/refresh.svgis excluded by!**/*.svgClients/src/presentation/assets/icons/tableRows.svgis excluded by!**/*.svgClients/src/presentation/assets/icons/viewModule.svgis excluded by!**/*.svg
📒 Files selected for processing (11)
Clients/src/presentation/components/Alert/AlertBody.tsx(2 hunks)Clients/src/presentation/components/Helpers/Guider/index.tsx(1 hunks)Clients/src/presentation/components/RiskVisualization/RiskCategories.tsx(2 hunks)Clients/src/presentation/components/RiskVisualization/RiskFilters.tsx(2 hunks)Clients/src/presentation/components/ViewToggle/index.tsx(2 hunks)Clients/src/presentation/pages/AITrustCentrePublic/Overview/index.tsx(2 hunks)Clients/src/presentation/pages/AITrustCentrePublic/Resources/index.tsx(2 hunks)Clients/src/presentation/pages/FairnessDashboard/FairnessResultsPage.tsx(1 hunks)Clients/src/presentation/pages/SettingsPage/Team/index.tsx(1 hunks)Clients/src/presentation/pages/WatchTower/Loggings/index.tsx(1 hunks)Servers/.gitignore(1 hunks)
🔇 Additional comments (1)
Clients/src/presentation/pages/AITrustCentrePublic/Resources/index.tsx (1)
13-47: SVG swap aligns with Figma specsLocalizing the icon and pinning it to 24×24 keeps the layout consistent with the new icon system. Looks good.
Describe your changes
Changed MUI icons to SVG Icons for contentcopy, questionmark, checkcircle, refresh, expandmore, expandless, groups, viewtoggles.
Write your issue number after "Fixes "
Fixes #2047
Please ensure all items are checked off before requesting a review: