-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update language files and settings UI
- Added new translation for "closeLauncherOnLaunch" in language files - Updated settings UI to include checkbox for "closeLauncherOnLaunch" option
- Loading branch information
Showing
9 changed files
with
331 additions
and
89 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,68 @@ | ||
<div id="loginContainer" style="display: none;"> | ||
<div id="loginCancelContainer" style="display: none;"> | ||
<button id="loginCancelButton"> | ||
<div id="loginCancelIcon">X</div> | ||
<div id="loginCancelIcon">✖</div> | ||
<span id="loginCancelText"><%- lang('login.loginCancelText') %></span> | ||
</button> | ||
</div> | ||
<div id="loginContent"> | ||
<form id="loginForm"> | ||
<img id="loginImageSeal" src="assets/images/SealCircle.png"/> | ||
<span id="loginSubheader"><%- lang('login.loginSubheader') %></span> | ||
<div class="loginFieldContainer"> | ||
<svg id="profileSVG" class="loginSVG" viewBox="40 37 65.36 61.43"> | ||
<g> | ||
<path d="M86.77,58.12A13.79,13.79,0,1,0,73,71.91,13.79,13.79,0,0,0,86.77,58.12M97,103.67a3.41,3.41,0,0,0,3.39-3.84,27.57,27.57,0,0,0-54.61,0,3.41,3.41,0,0,0,3.39,3.84Z"/> | ||
</g> | ||
</svg> | ||
<span class="loginErrorSpan" id="loginEmailError"><%- lang('login.loginEmailError') %></span> | ||
<input id="loginUsername" class="loginField" type="text" placeholder="<%- lang('login.loginEmailPlaceholder') %>"/> | ||
</div> | ||
<div class="loginFieldContainer"> | ||
<svg id="lockSVG" class="loginSVG" viewBox="40 32 60.36 70.43"> | ||
<g> | ||
<path d="M86.16,54a16.38,16.38,0,1,0-32,0H44V102.7H96V54Zm-25.9-3.39a9.89,9.89,0,1,1,19.77,0A9.78,9.78,0,0,1,79.39,54H60.89A9.78,9.78,0,0,1,60.26,50.59ZM70,96.2a6.5,6.5,0,0,1-6.5-6.5,6.39,6.39,0,0,1,3.1-5.4V67h6.5V84.11a6.42,6.42,0,0,1,3.39,5.6A6.5,6.5,0,0,1,70,96.2Z"/> | ||
</g> | ||
</svg> | ||
<span class="loginErrorSpan" id="loginPasswordError"><%- lang('login.loginPasswordError') %></span> | ||
<input id="loginPassword" class="loginField" type="password" placeholder="<%- lang('login.loginPasswordPlaceholder') %>"/> | ||
</div> | ||
<div id="loginOptions"> | ||
<span class="loginSpanDim"> | ||
<a href="<%- lang('login.loginForgotPasswordLink') %>"><%- lang('login.loginForgotPasswordText') %></a> | ||
</span> | ||
<label id="checkmarkContainer"> | ||
<input id="loginRememberOption" type="checkbox" checked> | ||
<span id="loginRememberText" class="loginSpanDim"><%- lang('login.loginRememberMeText') %></span> | ||
<span class="loginCheckmark"></span> | ||
</label> | ||
</div> | ||
<button id="loginButton" disabled> | ||
<div id="loginButtonContent"> | ||
<%- lang('login.loginButtonText') %> | ||
<svg id="loginSVG" viewBox="0 0 24.87 13.97"> | ||
<defs> | ||
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;transition: 0.25s ease;}</style> | ||
</defs> | ||
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/> | ||
<div class="formlogoContainer"> | ||
<img id="loginImageSeal" src="assets/images/SealCircle.png"/> | ||
<div id="loginContent"> | ||
<form id="loginForm"> | ||
<span id="loginSubheader"><%- lang('login.loginSubheader') %></span> | ||
<div class="loginFieldContainer"> | ||
<svg id="profileSVG" class="loginSVG" viewBox="40 37 65.36 61.43"> | ||
<g> | ||
<path d="M86.77,58.12A13.79,13.79,0,1,0,73,71.91,13.79,13.79,0,0,0,86.77,58.12M97,103.67a3.41,3.41,0,0,0,3.39-3.84,27.57,27.57,0,0,0-54.61,0,3.41,3.41,0,0,0,3.39,3.84Z"/> | ||
</g> | ||
</svg> | ||
<div class="circle-loader"> | ||
<div class="checkmark draw"></div> | ||
<span class="loginErrorSpan" id="loginEmailError"><%- lang('login.loginEmailError') %></span> | ||
<input id="loginUsername" class="loginField" type="text" placeholder="<%- lang('login.loginEmailPlaceholder') %>"/> | ||
</div> | ||
<div class="loginFieldContainer"> | ||
<svg id="lockSVG" class="loginSVG" viewBox="40 32 60.36 70.43"> | ||
<g> | ||
<path d="M86.16,54a16.38,16.38,0,1,0-32,0H44V102.7H96V54Zm-25.9-3.39a9.89,9.89,0,1,1,19.77,0A9.78,9.78,0,0,1,79.39,54H60.89A9.78,9.78,0,0,1,60.26,50.59ZM70,96.2a6.5,6.5,0,0,1-6.5-6.5,6.39,6.39,0,0,1,3.1-5.4V67h6.5V84.11a6.42,6.42,0,0,1,3.39,5.6A6.5,6.5,0,0,1,70,96.2Z"/> | ||
</g> | ||
</svg> | ||
<span class="loginErrorSpan" id="loginPasswordError"><%- lang('login.loginPasswordError') %></span> | ||
<input id="loginPassword" class="loginField" type="password" placeholder="<%- lang('login.loginPasswordPlaceholder') %>"/> | ||
</div> | ||
<div id="loginOptions"> | ||
<label id="checkmarkContainer"> | ||
<input id="loginRememberOption" type="checkbox" checked> | ||
<span id="loginRememberText" class="loginSpanDim"><%- lang('login.loginRememberMeText') %></span> | ||
<span class="loginCheckmark"></span> | ||
</label> | ||
</div> | ||
<button id="loginButton" class="glow-on-hover" disabled> | ||
<div id="loginButtonContent"> | ||
<%- lang('login.loginButtonText') %> | ||
<svg id="loginSVG" viewBox="0 0 24.87 13.97"> | ||
<defs> | ||
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;transition: 0.25s ease;}</style> | ||
</defs> | ||
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/> | ||
</svg> | ||
<div class="circle-loader"> | ||
<div class="checkmark draw"></div> | ||
</div> | ||
</div> | ||
<!--<div class="spinningCircle" id="loginSpinner"></div>--> | ||
</button> | ||
<div class="loginButton" style="margin: 10px; transform: translateY(-20px);"> | ||
<span class="loginSpanDim" style="margin-right: 30px;"> | ||
<a href="<%- lang('login.loginForgotPasswordLink') %>"><%- lang('login.loginForgotPasswordText') %></a> | ||
</span> | ||
<span class="loginSpanDim" id="loginRegisterSpan" style="margin-left: 30px;"> | ||
<a href="<%- lang('login.loginNeedAccountLink') %>"><%- lang('login.loginNeedAccountText') %></a> | ||
</span> | ||
</div> | ||
</button> | ||
<div id="loginDisclaimer"> | ||
<span class="loginSpanDim" id="loginRegisterSpan"> | ||
<a href="<%- lang('login.loginNeedAccountLink') %>"><%- lang('login.loginNeedAccountText') %></a> | ||
</span> | ||
<p class="loginDisclaimerText"><%- lang('login.loginPasswordDisclaimer1') %></p> | ||
<p class="loginDisclaimerText"><%- lang('login.loginPasswordDisclaimer2', { appName: lang('app.title') }) %></p> | ||
</div> | ||
</form> | ||
</form> | ||
</div> | ||
</div> | ||
<div id="loginDisclaimer"> | ||
<p class="loginDisclaimerText"><%- lang('login.loginPasswordDisclaimer1') %></p> | ||
<p class="loginDisclaimerText"><%- lang('login.loginPasswordDisclaimer2', { appName: lang('app.title') }) %></p> | ||
</div> | ||
<script src="./assets/js/scripts/login.js"></script> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters