upload stock and crypto logos, change version to 1.3.8
This commit is contained in:
parent
dc27550ef5
commit
e73d3d2bab
@ -39,7 +39,7 @@
|
||||
<!-- CSS Stylesheet linking -->
|
||||
|
||||
<!-- <link href="{{ url_for('static', filename='style.css') }}" type="text/css" rel="stylesheet" /> ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING -->
|
||||
<link rel="stylesheet" type="text/css" href="../static/style.css?ver=1.3.7"/>
|
||||
<link rel="stylesheet" type="text/css" href="../static/style.css?ver=1.3.8"/>
|
||||
|
||||
</head>
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<p class="text-white" id="version-text">Version 1.3.7</p>
|
||||
<p class="text-white" id="version-text">Version 1.3.8</p>
|
||||
<p class="text-white" id="version-text"><a href="https://docs.google.com/document/d/1TzvukZv_0Pd3TUM6Xe2wEkymn9uIT2qXUBFnMCQwp5g/edit?usp=sharing" target="_blank" id="footerlinks">Changelog</a></p>
|
||||
</nav>
|
||||
|
||||
@ -1372,69 +1372,42 @@
|
||||
<div class="row g-3 align-items-center mt-3 left-div">
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<label for="inputScrollSpeedZ" class="col-form-label"
|
||||
|
||||
>Scroll Speed:
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<select
|
||||
|
||||
id="inputScrollSpeed"
|
||||
|
||||
class="form-select speed-select"
|
||||
|
||||
>
|
||||
|
||||
<option {%if stocks_settings.speed == 'medium' %} selected {% endif %}>Medium</option>
|
||||
|
||||
<option {%if stocks_settings.speed == 'slow' %} selected {% endif %}>Slow</option>
|
||||
|
||||
<option {%if stocks_settings.speed == 'fast' %} selected {% endif %}>Fast</option>
|
||||
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="row g-3 align-items-center mt-3 left-div">
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<label for="inputScrollSpeedRowZ2" class="col-form-label"
|
||||
|
||||
>Scroll Speed (Row 2):
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<select
|
||||
|
||||
id="inputScrollSpeedRow"
|
||||
|
||||
class="form-select speed-select"
|
||||
|
||||
>
|
||||
|
||||
<option {%if stocks_settings.speed2 == 'medium' %} selected {% endif %}>Medium</option>
|
||||
|
||||
<option {%if stocks_settings.speed2 == 'slow' %} selected {% endif %}>Slow</option>
|
||||
|
||||
<option {%if stocks_settings.speed2 == 'fast' %} selected {% endif %}>Fast</option>
|
||||
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -1444,33 +1417,20 @@
|
||||
<div class="row g-3 align-items-center mt-3 left-div">
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<label for="inputTransitionZ" class="col-form-label"
|
||||
|
||||
>Intro Transition:
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<select
|
||||
|
||||
id="inputTransition"
|
||||
|
||||
class="form-select animation-select"
|
||||
|
||||
>
|
||||
|
||||
<option {%if stocks_settings.animation == 'down' %} selected {% endif %}>Down</option>
|
||||
|
||||
<option {%if stocks_settings.animation == 'up' %} selected {% endif %}>Up</option>
|
||||
|
||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@ -1480,46 +1440,51 @@
|
||||
<div class="row g-3 align-items-center mt-3 left-div">
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<label for="inputTextZ" class="col-form-label"
|
||||
|
||||
>Stock Symbol:
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<input
|
||||
|
||||
type="text"
|
||||
|
||||
id="inputText3"
|
||||
|
||||
class="form-control"
|
||||
|
||||
aria-describedby="TextHelpInline"
|
||||
|
||||
placeholder="e.g. AAPL"
|
||||
|
||||
/>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn3" class="btn set-btn" onclick="stockValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row g-3 align-items-center mt-3 left-div">
|
||||
<div class="col-auto">
|
||||
<label for="inputText" class="col-form-label"
|
||||
>Custom Logo:
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
<input
|
||||
type="file"
|
||||
id="stocks-logo-upload-browse"
|
||||
class="form-control"
|
||||
aria-describedby="TextHelpInline"
|
||||
placeholder="Browse"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<button id="stocks-logo-upload-btn" class="btn set-btn">
|
||||
Add
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="limit-msg">
|
||||
|
||||
@ -1881,154 +1846,117 @@
|
||||
<div class="row g-3 align-items-center mt-3">
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<label for="inputScrollSpeedZ3" class="col-form-label"
|
||||
|
||||
>Scroll Speed:
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<select
|
||||
|
||||
id="inputScrollSpeed2"
|
||||
|
||||
class="form-select speed-select"
|
||||
|
||||
>
|
||||
|
||||
<option {%if crypto_settings.speed == 'medium' %} selected {% endif %}>Medium</option>
|
||||
|
||||
<option {%if crypto_settings.speed == 'slow' %} selected {% endif %}>Slow</option>
|
||||
|
||||
<option {%if crypto_settings.speed == 'fast' %} selected {% endif %}>Fast</option>
|
||||
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="row g-3 align-items-center mt-3 left-div">
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<label for="inputScrollSpeedRowZ3" class="col-form-label"
|
||||
|
||||
>Scroll Speed (Row 2):
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<select
|
||||
|
||||
id="inputScrollSpeedRow2"
|
||||
|
||||
class="form-select speed-select"
|
||||
|
||||
>
|
||||
|
||||
<option {%if crypto_settings.speed2 == 'medium' %} selected {% endif %}>Medium</option>
|
||||
|
||||
<option {%if crypto_settings.speed2 == 'slow' %} selected {% endif %}>Slow</option>
|
||||
|
||||
<option {%if crypto_settings.speed2 == 'fast' %} selected {% endif %}>Fast</option>
|
||||
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="row g-3 align-items-center mt-3">
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<label for="inputTransitionZ3" class="col-form-label"
|
||||
|
||||
>Intro Transition:
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<select
|
||||
|
||||
id="inputTransition2"
|
||||
|
||||
class="form-select animation-select"
|
||||
|
||||
>
|
||||
|
||||
<option {%if crypto_settings.animation == 'down' %} selected {% endif %}>Down</option>
|
||||
|
||||
<option {%if crypto_settings.animation == 'up' %} selected {% endif %}>Up</option>
|
||||
|
||||
<option {%if crypto_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="row g-3 align-items-center mt-3">
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<label for="inputTextZ3" class="col-form-label"
|
||||
|
||||
>Crypto,Base:
|
||||
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<input
|
||||
|
||||
type="text"
|
||||
|
||||
id="inputText4"
|
||||
|
||||
class="form-control"
|
||||
|
||||
aria-describedby="TextHelpInline"
|
||||
|
||||
placeholder="e.g. BTC,USD"
|
||||
|
||||
/>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-auto">
|
||||
|
||||
<button id="inputTextBtn4" class="btn set-btn" onclick="cryptoValidate()">Add</button>
|
||||
|
||||
</div>
|
||||
|
||||
<p id="demo2" style="display: none"></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row g-3 align-items-center mt-3 left-div">
|
||||
<div class="col-auto">
|
||||
<label for="inputText" class="col-form-label"
|
||||
>Custom Logo:
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
<input
|
||||
type="file"
|
||||
id="crypto-logo-upload-browse"
|
||||
class="form-control"
|
||||
aria-describedby="TextHelpInline"
|
||||
placeholder="Browse"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
<button id="crypto-logo-upload-btn" class="btn set-btn">
|
||||
Add
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="limit-msg">
|
||||
|
||||
@ -8780,7 +8708,7 @@
|
||||
<script src="{{ url_for('static', filename='js/jquery-2.1.1.js') }}"></script>
|
||||
|
||||
<!-- <script src="{{ url_for('static', filename='app.js') }}"></script>. ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING -->
|
||||
<script type='text/javascript' src='../static/app.js?ver=1.3.7'></script>
|
||||
<script type='text/javascript' src='../static/app.js?ver=1.3.8'></script>
|
||||
|
||||
<script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user