update frontend

This commit is contained in:
Saleh Mir
2022-02-10 17:03:00 +01:00
parent b2a9191b30
commit 7201e9c483
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>jesse-dashboard</title><script>// On page load or when changing themes, best to add inline in `head` to avoid FOUC
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>Jesse</title><script>// On page load or when changing themes, best to add inline in `head` to avoid FOUC
if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
document.documentElement.classList.add('dark')
} else {
document.documentElement.classList.remove('dark')
}</script><script defer="defer" src="/js/chunk-vendors.2bbff79e.js"></script><script defer="defer" src="/js/app.e3de4cb7.js"></script><link href="/css/app.5df7dafc.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but jesse-dashboard doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
}</script><script defer="defer" src="/js/chunk-vendors.2bbff79e.js"></script><script defer="defer" src="/js/app.e3de4cb7.js"></script><link href="/css/app.5df7dafc.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Jesse doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

View File

@@ -1 +1 @@
__version__ = '0.32.10'
__version__ = '0.32.11'

View File

@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
# also change in version.py
VERSION = '0.32.10'
VERSION = '0.32.11'
DESCRIPTION = "A trading framework for cryptocurrencies"
REQUIRED_PACKAGES = [