ui: Updates + Cleanup + Added doge in charts + icons.

This commit is contained in:
gerlofvanek
2023-06-28 17:45:41 +02:00
parent 1859eccf0e
commit eb44dc9626
10 changed files with 103 additions and 68 deletions

View File

@@ -449,6 +449,7 @@
</div>
</div>
</section>
<style>
select.select-disabled {
opacity: 0.50 !important;
@@ -643,7 +644,7 @@ document.addEventListener('DOMContentLoaded', function() {
function loadPrices() {
const api_key = '{{chart_api_key}}';
const coins = ['BTC', 'PART', 'XMR', 'LTC', 'FIRO', 'DASH', 'PIVX'];
const coins = ['BTC', 'PART', 'XMR', 'LTC', 'FIRO', 'DASH', 'PIVX', 'DOGE'];
document.getElementById("priceTable").classList.remove("hidden");