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

CLI-663 Vault deposit/withdraw screen #233

Merged
merged 22 commits into from
Oct 2, 2024
Merged

CLI-663 Vault deposit/withdraw screen #233

merged 22 commits into from
Oct 2, 2024

Commits on Sep 19, 2024

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

    ruixhuang committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e50e95c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fb4f16 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. WIP

    ruixhuang committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6fae578 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. WIP

    ruixhuang committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7134327 View commit details
    Browse the repository at this point in the history
  2. Vault view UI components

    ruixhuang committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0115bfa View commit details
    Browse the repository at this point in the history
  3. Clean up

    ruixhuang committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9dde9ec View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fine-tune tab groups

    ruixhuang committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5a62552 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. WIP

    ruixhuang committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b696713 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Merge branch 'develop' into feature/vault_3

    # Conflicts:
    #	v4/feature/vault/src/main/java/exchange/dydx/trading/feature/vault/DydxVaultViewModel.kt
    #	v4/feature/vault/src/main/java/exchange/dydx/trading/feature/vault/components/DydxVaultHeaderViewModel.kt
    #	v4/feature/vault/src/main/java/exchange/dydx/trading/feature/vault/components/DydxVaultInfoViewModel.kt
    #	v4/feature/vault/src/main/java/exchange/dydx/trading/feature/vault/components/DydxVaultPositionItemView.kt
    ruixhuang committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3ae4b88 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    da27a85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de32723 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/bump_abacus' into feature/vault_3

    # Conflicts:
    #	v4/integration/cosmos/src/main/assets/v4-native-client.js
    ruixhuang committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3b588f1 View commit details
    Browse the repository at this point in the history
  4. Chart

    ruixhuang committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    163bbf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8483120 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    d533cee View commit details
    Browse the repository at this point in the history
  2. Update amount

    ruixhuang committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7f2f601 View commit details
    Browse the repository at this point in the history
  3. Clean up

    ruixhuang committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a893e06 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feature/vault_4

    # Conflicts:
    #	v4/feature/vault/build.gradle
    #	v4/feature/vault/src/main/java/exchange/dydx/trading/feature/vault/DydxVaultViewModel.kt
    #	v4/feature/vault/src/main/java/exchange/dydx/trading/feature/vault/components/DydxVaultButtonsViewModel.kt
    ruixhuang committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5fbc7bf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. CLI-665 Confirm Deposit/Withdraw Screen (#234)

    Mostly just UI and receipt without the slippage checkbox.
    
    
    ![Screenshot_1727838191](https://github.com/user-attachments/assets/1e053d17-24bc-46ff-a542-27b1c73a5af7)
    ruixhuang authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    35e6484 View commit details
    Browse the repository at this point in the history
  2. Use coroutines for debounce instead of Timer (#235)

    `delay()` is cooperative, so will respect coroutine cancellation.
    prashanDYDX authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7b0c162 View commit details
    Browse the repository at this point in the history
  3. Bump Abacus

    ruixhuang committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    210f1c2 View commit details
    Browse the repository at this point in the history