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",
"icons":[
{
"src":"/static/android-chrome-192x192.png",
"sizes":"192x192",
"type":"image/png"
},
{
"src":"/static/android-chrome-512x512.png",
"sizes":"512x512",
"type":"image/png"
"src": "/static/maskable_icon_x192.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color":"#ffffff",
+1
View File
@@ -39,6 +39,7 @@ locale.setlocale(locale.LC_ALL, 'it_IT.utf8')
def styling():
ui.colors(primary='black', secondary="lightgray")
ui.query('body').style(f'font-family: sans-serif')
ui.add_head_html('<meta name="theme-color" content="#000000"/>')
def login_check():
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