index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
instant
/
src
/
components
/
order_details.tsx
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: use PureComponent instead of Component
fragosti
2019-01-02
1
-2
/
+2
*
fix semicolon and apply prettier
Steve Klebanoff
2018-12-15
1
-2
/
+10
*
Show @ price in light grey
Steve Klebanoff
2018-12-14
1
-4
/
+5
*
Use BN equals and call function
Steve Klebanoff
2018-12-13
1
-2
/
+2
*
Use helper function to check for error
Steve Klebanoff
2018-12-13
1
-3
/
+1
*
Abstract SectionHeader and make 12px per Chris's comment and figma design
Steve Klebanoff
2018-12-13
1
-12
/
+9
*
Linting
Steve Klebanoff
2018-12-13
1
-4
/
+3
*
Show error when fetching usd prices
Steve Klebanoff
2018-12-13
1
-4
/
+32
*
Make primary value in total cost bold
Steve Klebanoff
2018-12-13
1
-0
/
+1
*
Small clean up
Steve Klebanoff
2018-12-13
1
-18
/
+5
*
Refactor BaseCurrencyChoice to be done in helper function
Steve Klebanoff
2018-12-13
1
-27
/
+19
*
Refactor OrderDetails to use private instance methods
Steve Klebanoff
2018-12-13
1
-91
/
+115
*
Move header to helper
Steve Klebanoff
2018-12-13
1
-29
/
+33
*
Render OrderDetailsRow directly
Steve Klebanoff
2018-12-13
1
-10
/
+29
*
Delete old interface and rename BaseCurrencyChoice
Steve Klebanoff
2018-12-12
1
-13
/
+4
*
Refactor out custom components
Steve Klebanoff
2018-12-12
1
-82
/
+55
*
Show as 0 when selected
Steve Klebanoff
2018-12-12
1
-7
/
+11
*
Remove unused component
Steve Klebanoff
2018-12-12
1
-49
/
+0
*
feat(instant): ETH/USD toggle
Steve Klebanoff
2018-12-12
1
-35
/
+161
*
polish: reduce vertical padding in instant
fragosti
2018-12-05
1
-1
/
+1
*
chore(instant): update selectedAssetAmount in the redux state to be named sel...
Brandon Millman
2018-11-14
1
-15
/
+17
*
feat(instant): calculate per unit eth amount to populate OrderDetails component
Brandon Millman
2018-11-13
1
-6
/
+13
*
Merge branch 'development' into feature/instant/mobile-full-bleed
Steve Klebanoff
2018-11-07
1
-1
/
+4
|
\
|
*
chore(instant): import UI components directly
Steve Klebanoff
2018-11-06
1
-1
/
+4
*
|
wip: full display of mobile hard coded
Steve Klebanoff
2018-11-06
1
-1
/
+1
|
/
*
Getting rid of displayName, and rename usdSection -> _renderUsdSection
Steve Klebanoff
2018-10-20
1
-3
/
+2
*
pulsating -> isPulsating
Steve Klebanoff
2018-10-19
1
-1
/
+1
*
Move USD section into helper function
Steve Klebanoff
2018-10-19
1
-46
/
+42
*
feat(instant): Indicate that order details section is loading by having pulsi...
Steve Klebanoff
2018-10-19
1
-5
/
+25
*
chore: replace @0xproject with @0x in .tsx files
Fabio Berger
2018-10-18
1
-2
/
+2
*
Add ts-optchain and use it instead of lodash get
fragosti
2018-10-16
1
-3
/
+5
*
Hide USD price when ETH-USD price is not available
fragosti
2018-10-16
1
-3
/
+6
*
Rename OrderDetailsRow to EthAmountRow
fragosti
2018-10-16
1
-18
/
+18
*
feat: make redux actions type-sage
fragosti
2018-10-13
1
-3
/
+0
*
feat: populate order details with information from worst buy quote
fragosti
2018-10-12
1
-28
/
+64
*
Add box shadow and default box-sizing: border-box to container
fragosti
2018-10-05
1
-1
/
+1
*
Add BuyButton and other small improvement
fragosti
2018-10-05
1
-0
/
+62