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

feat: 4628 - refactoring as preparatory work #4641

Merged
merged 7 commits into from
Oct 28, 2023

Commits on Sep 17, 2023

  1. feat: 4628 - refactoring

    Deleted files:
    * `knowledge_panel_element_card.dart`
    * `knowledge_panel_summary_card.dart`
    
    New files:
    * `knowledge_panel_image_card.dart`: Card that displays a Knowledge Panel _Image_ element.
    * `knowledge_panel_text_card.dart`: Card that displays a Knowledge Panel _Text_ element.
    * `website_card.dart`: Card that displays a website link. Code used to be inside `new_product_page.dart`
    
    Impacted files:
    * `knowledge_panel_card.dart`: minor refactoring
    * `knowledge_panel_expanded_card.dart`: minor refactoring
    * `knowledge_panel_page.dart`: minor refactoring
    * `knowledge_panel_page_template.dart`: minor refactoring
    * `knowledge_panels_builder.dart`: moved code here from `knowledge_panel_element_card.dart` and `knowledge_panel_summary_card.dart`; minor refactoring
    * `new_product_page.dart`: moved the `WebsiteCard` code to a dedicated file; minor refactoring
    * `product_cards_helper.dart`: minor refactoring
    * `summary_card.dart`: minor refactoring
    monsieurtanuki committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    faa2964 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    f59b75c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    0a66f9e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    8e5527c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    1bb80ad View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    f1eb093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d2d9bd View commit details
    Browse the repository at this point in the history