-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
feat: 4889 - new simplified nutriscore widget #4890
Conversation
New files * `evaluation_extension.dart`: a11y helper for Evaluation. * `knowledge_panel_enum.dart`: Helper around knowledge panel ids. * `knowledge_panel_simplified_row.dart`: Row that displays two widgets on same width columns (half max width). * `knowledge_panel_simplified_title.dart`: Full width title for a simplified knowledge panel. * `knowledge_panel_simplified_widget.dart`: Simplified widget for knowledge panel. * `nutriscore_simplified_widget.dart`: Simplified nutriscore widget, with nutriscore and 4 other attributes. Impacted files: * `knowledge_panel_title_card.dart`: moved code to new class `EvaluationExtension` * `new_product_page.dart`: added simplified nutriscore widget triggered by dev mode only * `reorderable_knowledge_panel_page.dart`: minor refactoring using new class `KnowledgePanelEnum`
Hey @monsieurtanuki :-)
|
Thank you @teolemon for your comment! |
I created this PR one month ago and there's not much activity around it. |
@g123k @monsieurtanuki We discussed the square layout yesterday in the Product Opener call. John is going to work on it, we made the necessary decision, and hopefully it will arrive soon. |
Closing as stale. |
What
Screenshots
Fixes bug(s)
Files
New files:
evaluation_extension.dart
: a11y helper for Evaluation.knowledge_panel_enum.dart
: Helper around knowledge panel ids.knowledge_panel_simplified_row.dart
: Row that displays two widgets on same width columns (half max width).knowledge_panel_simplified_title.dart
: Full width title for a simplified knowledge panel.knowledge_panel_simplified_widget.dart
: Simplified widget for knowledge panel.nutriscore_simplified_widget.dart
: Simplified nutriscore widget, with nutriscore and 4 other attributes.Impacted files:
knowledge_panel_title_card.dart
: moved code to new classEvaluationExtension
new_product_page.dart
: added simplified nutriscore widget triggered by dev mode onlyreorderable_knowledge_panel_page.dart
: minor refactoring using new classKnowledgePanelEnum