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

Farzin/WALL-291/Refactor cashier onboarding into a module #8338

Commits on Mar 9, 2023

  1. feat: ⬆️ update @deriv/api-types to 1.0.85

    Farzin Mirzaie committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    2ce7763 View commit details
    Browse the repository at this point in the history
  2. feat(api): ✨ update api types with all the requests from `@deriv/api-…

    …types`
    Farzin Mirzaie committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d85590c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    4458d78 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. feat(api): ✨ add useAPI hook

    Farzin Mirzaie committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    25f4721 View commit details
    Browse the repository at this point in the history
  2. feat: replace all_payment_agent_list and is_payment_agent_list_visibl…

    …e_in_onboarding woth hooks
    heorhi-deriv committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    de62aaf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Mar 15, 2023

  1. refactor: remove useIsPaymentAgentVisibleInOnboarding hook, refactor …

    …usePaymentAgentList hook usage
    heorhi-deriv committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7b62614 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e9be6e1 View commit details
    Browse the repository at this point in the history
  2. feat(api): ✨ add useAPISubscription hook

    Farzin Mirzaie committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    4c73e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61ba88d View commit details
    Browse the repository at this point in the history
  4. feat(api): ✨ add useAPISubscription hook

    Farzin Mirzaie committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    51eca2a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e2b9574 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. feat(api): ✨ improve types

    Farzin Mirzaie committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    82ea39e View commit details
    Browse the repository at this point in the history
  2. feat(api): ✨ rename hooks

    Farzin Mirzaie committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3d3db4e View commit details
    Browse the repository at this point in the history
  3. feat(api): ✨ rename hooks

    Farzin Mirzaie committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    33e6f67 View commit details
    Browse the repository at this point in the history
  4. refactor(api): 🔥 remove QueryClient config

    Farzin Mirzaie committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    250b75b View commit details
    Browse the repository at this point in the history
  5. refactor(api): 🔥 remove unnecessary utils file

    Farzin Mirzaie committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e6cc4d9 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6d3c933 View commit details
    Browse the repository at this point in the history
  7. refactor(api): 🔥 remove unnecessary export types

    Farzin Mirzaie committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    845a081 View commit details
    Browse the repository at this point in the history
  8. test(api): ✅ add test for useFetch hook

    Farzin Mirzaie committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f1ab3a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. refactor(api): 🔥 improve useSubscription hook

    Farzin Mirzaie committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    5a7d6f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    53f00ca View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. feat(api): ✨ use useMutation hook inside useRequest hook

    Farzin Mirzaie committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    36ef80e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0123a90 View commit details
    Browse the repository at this point in the history
  3. test(cashier): ✅ fix the failing test

    Farzin Mirzaie committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    96eeb5b View commit details
    Browse the repository at this point in the history
  4. refactor(api): ♻️ move request props to payload object

    Farzin Mirzaie committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5c6a6a9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5807679 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    fe7c7f0 View commit details
    Browse the repository at this point in the history
  2. refactor(api): 📝 resolve PR comments

    Farzin Mirzaie committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    76d3392 View commit details
    Browse the repository at this point in the history
  3. feat(api): ⬆️ migrating to React Query 4

    Farzin Mirzaie committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2fce368 View commit details
    Browse the repository at this point in the history
  4. fix(cashier): 🐛 fix type errors

    Farzin Mirzaie committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4285695 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. feat(api): ✨ add useInvalidateQuery hook

    Farzin Mirzaie committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    fcfb12d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    1376125 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    28abaf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f9c8dd3 View commit details
    Browse the repository at this point in the history
  2. refactor(api): 📝 resolve PR comments

    Farzin Mirzaie committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    4ac0ff2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    eaace4f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    226dc25 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2c7a44d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a1b515b View commit details
    Browse the repository at this point in the history
  5. ci: 💚 trigger build

    Farzin Mirzaie committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f289b17 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    05a40d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge branch 'master' into farzin/90439/r&d/make_use_of_react-query_i…

    …n_@deriv/api_package
    Farzin Mirzaie committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    50291fd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    70f0b25 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'farzin/farzin/90439/r&d/make_use_of_rea…

    …ct-query_in_@deriv/api_package' into replace-all_payment_agent_list
    heorhi-deriv committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    5bcafe3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Merge branch 'master' into farzin/92471/extract_is_p2p_enabled_method…

    …_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    620866c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/92471/extract_is_p2p_enabled_method…

    …_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    2ba66e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f888d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9bb233 View commit details
    Browse the repository at this point in the history
  5. delete icons.js changes

    heorhi-deriv committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5a4f469 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eda3c5f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'replace-all_payment_agent_list' of github.com:heorhi-de…

    …riv/deriv-app into replace-all_payment_agent_list
    heorhi-deriv committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d6543b8 View commit details
    Browse the repository at this point in the history
  8. test: refactor test

    heorhi-deriv committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1896186 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6badc8b View commit details
    Browse the repository at this point in the history
  10. chore: Empty-Commit

    heorhi-deriv committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d5f7f9c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77fb494 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90f25be View commit details
    Browse the repository at this point in the history
  13. chore: trigger codecav

    heorhi-deriv committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    247b835 View commit details
    Browse the repository at this point in the history
  14. chore: trigger codecav

    heorhi-deriv committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    5140f62 View commit details
    Browse the repository at this point in the history
  15. chore: trigger codecov

    heorhi-deriv committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4fad62c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b9b3c2d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Merge branch 'master' into farzin/92471/extract_is_p2p_enabled_method…

    …_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    363609b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/92471/extract_is_p2p_enabled_method…

    …_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    98bf282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe9cd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Merge branch 'master' into farzin/92471/extract_is_p2p_enabled_method…

    …_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    c6cecf5 View commit details
    Browse the repository at this point in the history
  2. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    31679a3 View commit details
    Browse the repository at this point in the history
  3. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    740d1d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    80d0942 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Merge branch 'master' into farzin/92471/extract_is_p2p_enabled_method…

    …_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    24cd01d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d363158 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88446c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eef5009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dbae63 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'replace-all_payment_agent_list' of github.com:heorhi-de…

    …riv/deriv-app into replace-all_payment_agent_list
    heorhi-deriv committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    08040f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e3944fd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/92471/extract_is_p2p_enabled_method…

    …_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    244c1a1 View commit details
    Browse the repository at this point in the history
  3. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3a967d5 View commit details
    Browse the repository at this point in the history
  4. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1fe02c8 View commit details
    Browse the repository at this point in the history
  5. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b9bd4b0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into farzin/92471/extract_is_p2p_enabled_method…

    …_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    ead4553 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'farzin/wall-252/replace_the_use_of_cashier_store_in_oth…

    …er_packages_with_shared_hooks' into replace-all_payment_agent_list
    heorhi-deriv committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e6d6f63 View commit details
    Browse the repository at this point in the history
  8. Revert "delete icons.js changes"

    This reverts commit 5a4f469.
    
    revert icons.js
    heorhi-deriv committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2d45e75 View commit details
    Browse the repository at this point in the history
  9. fix: revert icons

    heorhi-deriv committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e23098e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #20 from heorhi-deriv/replace-all_payment_agent_list

    george / WALL-265 / Extract all_payment_agent_list variable from cashier PaymentAgentStore to reusable hook in @deriv/hooks
    farzin-deriv committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    fa6f59b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #19 from heorhi-deriv/92330_is_pa_transfer_visible

    george / WALL-266 / Extract is_payment_agent_transfer_visible to reusable hook in @deriv/hooks
    farzin-deriv committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    242454b View commit details
    Browse the repository at this point in the history
  12. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7761d14 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7b24070 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'farzin/wall-252/replace_the_use_of_cashier_store_in_oth…

    …er_packages_with_shared_hooks' into farzin/92471/extract_is_p2p_enabled_method_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2080f74 View commit details
    Browse the repository at this point in the history
  15. refactor: 🚧 wip

    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7ad4426 View commit details
    Browse the repository at this point in the history
  16. ci(core): 💚 fix ci

    Farzin Mirzaie committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2eaea2f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f98347b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'farzin/wall-252/replace_the_use_of_cashier_store_in_oth…

    …er_packages_with_shared_hooks' into farzin/92471/extract_is_p2p_enabled_method_from_cashier_to_reusable_hook
    Farzin Mirzaie committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f58137e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. fix(cashier): 📝 resolve PR comments

    Farzin Mirzaie committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7a7af4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from farzin-deriv/farzin/92471/extract_is_p2p_…

    …enabled_method_from_cashier_to_reusable_hook
    
    Farzin/Wall-267/Extract `is_p2p_enabled` method from cashier to reusable hook
    farzin-deriv committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    9592e45 View commit details
    Browse the repository at this point in the history
  3. ci(cashier): 💚 fix build

    Farzin Mirzaie committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    39fccb8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a473da7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9e3c117 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e3f6985 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    63748bd View commit details
    Browse the repository at this point in the history
  2. fix(hooks): 📝 resolve PR comments

    Farzin Mirzaie committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    42c6ab6 View commit details
    Browse the repository at this point in the history
  3. fix(hooks): 📝 resolve PR comments

    Farzin Mirzaie committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    03f3711 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. feat(cashier): ✨ add CashierOnboardingTitle

    Farzin Mirzaie committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    925c6a3 View commit details
    Browse the repository at this point in the history
  2. feat(cashier): ✨ add CashierOnboardingCard

    Farzin Mirzaie committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    ae511cf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'farzin/wall-252/replace_the_use_of_cashier_store_in_oth…

    …er_packages_with_shared_hooks' into farzin/wall-434/separate_cashier_onboarding_to_a_new_route
    Farzin Mirzaie committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    5cca9cc View commit details
    Browse the repository at this point in the history
  4. feat(cashier): ✨ add CashierOnboardingIconMarquee

    Farzin Mirzaie committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    8190f78 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. style(cashier): 💄 clean-up styles

    Farzin Mirzaie committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    8860b0f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. feat(hooks): ✨ add useHasCryptoCurrency hook

    Farzin Mirzaie committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2ab9830 View commit details
    Browse the repository at this point in the history
  2. feat(cashier): ✨ add CashierOnboardingCashCard

    Farzin Mirzaie committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    58a7250 View commit details
    Browse the repository at this point in the history
  3. feat(cashier): ✨ add CashierOnboardingCryptoCard

    Farzin Mirzaie committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    beaddf2 View commit details
    Browse the repository at this point in the history
  4. feat(cashier): ✨ add CashierOnboardingOnrampCard

    Farzin Mirzaie committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a88beb5 View commit details
    Browse the repository at this point in the history
  5. feat(cashier): ✨ add CashierOnboardingP2PCard

    Farzin Mirzaie committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    95d747b View commit details
    Browse the repository at this point in the history
  6. feat(cashier): ✨ add CashierOnboardingPaymentAgentCard

    Farzin Mirzaie committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    70d3137 View commit details
    Browse the repository at this point in the history
  7. refactor(cashier): ♻️ replace CashierOnboarding with `CashierOnboar…

    …dingModule` in `Deposit`
    Farzin Mirzaie committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7a22495 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2ce9833 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ef5833a View commit details
    Browse the repository at this point in the history
  3. style(cashier): ✏️ sort imports

    Farzin Mirzaie committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    65da34f View commit details
    Browse the repository at this point in the history
  4. feat(cashier): ✨ add CashierOnboardingSideNotes

    Farzin Mirzaie committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    cb888fd View commit details
    Browse the repository at this point in the history
  5. feat(cashier): ✨ add CashierOnboardingModule

    Farzin Mirzaie committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c5bf6f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    39750cd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b346bf6 View commit details
    Browse the repository at this point in the history
  3. refactor(cashier): ♻️ replace CashierOnboardingSideNote with `Cashi…

    …erOnboardingSideNotes`
    Farzin Mirzaie committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f87cf8f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2ccccf8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    804c2a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e99cff2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'farzin/wall-252/replace_the_use_of_cashier_store_in_oth…

    …er_packages_with_shared_hooks' into farzin/wall-434/separate_cashier_onboarding_to_a_new_route
    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    985cd27 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b33e4bc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'farzin/wall-252/replace_the_use_of_cashier_store_in_oth…

    …er_packages_with_shared_hooks' into farzin/wall-434/separate_cashier_onboarding_to_a_new_route
    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    2150c6c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b802b5d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'farzin/wall-252/replace_the_use_of_cashier_store_in_oth…

    …er_packages_with_shared_hooks' into farzin/wall-434/separate_cashier_onboarding_to_a_new_route
    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    91262d4 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    0aa8de5 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'farzin/wall-252/replace_the_use_of_cashier_store_in_oth…

    …er_packages_with_shared_hooks' into farzin/wall-434/separate_cashier_onboarding_to_a_new_route
    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    106fee1 View commit details
    Browse the repository at this point in the history
  9. fix(cashier): 📝 resolve conflict

    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    9260ce8 View commit details
    Browse the repository at this point in the history
  10. feat(cashier): 🔥 remove AccountPromptDialogStore

    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a3982be View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    96a1e4c View commit details
    Browse the repository at this point in the history
  12. fix(cashier): ✅ fix failing tests

    Farzin Mirzaie committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    60f86a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. feat(cashier): 🔥 remove onMountCashierOnboarding

    Farzin Mirzaie committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    6b33335 View commit details
    Browse the repository at this point in the history
  2. fix(cashier): ✅ fix CashierOnboardingP2PCard

    Farzin Mirzaie committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    4f2aef8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Merge branch 'master' into farzin/wall-252/replace_the_use_of_cashier…

    …_store_in_other_packages_with_shared_hooks
    Farzin Mirzaie committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5163990 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'farzin/wall-252/replace_the_use_of_cashier_store_in_oth…

    …er_packages_with_shared_hooks' into farzin/wall-434/separate_cashier_onboarding_to_a_new_route
    Farzin Mirzaie committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5cccac0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 2, 2023
    Configuration menu
    Copy the full SHA
    07dfef9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a86350c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 2, 2023
    Configuration menu
    Copy the full SHA
    58fc11d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 2, 2023
    Configuration menu
    Copy the full SHA
    1b82869 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 2, 2023
    Configuration menu
    Copy the full SHA
    9423a55 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 3, 2023
    Configuration menu
    Copy the full SHA
    044541a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 5, 2023
    Configuration menu
    Copy the full SHA
    98b24a9 View commit details
    Browse the repository at this point in the history
  2. fix(cashier): 🐛 fix dialog issue

    Farzin Mirzaie committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9da2fa2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 5, 2023
    Configuration menu
    Copy the full SHA
    920b049 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 5, 2023
    Configuration menu
    Copy the full SHA
    4150c00 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 6, 2023
    Configuration menu
    Copy the full SHA
    e906a65 View commit details
    Browse the repository at this point in the history
  2. fix(cashier): 📝 resolve PR comments

    Farzin Mirzaie committed May 6, 2023
    Configuration menu
    Copy the full SHA
    0b6c70d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. feat(cashier): ✨ add PageContainer

    Farzin Mirzaie committed May 7, 2023
    Configuration menu
    Copy the full SHA
    d822ac9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 8, 2023
    Configuration menu
    Copy the full SHA
    25c5c1e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 9, 2023
    Configuration menu
    Copy the full SHA
    50c8668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76f5704 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fix(cashier): 📝 resolve PR comments

    Farzin Mirzaie committed May 10, 2023
    Configuration menu
    Copy the full SHA
    abc4d3d View commit details
    Browse the repository at this point in the history
  2. fix(cashier): 📝 resolve PR comments

    Farzin Mirzaie committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b059d40 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 10, 2023
    Configuration menu
    Copy the full SHA
    cac76c0 View commit details
    Browse the repository at this point in the history
  4. fix(cashier): ✅ fix failing tests

    Farzin Mirzaie committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9ec2225 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e02c779 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1b1cdea View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 12, 2023
    Configuration menu
    Copy the full SHA
    42c3b06 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5ed8778 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8a272cb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 16, 2023
    Configuration menu
    Copy the full SHA
    e54d260 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 17, 2023
    Configuration menu
    Copy the full SHA
    eebcf9c View commit details
    Browse the repository at this point in the history
  2. ci: 💚 trigger build

    Farzin Mirzaie committed May 17, 2023
    Configuration menu
    Copy the full SHA
    02a66fd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 17, 2023
    Configuration menu
    Copy the full SHA
    22890fb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 19, 2023
    Configuration menu
    Copy the full SHA
    057c50d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9b7714b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71345e9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 24, 2023
    Configuration menu
    Copy the full SHA
    ae2bc30 View commit details
    Browse the repository at this point in the history
  2. fix(cashier): ✅ fix failing test

    Farzin Mirzaie committed May 24, 2023
    Configuration menu
    Copy the full SHA
    8c8153c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 25, 2023
    Configuration menu
    Copy the full SHA
    702a8dc View commit details
    Browse the repository at this point in the history
  2. fix: 🔧 fix jest.config.js issue

    Farzin Mirzaie committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ac34efe View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. ci: 👷 set jest maxWorkers to 8

    Farzin Mirzaie committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e4c7b59 View commit details
    Browse the repository at this point in the history
  2. ci: 👷 set jest maxWorkers to 2

    Farzin Mirzaie committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8154b2e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 26, 2023
    Configuration menu
    Copy the full SHA
    02a806b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'farzin/fix_jest_config' into farzin/wall-434/separate_c…

    …ashier_onboarding_to_a_new_route
    Farzin Mirzaie committed May 26, 2023
    Configuration menu
    Copy the full SHA
    85ae8f6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 30, 2023
    Configuration menu
    Copy the full SHA
    91a1513 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6e1306f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 30, 2023
    Configuration menu
    Copy the full SHA
    bc03a9f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e946fd7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 30, 2023
    Configuration menu
    Copy the full SHA
    3c66571 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed May 31, 2023
    Configuration menu
    Copy the full SHA
    45cf5ca View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Merge branch 'master' into farzin/wall-434/separate_cashier_onboardin…

    …g_to_a_new_route
    Farzin Mirzaie committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    51d4126 View commit details
    Browse the repository at this point in the history