- Add imports for CustomHeader and CustomLogo components
- Add headerRender function to render custom header
- Add logoRenderer function to render custom logo with collapsed state
- Components properly integrated into layout configuration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Update bgLayout to #f5f5f5 (light gray layout background)
- Update header colorBgHeader to #ffffff (white header background)
- Update header text colors to dark (#262626, #595959)
- Increase header height to 64px
- Add comprehensive sider color tokens for white menu theme
- Add selected menu item styling with blue highlight
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Changed layout from 'mix' to 'side' mode to optimize the layout structure to a left-right split layout. Also disabled default logo to prepare for custom logo component.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>