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

Confirm popup #128

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Confirm popup #128

wants to merge 14 commits into from

Commits on May 1, 2021

  1. confirm modal wip

    emmaguo13 committed May 1, 2021
    Configuration menu
    Copy the full SHA
    5497c79 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Add toasts for errors in Swap Form (#105)

    * add error check for api error
    
    * remove api error
    
    * adjust spacing in navbar
    
    * remove reset wallet state
    sehyunc authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    62c5ece View commit details
    Browse the repository at this point in the history
  2. Refactoring SwapForm AmountIn, fix zeros and decimals and others (#118)

    * fix zeros and decimals
    
    * input sanitation for select field and fix crashes
    
    * disable api call for just 0
    
    * fixed basic nits
    
    Co-authored-by: Kentaro Vadney <[email protected]>
    Co-authored-by: Sishir Giri <[email protected]>
    3 people authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    ee729bc View commit details
    Browse the repository at this point in the history
  3. Fix missing exchanges (#120)

    * Fix bug where missing exchanges in constants file caused undefined errors and crashes
    yuzhoumo authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    4d5049c View commit details
    Browse the repository at this point in the history
  4. Fix error and update exchange info (#121)

    * Fix error that div tag cannot be child of paragraph tag
    
    * Fix icon and name for component.finance exchange
    yuzhoumo authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    919f99e View commit details
    Browse the repository at this point in the history
  5. Fix form validation bugs and refactor (#122)

    * Fix formatting and spinner alignment
    
    * Clear amount out when amount in is 0
    
    * Move token dropdown components and styles to their own file
    
    * Disable scroll wheel for number input
    yuzhoumo authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c0c2ef9 View commit details
    Browse the repository at this point in the history
  6. Add swap button messages and more error checks (#123)

    * Move token list back to main swap form file (introduced a bug that allowed same input/output token)
    
    * Update full page spinner text and alignment
    
    * Add swap button component and handle errors with in-button messages
    
    * Add error check for inputs that are too large (causes zero division in Big Decimal library)
    
    * Add default error message
    yuzhoumo authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    e8ae1c8 View commit details
    Browse the repository at this point in the history
  7. Fix warnings in SwapInfo and SourceInfo (#126)

    * Add general case for API errors and fix error message format
    
    * Fix key error and child of p cannot be div error
    yuzhoumo authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    7255d5b View commit details
    Browse the repository at this point in the history
  8. confirm modal wip

    emmaguo13 authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    91ebfc3 View commit details
    Browse the repository at this point in the history
  9. add question mark

    Kentaro Vadney authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    19671cd View commit details
    Browse the repository at this point in the history
  10. rebasing

    Kentaro Vadney authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    225888d View commit details
    Browse the repository at this point in the history
  11. add dropdown style import

    Kentaro Vadney authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    78a25fd View commit details
    Browse the repository at this point in the history
  12. metask after modal confirm

    Kentaro Vadney authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    e7fea6b View commit details
    Browse the repository at this point in the history
  13. ordered pop ups

    Kentaro Vadney authored and Kentaro Vadney committed May 21, 2021
    Configuration menu
    Copy the full SHA
    c404c6e View commit details
    Browse the repository at this point in the history