This commit is contained in:
enne2
2023-09-20 23:37:31 +02:00
parent 4b8f12f24e
commit d3b4a649c5
4 changed files with 5 additions and 8 deletions
+4 -8
View File
@@ -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",
+1
View File
@@ -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