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: enhance UX Patterns page and improve navigation styling
- Fix backdrop blur on header submenu with stronger blur effect (backdrop-blur-xl)
- Add indentation to footer sub-pages to show visual hierarchy
- Add comprehensive content to UI Kit section:
- Atomic design structure (Atoms, Molecules, Organisms, Templates, Pages)
- Color-coded cards with hover animations
- Detailed descriptions for each level
- Add detailed content to Micro-interactions section:
- Living Icons, Emphasis On, Reward Delights patterns
- Color-coded examples with descriptions
- Interactive hover effects
- Fix preview screen aspect ratio:
- Change from 16:9 to 9:16 (vertical mobile frame)
- Increase height to 400px for realistic mobile proportions
- Improve visual styling with proper rounded corners
- Add proper TypeScript interfaces for footer links
- Remove unused imports to clean up code
All sections now have rich, informative content with consistent styling
and proper mobile preview frames that accurately represent vertical screens.
{level: 'Atoms',description: 'Basic building blocks like buttons, inputs, and icons',color: 'from-blue-500/10 to-blue-600/5',borderColor: 'border-blue-500/20'},
330
+
{level: 'Molecules',description: 'Simple combinations of atoms like form fields and search bars',color: 'from-green-500/10 to-green-600/5',borderColor: 'border-green-500/20'},
331
+
{level: 'Organisms',description: 'Complex UI components like headers, sidebars, and cards',color: 'from-purple-500/10 to-purple-600/5',borderColor: 'border-purple-500/20'},
332
+
{level: 'Templates',description: 'Page-level layouts and wireframes without content',color: 'from-orange-500/10 to-orange-600/5',borderColor: 'border-orange-500/20'},
333
+
{level: 'Pages',description: 'Specific instances of templates with real content',color: 'from-pink-500/10 to-pink-600/5',borderColor: 'border-pink-500/20'},
334
+
{level: 'More to come',description: 'Additional components and patterns as we grow',color: 'from-gray-500/10 to-gray-600/5',borderColor: 'border-gray-500/20'}
0 commit comments