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 -->
|
<!-- 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 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>
|
</head>
|
||||||
|
|
||||||
@ -99,7 +99,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</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>
|
<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>
|
</nav>
|
||||||
|
|
||||||
@ -1372,69 +1372,42 @@
|
|||||||
<div class="row g-3 align-items-center mt-3 left-div">
|
<div class="row g-3 align-items-center mt-3 left-div">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputScrollSpeedZ" class="col-form-label"
|
<label for="inputScrollSpeedZ" class="col-form-label"
|
||||||
|
|
||||||
>Scroll Speed:
|
>Scroll Speed:
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<select
|
<select
|
||||||
|
|
||||||
id="inputScrollSpeed"
|
id="inputScrollSpeed"
|
||||||
|
|
||||||
class="form-select speed-select"
|
class="form-select speed-select"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<option {%if stocks_settings.speed == 'medium' %} selected {% endif %}>Medium</option>
|
<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 == 'slow' %} selected {% endif %}>Slow</option>
|
||||||
|
|
||||||
<option {%if stocks_settings.speed == 'fast' %} selected {% endif %}>Fast</option>
|
<option {%if stocks_settings.speed == 'fast' %} selected {% endif %}>Fast</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row g-3 align-items-center mt-3 left-div">
|
<div class="row g-3 align-items-center mt-3 left-div">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputScrollSpeedRowZ2" class="col-form-label"
|
<label for="inputScrollSpeedRowZ2" class="col-form-label"
|
||||||
|
|
||||||
>Scroll Speed (Row 2):
|
>Scroll Speed (Row 2):
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<select
|
<select
|
||||||
|
|
||||||
id="inputScrollSpeedRow"
|
id="inputScrollSpeedRow"
|
||||||
|
|
||||||
class="form-select speed-select"
|
class="form-select speed-select"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<option {%if stocks_settings.speed2 == 'medium' %} selected {% endif %}>Medium</option>
|
<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 == 'slow' %} selected {% endif %}>Slow</option>
|
||||||
|
|
||||||
<option {%if stocks_settings.speed2 == 'fast' %} selected {% endif %}>Fast</option>
|
<option {%if stocks_settings.speed2 == 'fast' %} selected {% endif %}>Fast</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -1444,33 +1417,20 @@
|
|||||||
<div class="row g-3 align-items-center mt-3 left-div">
|
<div class="row g-3 align-items-center mt-3 left-div">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputTransitionZ" class="col-form-label"
|
<label for="inputTransitionZ" class="col-form-label"
|
||||||
|
|
||||||
>Intro Transition:
|
>Intro Transition:
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<select
|
<select
|
||||||
|
|
||||||
id="inputTransition"
|
id="inputTransition"
|
||||||
|
|
||||||
class="form-select animation-select"
|
class="form-select animation-select"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<option {%if stocks_settings.animation == 'down' %} selected {% endif %}>Down</option>
|
<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 == 'up' %} selected {% endif %}>Up</option>
|
||||||
|
|
||||||
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
<option {%if stocks_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -1480,46 +1440,51 @@
|
|||||||
<div class="row g-3 align-items-center mt-3 left-div">
|
<div class="row g-3 align-items-center mt-3 left-div">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputTextZ" class="col-form-label"
|
<label for="inputTextZ" class="col-form-label"
|
||||||
|
|
||||||
>Stock Symbol:
|
>Stock Symbol:
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
|
||||||
type="text"
|
type="text"
|
||||||
|
|
||||||
id="inputText3"
|
id="inputText3"
|
||||||
|
|
||||||
class="form-control"
|
class="form-control"
|
||||||
|
|
||||||
aria-describedby="TextHelpInline"
|
aria-describedby="TextHelpInline"
|
||||||
|
|
||||||
placeholder="e.g. AAPL"
|
placeholder="e.g. AAPL"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<button id="inputTextBtn3" class="btn set-btn" onclick="stockValidate()">Add</button>
|
<button id="inputTextBtn3" class="btn set-btn" onclick="stockValidate()">Add</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p id="demo" style="display: none"></p>
|
<p id="demo" style="display: none"></p>
|
||||||
|
|
||||||
</div>
|
</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">
|
<div id="limit-msg">
|
||||||
|
|
||||||
@ -1881,154 +1846,117 @@
|
|||||||
<div class="row g-3 align-items-center mt-3">
|
<div class="row g-3 align-items-center mt-3">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputScrollSpeedZ3" class="col-form-label"
|
<label for="inputScrollSpeedZ3" class="col-form-label"
|
||||||
|
|
||||||
>Scroll Speed:
|
>Scroll Speed:
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<select
|
<select
|
||||||
|
|
||||||
id="inputScrollSpeed2"
|
id="inputScrollSpeed2"
|
||||||
|
|
||||||
class="form-select speed-select"
|
class="form-select speed-select"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<option {%if crypto_settings.speed == 'medium' %} selected {% endif %}>Medium</option>
|
<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 == 'slow' %} selected {% endif %}>Slow</option>
|
||||||
|
|
||||||
<option {%if crypto_settings.speed == 'fast' %} selected {% endif %}>Fast</option>
|
<option {%if crypto_settings.speed == 'fast' %} selected {% endif %}>Fast</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row g-3 align-items-center mt-3 left-div">
|
<div class="row g-3 align-items-center mt-3 left-div">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputScrollSpeedRowZ3" class="col-form-label"
|
<label for="inputScrollSpeedRowZ3" class="col-form-label"
|
||||||
|
|
||||||
>Scroll Speed (Row 2):
|
>Scroll Speed (Row 2):
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<select
|
<select
|
||||||
|
|
||||||
id="inputScrollSpeedRow2"
|
id="inputScrollSpeedRow2"
|
||||||
|
|
||||||
class="form-select speed-select"
|
class="form-select speed-select"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<option {%if crypto_settings.speed2 == 'medium' %} selected {% endif %}>Medium</option>
|
<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 == 'slow' %} selected {% endif %}>Slow</option>
|
||||||
|
|
||||||
<option {%if crypto_settings.speed2 == 'fast' %} selected {% endif %}>Fast</option>
|
<option {%if crypto_settings.speed2 == 'fast' %} selected {% endif %}>Fast</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row g-3 align-items-center mt-3">
|
<div class="row g-3 align-items-center mt-3">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputTransitionZ3" class="col-form-label"
|
<label for="inputTransitionZ3" class="col-form-label"
|
||||||
|
|
||||||
>Intro Transition:
|
>Intro Transition:
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<select
|
<select
|
||||||
|
|
||||||
id="inputTransition2"
|
id="inputTransition2"
|
||||||
|
|
||||||
class="form-select animation-select"
|
class="form-select animation-select"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<option {%if crypto_settings.animation == 'down' %} selected {% endif %}>Down</option>
|
<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 == 'up' %} selected {% endif %}>Up</option>
|
||||||
|
|
||||||
<option {%if crypto_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
<option {%if crypto_settings.animation == 'continuous' %} selected {% endif %}>Continuous</option>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row g-3 align-items-center mt-3">
|
<div class="row g-3 align-items-center mt-3">
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<label for="inputTextZ3" class="col-form-label"
|
<label for="inputTextZ3" class="col-form-label"
|
||||||
|
|
||||||
>Crypto,Base:
|
>Crypto,Base:
|
||||||
|
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<input
|
<input
|
||||||
|
|
||||||
type="text"
|
type="text"
|
||||||
|
|
||||||
id="inputText4"
|
id="inputText4"
|
||||||
|
|
||||||
class="form-control"
|
class="form-control"
|
||||||
|
|
||||||
aria-describedby="TextHelpInline"
|
aria-describedby="TextHelpInline"
|
||||||
|
|
||||||
placeholder="e.g. BTC,USD"
|
placeholder="e.g. BTC,USD"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
||||||
<button id="inputTextBtn4" class="btn set-btn" onclick="cryptoValidate()">Add</button>
|
<button id="inputTextBtn4" class="btn set-btn" onclick="cryptoValidate()">Add</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p id="demo2" style="display: none"></p>
|
<p id="demo2" style="display: none"></p>
|
||||||
|
|
||||||
</div>
|
</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">
|
<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='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 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>
|
<script>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user