1.1.4
This commit is contained in:
@@ -3,14 +3,10 @@
|
|||||||
"short_name":"LS Admin",
|
"short_name":"LS Admin",
|
||||||
"icons":[
|
"icons":[
|
||||||
{
|
{
|
||||||
"src":"/static/android-chrome-192x192.png",
|
"src": "/static/maskable_icon_x192.png",
|
||||||
"sizes":"192x192",
|
"sizes": "196x196",
|
||||||
"type":"image/png"
|
"type": "image/png",
|
||||||
},
|
"purpose": "any maskable"
|
||||||
{
|
|
||||||
"src":"/static/android-chrome-512x512.png",
|
|
||||||
"sizes":"512x512",
|
|
||||||
"type":"image/png"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"theme_color":"#ffffff",
|
"theme_color":"#ffffff",
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ locale.setlocale(locale.LC_ALL, 'it_IT.utf8')
|
|||||||
def styling():
|
def styling():
|
||||||
ui.colors(primary='black', secondary="lightgray")
|
ui.colors(primary='black', secondary="lightgray")
|
||||||
ui.query('body').style(f'font-family: sans-serif')
|
ui.query('body').style(f'font-family: sans-serif')
|
||||||
|
ui.add_head_html('<meta name="theme-color" content="#000000"/>')
|
||||||
|
|
||||||
def login_check():
|
def login_check():
|
||||||
if not app.storage.user.get('authenticated', False):
|
if not app.storage.user.get('authenticated', False):
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
Reference in New Issue
Block a user