fixed app not loading when opening as file

This commit is contained in:
sairaj mote 2022-06-09 14:56:45 +05:30
parent 2c344c4614
commit 60a574a905
4 changed files with 4 additions and 2 deletions

View File

@ -1207,6 +1207,7 @@ sm-checkbox {
.history-entry__txid { .history-entry__txid {
font-weight: 500; font-weight: 500;
font-size: 0.9rem; font-size: 0.9rem;
text-align: right;
} }
#portfolio_asset_page .sticky { #portfolio_asset_page .sticky {

File diff suppressed because one or more lines are too long

View File

@ -1111,6 +1111,7 @@ sm-checkbox {
&__txid { &__txid {
font-weight: 500; font-weight: 500;
font-size: 0.9rem; font-size: 0.9rem;
text-align: right;
} }
} }
#portfolio_asset_page { #portfolio_asset_page {

View File

@ -13,6 +13,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
<script src="https://unpkg.com/uhtml@3.0.1/es.js"></script>
<script src="scripts/floGlobals.js"></script> <script src="scripts/floGlobals.js"></script>
<script src="scripts/lib.js"></script> <script src="scripts/lib.js"></script>
<script src="scripts/floCrypto.js"></script> <script src="scripts/floCrypto.js"></script>
@ -20,7 +21,6 @@
<script src="scripts/floTokenAPI.js"></script> <script src="scripts/floTokenAPI.js"></script>
<script src="scripts/floExchangeAPI.js"></script> <script src="scripts/floExchangeAPI.js"></script>
<script src="https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js"></script> <script src="https://unpkg.com/lightweight-charts/dist/lightweight-charts.standalone.production.js"></script>
<script src="//unpkg.com/uhtml"></script>
<script> <script>
const DEFAULT_TRADE_PRICE_DEVIATION_BUY = 15 / 100; const DEFAULT_TRADE_PRICE_DEVIATION_BUY = 15 / 100;
const DEFAULT_TRADE_PRICE_DEVIATION_SELL = 10 / 100; const DEFAULT_TRADE_PRICE_DEVIATION_SELL = 10 / 100;