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

DEX create password, DCR wallet and add server #676

Merged
merged 17 commits into from Dec 21, 2021

Commits on Dec 21, 2021

  1. Initialize client app and adding the dex server

    - Show the initialize app password modal
    - Show the add wallet modal for dcr to use to pay the dex server fee
    - Show the add dex server modal this come before adding any wallet
    - Show the fee confirmations
    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    8e80f78 View commit details
    Browse the repository at this point in the history
  2. update dcrdex and dcrlibwallet mods

    itswisdomagain authored and song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    82cddb9 View commit details
    Browse the repository at this point in the history
  3. refactor mainpage navigation and dex client set up flow

    itswisdomagain authored and song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    bea9592 View commit details
    Browse the repository at this point in the history
  4. Change comments

    - Remove redundant field at loginModal and walletInfoWidget
    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    793ae58 View commit details
    Browse the repository at this point in the history
  5. show correct lot size for dex markets

    itswisdomagain authored and song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    1f06e11 View commit details
    Browse the repository at this point in the history
  6. Fix lint errors

    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    f7a30cb View commit details
    Browse the repository at this point in the history
  7. Update dcrlibwallet version

    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    954cedb View commit details
    Browse the repository at this point in the history
  8. use dex client features from dcrlibwallet

    itswisdomagain authored and song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    18de5aa View commit details
    Browse the repository at this point in the history
  9. Update dex icon DrawerNav

    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    c0702c2 View commit details
    Browse the repository at this point in the history
  10. Change modals Login, Set App password to page

    - Remove Confirm Register Modal
    - Change Create Wallet modal to page
    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    39d1d0e View commit details
    Browse the repository at this point in the history
  11. Add welcome page, update login and password modal

    - Update menu icon
    - Remove add dex page, create wallets page. Use it as widgets
    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    3299bd2 View commit details
    Browse the repository at this point in the history
  12. Only create addDexWidget widget when necessary

    - Remove AppCtx from load and window
    - Only create dexCreateWalletWidget when DexClient do not have any wallet
    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    816d852 View commit details
    Browse the repository at this point in the history
  13. Update dcrlibwallet version

    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    30a857f View commit details
    Browse the repository at this point in the history
  14. Add "Add a dex" button to welcome page

    - Add cancel button to Add Dex Modal and Create Wallet Modal
    - When app initialize or login check if client is not have dex registered, will go to register new one
    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    5a9e854 View commit details
    Browse the repository at this point in the history
  15. Show registration fee payment completed

    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    699f8c6 View commit details
    Browse the repository at this point in the history
  16. Add sync button for Welcome Page

    - Button "Start sync to continue" will show at the Welcome Page allow to connect to DCR network before use Dex client
    - Remove LTC, BCH icons
    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d83b94b View commit details
    Browse the repository at this point in the history
  17. Remove unnecessary field isConnectedToDcrNetwork

    song50119 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    85b5675 View commit details
    Browse the repository at this point in the history