raiden-network / raiden-wizard

The Raiden Wizard On-Boarding Tool
https://raiden-network.readthedocs.io/en/stable/installation/quick-start/
MIT License
9 stars 17 forks source link

Merge exchange selection and amount buttons in swap page #320

Closed manuelwedler closed 4 years ago

manuelwedler commented 4 years ago

Closes #315

User should just select the exchange as we only have one swap amount now. It doesn't make sense to have the extra click. The confirm button stays.

codecov[bot] commented 4 years ago

Codecov Report

Merging #320 into develop will increase coverage by 49.19%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #320       +/-   ##
============================================
+ Coverage    40.29%   89.48%   +49.19%     
============================================
  Files           18       22        +4     
  Lines         1581     1769      +188     
============================================
+ Hits           637     1583      +946     
+ Misses         944      186      -758     
Flag Coverage Δ
#python-integration 83.77% <ø> (?)
#python-unit 40.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
raiden_installer/kyber/web3/addresses/kovan.py 100.00% <0.00%> (ø)
raiden_installer/kyber/web3/addresses/rinkeby.py 100.00% <0.00%> (ø)
raiden_installer/kyber/web3/addresses/ropsten.py 100.00% <0.00%> (ø)
raiden_installer/kyber/web3/addresses/mainnet.py 100.00% <0.00%> (ø)
raiden_installer/tokens.py 100.00% <0.00%> (+0.67%) :arrow_up:
raiden_installer/network.py 85.71% <0.00%> (+10.20%) :arrow_up:
raiden_installer/account.py 99.08% <0.00%> (+13.76%) :arrow_up:
raiden_installer/ethereum_rpc.py 91.57% <0.00%> (+27.36%) :arrow_up:
raiden_installer/utils.py 92.53% <0.00%> (+53.73%) :arrow_up:
raiden_installer/web.py 90.68% <0.00%> (+90.68%) :arrow_up:
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d87fc8...69faf14. Read the comment docs.