+
+
+
+
+
+
+ navigator.clipboard.writeText(this.state.referral_link)}>
+
+
+ ,
}}
/>
+
+
+
+
+
+
+
+ {!this.state.openClaimRewards ?
+
+
+
+ {this.state.earned_rewards+" Sats"}
+
+
+
+
-
-
+
+ :
+
- }
-
+
+ }
+
- {this.state.showRewardsSpinner?
-
-
-
- :""}
-
- {this.state.withdrawn?
-
- There it goes, thank you!🥇
-
- :""}
+ {this.state.showRewardsSpinner?
+
+
+
+ :""}
+
+ {this.state.withdrawn?
+
+ There it goes, thank you!🥇
+
+ :""}
+
diff --git a/frontend/src/components/MakerPage.js b/frontend/src/components/MakerPage.js
index 4a520aa7..c1851e1d 100644
--- a/frontend/src/components/MakerPage.js
+++ b/frontend/src/components/MakerPage.js
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
-import { Tooltip, Paper, Button , Grid, Typography, TextField, Select, FormHelperText, MenuItem, FormControl, Radio, FormControlLabel, RadioGroup} from "@mui/material"
+import { Checkbox, Switch, Tooltip, Paper, Button , Grid, Typography, TextField, Select, FormHelperText, MenuItem, FormControl, Radio, FormControlLabel, RadioGroup} from "@mui/material"
import { Link } from 'react-router-dom'
import getFlags from './getFlags'
@@ -48,7 +48,9 @@ export default class MakerPage extends Component {
payment_method: this.defaultPaymentMethod,
premium: 0,
satoshis: null,
- currencies_dict: {"1":"USD"}
+ currencies_dict: {"1":"USD"},
+ showAdvanced: false,
+ allowBondless: false,
}
this.getCurrencyDict()
}
@@ -152,7 +154,174 @@ export default class MakerPage extends Component {
return this.state.currencies_dict[val.toString()]
}
+ StandardMakerOptions = () => {
+ return(
+