-
Notifications
You must be signed in to change notification settings - Fork 0
Implement Priority 3: Data Display & Content Components for Recipe Platform #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| } | ||
| }; | ||
|
|
||
| // Mobile responsive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shows 2 icons a few pixels large, this cannot be correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the icon sizing issue. Increased the Volume2 and Maximize video control icons from 16px to 20px for better visibility and touch accessibility. All video control icons are now consistently sized at 20px. (1ac61b4)
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
…ehensive stories Co-authored-by: wtfzdotnet <639376+wtfzdotnet@users.noreply.github.com>
… accessibility features Co-authored-by: wtfzdotnet <639376+wtfzdotnet@users.noreply.github.com>
…from 16px to 20px Co-authored-by: wtfzdotnet <639376+wtfzdotnet@users.noreply.github.com>
1ac61b4 to
52890b3
Compare
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Implements all 8 required data display components for the recipe platform with comprehensive recipe-specific variants, accessibility features, and mobile optimization.
Components Implemented
🏷️ Badge Component
dietary,difficulty,cuisine,rating,warning,success📊 Table Component
📈 Progress Component
cooking,prep,success,warning📋 Accordion Component
🗂️ Tabs Component
⏳ Skeleton Component
🖼️ Aspect Ratio Component
warning,success,infofor food safetyKey Features Delivered
✅ Cultural data formatting (dates, numbers, units) across all components
✅ Accessible data tables with proper headers and ARIA support
✅ Progress indicators for cooking workflows and meal prep tracking
✅ Collapsible content optimized for mobile screens
✅ Loading states that maintain layout and user flow
✅ Clear dietary and safety warnings with appropriate styling
✅ Comprehensive Storybook stories with real-world recipe examples
✅ Mobile-responsive data presentation across all components
Technical Implementation
Examples
Ready for Integration
These components are now ready for use in:
All components follow the established design system patterns and are fully documented with comprehensive Storybook stories showing real-world recipe platform usage.
Fixes #48.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.