You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Migrate from per-component namespaces to unified component namespaces
- Change from 'components.controls.searchDialog' to 'components.controls'
- Change from 'components.common.header' to 'components.common'
- Apply consistent namespace pattern across all component types:
- components.common - root-level components (Header, Footer, etc.)
- components.controls - all controls/* components
- components.navigation - all navigation/* components
- components.product - all product/* components
- components.sidebar - all sidebar/* components
- Update all component files to use new namespace structure
This simplifies translation key references and improves maintainability.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments