Skip to content
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

fix: #2833 - KP page refreshed by product (refactoring was needed) #2861

Merged
merged 3 commits into from
Sep 7, 2022

Commits on Aug 30, 2022

  1. fix: openfoodfacts#2833 - KP page refreshed by product (refactoring w…

    …as needed)
    
    Impacted files:
    * `knowledge_panel_card.dart`: refactored the call to  `KnowledgePanelPage`
    * `knowledge_panel_element_card.dart`: refactored the calls to `KnowledgePanelCard` and `KnowledgePanelGroupCard`
    * `knowledge_panel_expanded_card.dart`: refactored the call to `KnowledgePanelElementCard`
    * `knowledge_panel_group_card.dart`: refactored the call to `KnowledgePanelCard`
    * `knowledge_panel_page.dart`: refactored the call to `KnowledgePanelExpandedCard`; we use a `Consumer` in order to refresh when the product is refreshed
    * `knowledge_panel_page_template.dart`; refactored the call to `KnowledgePanelWidget`
    * `knowledge_panels_builder.dart`: refactored the call to `KnowledgePanelElementCard`
    * `new_product_page.dart`: refactored the call to `KnowledgePanelWidget`
    * `simple_input_page.dart`: unrelated "vertical axis" for verbose buttons
    * `summary_card.dart`: refactored the call to `KnowledgePanelPage`
    monsieurtanuki committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    e16df77 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    c4aeec1 View commit details
    Browse the repository at this point in the history
  2. conflict fix

    monsieurtanuki committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    5f1fc30 View commit details
    Browse the repository at this point in the history