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: 4564 - product immediately visible even if not on the server yet #4584

Merged
merged 4 commits into from
Sep 19, 2023

Commits on Aug 21, 2023

  1. fix: 4564 - product immediately visible even if not on the server yet

    Impacted files:
    * `fetched_product.dart`: moved code from `ProductRefresher`
    * `product_cards_helper.dart`: unrelated bug fix
    * `product_dialog_helper.dart`: special case when the product was created locally but not uploaded/refreshed yet
    * `product_field_editor.dart`: unrelated bug fix
    * `product_list_item_simple.dart`: moved code to model
    * `product_model.dart`: special case when the product was created locally but not uploaded/refreshed yet
    * `product_refresher.dart`: moved code to `FetchedProduct`; minor refactoring
    * `smooth_product_card_found.dart`: added a banner for product with pending changes.
    * `up_to_date_product_provider.dart`: minor refactoring
    monsieurtanuki committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    bf7bc62 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

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

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. fix: 4564 - removed the "pending..." banner

    Impacted file:
    * `smooth_product_card_found.dart`: removed the "pending..." banner
    monsieurtanuki committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b45875a View commit details
    Browse the repository at this point in the history