Skip to content

Commit

Permalink
Merge pull request #139 from leapdao/refactor/delete-more
Browse files Browse the repository at this point in the history
Fix "Cleanup burner-wallet/src/ and burner-wallet/public/ folders"
  • Loading branch information
TimDaub committed Jun 7, 2019
2 parents f7b7d4b + 16bad0c commit a2c3810
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 383 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

Binary file removed public/burner-wallet-logo.png
Binary file not shown.
Binary file removed public/burner-wallet-preview-old.png
Binary file not shown.
Binary file removed public/burner-wallet-preview.png
Binary file not shown.
Binary file removed public/burnercard2.jpg
Binary file not shown.
Binary file removed public/burnerloader.gif
Binary file not shown.
Empty file removed src/App.css
Empty file.
Binary file removed src/bufficorn.png
Binary file not shown.
Binary file removed src/coinbase.jpg
Binary file not shown.
120 changes: 0 additions & 120 deletions src/components/BalanceDisplay.jsx

This file was deleted.

16 changes: 0 additions & 16 deletions src/components/BottomLinks.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/Exchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,6 @@ export default class Exchange extends React.Component {
<Button disabled={buttonsDisabled} onClick={async ()=>{
console.log("AMOUNT:",this.state.amount,"DAI BALANCE:",this.props.daiBalance)


if(this.state.xdaiMetaAccount){
//send funds using metaaccount on xdai

Expand Down Expand Up @@ -893,7 +892,6 @@ export default class Exchange extends React.Component {
message: 'Failed to exit MNY'
});
});

}else{
// TODO: get real decimals
const amount = bi(this.state.amount * 10 ** 18);
Expand Down
Empty file removed src/components/Modal.js
Empty file.
10 changes: 4 additions & 6 deletions src/components/RecentTransactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ export default ({dollarDisplay, view, max, buttonStyle, vendorName, address, rec
for(let r in recentTxs){
let thisValue = parseFloat(recentTxs[r].value)
if(thisValue>0.0){

let dollarView = (
<span>
<span style={{opacity:0.33}}>-</span>{dollarDisplay(recentTxs[r].value)}<span style={{opacity:0.33}}>-></span>
</span>
)

<span style={{opacity:0.5,fontSize:14}}>
{dollarDisplay(recentTxs[r].value)}
</span>
)
let toBlockie = (
<Blockie
address={recentTxs[r].to}
Expand Down
Loading

0 comments on commit a2c3810

Please sign in to comment.