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
feat: rename Integration Workflow to Workflow & Rituals and add Product submenu
- Rename 'Integration Workflow' to 'Workflow and Rituals' across all files
- Update translation keys from integrationWorkflow to workflowRituals
- Rename directory from /product/integration-workflow to /product/workflow-rituals
- Update all component references to use new translation keys
- Add Product submenu with indented items:
- Main sections: Principles, Guidelines, Resources (with indentation)
- Sub-pages: UX Patterns, Visual Patterns, Workflow & Rituals (with icons)
- Desktop: Hover-activated dropdown with smooth animations
- Mobile: Expandable accordion with proper indentation
- Enhanced navigation features:
- Visual hierarchy with indented submenu items
- Icons for sub-pages (MousePointer, Eye, Workflow)
- Smooth hover and click animations
- Responsive design for both desktop and mobile
- Proper state management for submenu visibility
- Updated translations:
- English: 'Workflow and Rituals'
- Korean: '워크플로우와 의식'
- All related principle and description keys updated
'product.guidelines.integrationWorkflow.subtitle': 'How design and development work together',
241
-
'product.guidelines.integrationWorkflow.description': 'The process and tools that ensure our design patterns are properly implemented and maintained across all products.',
242
-
'product.guidelines.integrationWorkflow.principle1': 'Establish clear handoff processes between design and development',
243
-
'product.guidelines.integrationWorkflow.principle2': 'Use design tokens to maintain consistency across platforms',
244
-
'product.guidelines.integrationWorkflow.principle3': 'Implement regular design reviews and quality assurance',
245
-
'product.guidelines.integrationWorkflow.principle4': 'Document and version control all design system changes',
239
+
'product.guidelines.workflowRituals.title': 'Workflow and Rituals',
240
+
'product.guidelines.workflowRituals.subtitle': 'How design and development work together',
241
+
'product.guidelines.workflowRituals.description': 'The process and tools that ensure our design patterns are properly implemented and maintained across all products.',
242
+
'product.guidelines.workflowRituals.principle1': 'Establish clear handoff processes between design and development',
243
+
'product.guidelines.workflowRituals.principle2': 'Use design tokens to maintain consistency across platforms',
244
+
'product.guidelines.workflowRituals.principle3': 'Implement regular design reviews and quality assurance',
245
+
'product.guidelines.workflowRituals.principle4': 'Document and version control all design system changes',
246
246
247
247
'product.guidelines.cta.title': 'Ready to implement these guidelines?',
248
248
'product.guidelines.cta.description': 'Access our comprehensive design system resources and start building consistent product experiences.',
@@ -495,13 +495,13 @@ const translations = {
495
495
'product.guidelines.visualPatterns.principle3': '다양한 화면 크기와 컨텍스트에서 시각적 패턴이 작동하도록 보장',
0 commit comments