diff --git a/qortal-ui-core/language/us.json b/qortal-ui-core/language/us.json index e16602ec..1032f66b 100644 --- a/qortal-ui-core/language/us.json +++ b/qortal-ui-core/language/us.json @@ -525,7 +525,27 @@ "bchange13": "Error occurred when trying to block this registered name. Please try again!", "bchange14": "Error occurred when trying to unblock this registered name. Please try again!", "bchange15": "Can't delete data from followed names. Please unfollow first.", - "bchange16": "Error occurred when trying to delete this resource. Please try again!" + "bchange16": "Error occurred when trying to delete this resource. Please try again!", + "bchange17": "User declined to share account details", + "bchange18": "has requested authentication. Would you like to authenticate?", + "bchange19": "Do you give this application permission to publish to QDN?", + "bchange20": "Do you give this application permission to get your wallet balance?", + "bchange21": "Fetch Wallet Failed. Please try again!", + "bchange22": "Do you give this application permission to send a chat message?", + "bchange23": "Message Sent!", + "bchange24": "This shares your QORT address and allows your account to interact with the", + "bchange25": "No sensitive data is shared.", + "bchange26": "Always authenticate automatically", + "bchange27": "Reject", + "bchange28": "Accept", + "bchange29": "Instant publish (requires 0.001 QORT fee)", + "bchange30": "Service", + "bchange31": "Name", + "bchange32": "Identifier", + "bchange33": "Instant publish", + "bchange34": "Filename", + "bchange35": "Do you give this application permission to send coins?", + "bchange36": "Do you want to publish instant to QDN without computing proof-of-work?" }, "datapage": { "dchange1": "Data Management", diff --git a/qortal-ui-core/src/components/login-view/login-view.js b/qortal-ui-core/src/components/login-view/login-view.js index ebdf31f2..52cb406c 100644 --- a/qortal-ui-core/src/components/login-view/login-view.js +++ b/qortal-ui-core/src/components/login-view/login-view.js @@ -2,6 +2,7 @@ import { LitElement, html, css } from 'lit' import { connect } from 'pwa-helpers' import { store } from '../../store.js' import { stateAwait } from '../../stateAwait.js' +import { translate, translateUnsafeHTML } from 'lit-translate' import '@material/mwc-button' import '@material/mwc-icon' @@ -36,6 +37,7 @@ class LoginView extends connect(store)(LitElement) { config: { type: Object }, rippleLoadingMessage: { type: String }, selectedPageElement: {}, + nodeConfig: { type: Object }, theme: { type: String, reflect: true } } } @@ -132,10 +134,8 @@ class LoginView extends connect(store)(LitElement) { max-height:var(--window-height); margin-right: auto; margin-left: auto; - width: calc(100vw); } - .qortal-logo { margin-left: auto; margin-right: auto; @@ -202,7 +202,6 @@ class LoginView extends connect(store)(LitElement) { border-radius: 4px; } #loginContainerPages [page="welcome"] { - } } @media only screen and (max-width: ${getComputedStyle(document.body).getPropertyValue('--layout-breakpoint-tablet')}) { @@ -222,7 +221,6 @@ class LoginView extends connect(store)(LitElement) { padding-left:12px; } } - @keyframes fade { from { opacity: 0; @@ -258,7 +256,6 @@ class LoginView extends connect(store)(LitElement) { display: none; } -
settings.show()}> @@ -266,6 +263,7 @@ class LoginView extends connect(store)(LitElement) {