diff --git a/frontend/src/components/BottomBar.js b/frontend/src/components/BottomBar.js index d36a1b1b..a0800075 100644 --- a/frontend/src/components/BottomBar.js +++ b/frontend/src/components/BottomBar.js @@ -13,6 +13,7 @@ import BoltIcon from '@mui/icons-material/Bolt'; import GitHubIcon from '@mui/icons-material/GitHub'; import EqualizerIcon from '@mui/icons-material/Equalizer'; import SendIcon from '@mui/icons-material/Send'; +import PublicIcon from '@mui/icons-material/Public'; export default class BottomBar extends Component { constructor(props) { @@ -66,6 +67,7 @@ export default class BottomBar extends Component { + @@ -75,12 +77,20 @@ export default class BottomBar extends Component { + + + + + + + + ) @@ -105,10 +115,10 @@ export default class BottomBar extends Component { Community

Support is only offered via public channels. - For questions and hanging out with other robots - join the Telegram Groups. If you find a bug - or want to see new features, use the Github - Issues page. + Writte us on our Telegram community if you have + questions or want to hang out with other cool robots. + If you find a bug or want to see new features, use + the Github Issues page.

diff --git a/frontend/src/components/InfoDialog.js b/frontend/src/components/InfoDialog.js index ac867a1a..3815edcf 100644 --- a/frontend/src/components/InfoDialog.js +++ b/frontend/src/components/InfoDialog.js @@ -44,9 +44,9 @@ export default class InfoDialog extends Component { Are there trade limits?

Maximum single trade size is 500,000 Satoshis to minimize lightning - routing failures. This limit will be raised as the Lightning Network - matures. There is no limits to the number of trades per day - or number of simultaneous Robots you can use.

+ routing. There is no limits to the number of trades per day. A robot + can only have one order at a time. However, you can use multiple + Robots simultatenously in different browsers (remember to back up the tokens!).

Is RoboSats private? @@ -99,7 +99,7 @@ export default class InfoDialog extends Component {

- It RoboSats legal in my country? + Is RoboSats legal in my country?

In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility @@ -112,12 +112,11 @@ export default class InfoDialog extends Component {

This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels - (Telegram). RoboSats will never contact you. - RoboSats will definitely never ask for your user token. + (Telegram). RoboSats will never contact you. + RoboSats will definitely never ask for your robot token.

- diff --git a/frontend/src/components/UserGenPage.js b/frontend/src/components/UserGenPage.js index 5ed55d18..796e756e 100644 --- a/frontend/src/components/UserGenPage.js +++ b/frontend/src/components/UserGenPage.js @@ -71,7 +71,8 @@ export default class UserGenPage extends Component { this.delGeneratedUser() this.setState({ token: this.genBase62Token(34), - }) + }); + this.getGeneratedUser(this.state.token); } handleChangeToken=(e)=>{ diff --git a/frontend/templates/frontend/index.html b/frontend/templates/frontend/index.html index a8fca818..34f11a4a 100644 --- a/frontend/templates/frontend/index.html +++ b/frontend/templates/frontend/index.html @@ -1,6 +1,10 @@ + + {% comment %} TODO Add a proper fav icon {% endcomment %} + + RoboSats - Simple and Private Bitcoin Exchange