refactor(ui): standardize general-purpose icons on Lucide - #2979
Merged
Conversation
Migrate Web UI, mobile web, markets, installer and shared components to Lucide while retaining mode, Git branch, brand, mascot and device overview artwork. Remove unused assets and update design system documentation, fixtures and static icon generation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type and Areas
Type: Refactor / UI/UX
Areas: Web UI, mobile web, installer, MiniApp market, skin market, design system, docs, dependencies.
Motivation / Impact
The interfaces previously mixed custom SVGs, raster icons, and multiple icon libraries. Using Lucide consistently gives general-purpose controls a shared visual style and reduces duplicated asset maintenance.
Existing named icon aliases remain available to component consumers. Distinctive product and device artwork is preserved.
Verification
Completed during implementation:
pnpm run check:web— passed, including TypeScript and appearance governance checks.pnpm run theme:color-audit:all— all 23 selected surfaces passed.pnpm --dir src/web-ui run icons:check— passed.pnpm --dir src/web-ui run test:run src/app/components/NavPanel/components/DeviceStatusControl.test.tsx src/infrastructure/design-system/IconUsageIntegration.test.tsx src/app/startup/startupPreload.test.ts— 24 tests passed.git diff --cached --check— passed before committing.Manual visual checks and live remote scenario validation were not performed.
Reviewer Notes
Checklist