Summary
Wildcard import patterns inflate client bundle size.
Where
apps/web/src/components/layouts/Header.tsx:5-15
Why this is a real bug, not just lint noise
- Affects user experience, functionality, or performance in production.
- Needs to be addressed to ensure robustness across all supported devices and Stellar network states.
Fix
Use direct named icon imports to facilitate tree-shaking.
Acceptance criteria
Summary
Wildcard import patterns inflate client bundle size.
Where
apps/web/src/components/layouts/Header.tsx:5-15Why this is a real bug, not just lint noise
Fix
Use direct named icon imports to facilitate tree-shaking.
Acceptance criteria
apps/web/src/components/layouts/Header.tsx:5-15.