@@ -457,40 +458,55 @@ export const NotAuthenticated = ({
- WELCOME TO
- QORTAL
+ WELCOME TO
+
+ {' '}
+ QORTAL
+
-
+
-
- Your wallet is like your digital ID on Qortal, and is how you will login to the Qortal User Interface. It holds your public address and the Qortal name you will eventually choose. Every transaction you make is linked to your ID, and this is where you manage all your QORT and other tradeable cryptocurrencies on Qortal.
-
- }
- >
- setExtstate('wallets')}>
- {/* */}
- Accounts
-
+
+
+ Your wallet is like your digital ID on Qortal, and is how you
+ will login to the Qortal User Interface. It holds your public
+ address and the Qortal name you will eventually choose. Every
+ transaction you make is linked to your ID, and this is where you
+ manage all your QORT and other tradeable cryptocurrencies on
+ Qortal.
+
+
+ }
+ >
+ setExtstate('wallets')}>
+ {/* */}
+ Accounts
+
{/*
@@ -500,98 +516,119 @@ export const NotAuthenticated = ({
- New users start here!
-
- Creating an account means creating a new wallet and digital ID to start using Qortal. Once you have made your account, you can start doing things like obtaining some QORT, buying a name and avatar, publishing videos and blogs, and much more.
-
- }
- >
- {
- setExtstate("create-wallet");
- }}
- sx={{
- backgroundColor: hasSeenGettingStarted === false && 'var(--green)',
- color: hasSeenGettingStarted === false && 'black',
- "&:hover": {
- backgroundColor: hasSeenGettingStarted === false && 'var(--green)',
- color: hasSeenGettingStarted === false && 'black'
- }
- }}
+ disableHoverListener={hasSeenGettingStarted === true}
+ placement="right"
+ title={
+
+
+ New users start here!
+
+
+
+ Creating an account means creating a new wallet and digital ID
+ to start using Qortal. Once you have made your account, you can
+ start doing things like obtaining some QORT, buying a name and
+ avatar, publishing videos and blogs, and much more.
+
+
+ }
>
- Create account
-
+ {
+ setExtstate('create-wallet');
+ }}
+ sx={{
+ backgroundColor:
+ hasSeenGettingStarted === false && 'var(--green)',
+ color: hasSeenGettingStarted === false && 'black',
+ '&:hover': {
+ backgroundColor:
+ hasSeenGettingStarted === false && 'var(--green)',
+ color: hasSeenGettingStarted === false && 'black',
+ },
+ }}
+ >
+ Create account
+
-
- {"Using node: "} {currentNode?.url}
+ {'Using node: '} {currentNode?.url}
<>
<>
- For advanced users
+
+ For advanced users
+ {
if (response) {
setApiKey(null);
@@ -613,8 +650,8 @@ export const NotAuthenticated = ({
})
.catch((error) => {
console.error(
- "Failed to set API key:",
- error.message || "An error occurred"
+ 'Failed to set API key:',
+ error.message || 'An error occurred'
);
});
}
@@ -623,18 +660,23 @@ export const NotAuthenticated = ({
defaultChecked
/>
}
- label={`Use ${isLocal ? "Local" : "Custom"} Node`}
+ label={`Use ${isLocal ? 'Local' : 'Custom'} Node`}
/>
- {currentNode?.url === "http://127.0.0.1:12391" && (
+ {currentNode?.url === 'http://127.0.0.1:12391' && (
<>
-