Added basic reloading UX fixes

This commit is contained in:
frikky
2022-01-14 23:35:50 +01:00
parent e77bcac26f
commit 622baeb59f
4 changed files with 111 additions and 65 deletions
+13
View File
@@ -727,6 +727,19 @@ const Settings = (props) => {
<Divider style={{ marginTop: "40px" }} />
<h2>Platform Earnings</h2>
<div style={{ display: runFlex ? "flex" : "", width: "100%" }}>
<div>
<Button
style={{ height: 40, marginTop: 10 }}
variant="outlined"
color="primary"
fullWidth={true}
onClick={() => {
handleEthereumConnection();
}}
>
Connect to Github
</Button>
</div>
<div style={{ flex: 1, display: "flex" }}>
<div>
{userdata.eth_info !== undefined &&