try to fix manifest issues and create responsive app
Browse files- .gitattributes +3 -0
- app/main.py +1 -1
- assets/apple-touch-icon.png +0 -0
- assets/favicon.png +3 -0
- assets/icon.png +3 -0
- assets/icon192x192.png +0 -0
- assets/manifest.json +0 -23
- assets/splash.png +3 -0
- assets/web/favicon-16x16.png +0 -0
- assets/web/favicon-32x32.png +0 -0
- assets/web/favicon.ico +0 -0
- assets/web/manifest.json +0 -23
- assets/web/manifest.json.bak +0 -23
.gitattributes
CHANGED
|
@@ -34,3 +34,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
assets/icon-512x512.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
assets/icon-512x512.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
assets/icon.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.ico filter=lfs diff=lfs merge=lfs -text
|
app/main.py
CHANGED
|
@@ -153,7 +153,7 @@ if bot:
|
|
| 153 |
|
| 154 |
def main(page: ft.Page):
|
| 155 |
page.title = "makerspacepage"
|
| 156 |
-
page.favicon = "favicon.
|
| 157 |
# Solicitar permiso para notificaciones de navegador/sistema (vía JS)
|
| 158 |
# Solicitar permiso para notificaciones de navegador/sistema (vía JS seguro)
|
| 159 |
def pedir_permiso_notif(e=None):
|
|
|
|
| 153 |
|
| 154 |
def main(page: ft.Page):
|
| 155 |
page.title = "makerspacepage"
|
| 156 |
+
page.favicon = "favicon.png"
|
| 157 |
# Solicitar permiso para notificaciones de navegador/sistema (vía JS)
|
| 158 |
# Solicitar permiso para notificaciones de navegador/sistema (vía JS seguro)
|
| 159 |
def pedir_permiso_notif(e=None):
|
assets/apple-touch-icon.png
CHANGED
|
|
|
|
Git LFS Details
|
assets/favicon.png
ADDED
|
|
Git LFS Details
|
assets/icon.png
ADDED
|
|
Git LFS Details
|
assets/icon192x192.png
CHANGED
|
|
|
|
Git LFS Details
|
assets/manifest.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "makerspacepage",
|
| 3 |
-
"short_name": "makerspace",
|
| 4 |
-
"icons": [
|
| 5 |
-
{
|
| 6 |
-
"src": "icon192x192.png",
|
| 7 |
-
"sizes": "192x192",
|
| 8 |
-
"type": "image/png",
|
| 9 |
-
"purpose": "any maskable"
|
| 10 |
-
},
|
| 11 |
-
{
|
| 12 |
-
"src": "icon-512x512.png",
|
| 13 |
-
"sizes": "512x512",
|
| 14 |
-
"type": "image/png",
|
| 15 |
-
"purpose": "any maskable"
|
| 16 |
-
}
|
| 17 |
-
],
|
| 18 |
-
"theme_color": "#1a1c1e",
|
| 19 |
-
"background_color": "#1a1c1e",
|
| 20 |
-
"display": "standalone",
|
| 21 |
-
"start_url": ".",
|
| 22 |
-
"id": "/"
|
| 23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/splash.png
ADDED
|
Git LFS Details
|
assets/web/favicon-16x16.png
DELETED
|
Binary file (796 Bytes)
|
|
|
assets/web/favicon-32x32.png
DELETED
|
Binary file (2.62 kB)
|
|
|
assets/web/favicon.ico
DELETED
|
Binary file (15.4 kB)
|
|
|
assets/web/manifest.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "makerspacepage",
|
| 3 |
-
"short_name": "makerspace",
|
| 4 |
-
"icons": [
|
| 5 |
-
{
|
| 6 |
-
"src": "../icon192x192.png",
|
| 7 |
-
"sizes": "192x192",
|
| 8 |
-
"type": "image/png",
|
| 9 |
-
"purpose": "any maskable"
|
| 10 |
-
},
|
| 11 |
-
{
|
| 12 |
-
"src": "../icon-512x512.png",
|
| 13 |
-
"sizes": "512x512",
|
| 14 |
-
"type": "image/png",
|
| 15 |
-
"purpose": "any maskable"
|
| 16 |
-
}
|
| 17 |
-
],
|
| 18 |
-
"theme_color": "#1a1c1e",
|
| 19 |
-
"background_color": "#1a1c1e",
|
| 20 |
-
"display": "standalone",
|
| 21 |
-
"start_url": ".",
|
| 22 |
-
"id": "/"
|
| 23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/web/manifest.json.bak
DELETED
|
@@ -1,23 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "makerspacepage",
|
| 3 |
-
"short_name": "makerspace",
|
| 4 |
-
"icons": [
|
| 5 |
-
{
|
| 6 |
-
"src": "../icon192x192.png",
|
| 7 |
-
"sizes": "192x192",
|
| 8 |
-
"type": "image/png",
|
| 9 |
-
"purpose": "any maskable"
|
| 10 |
-
},
|
| 11 |
-
{
|
| 12 |
-
"src": "../icon-512x512.png",
|
| 13 |
-
"sizes": "512x512",
|
| 14 |
-
"type": "image/png",
|
| 15 |
-
"purpose": "any maskable"
|
| 16 |
-
}
|
| 17 |
-
],
|
| 18 |
-
"theme_color": "#1a1c1e",
|
| 19 |
-
"background_color": "#1a1c1e",
|
| 20 |
-
"display": "standalone",
|
| 21 |
-
"start_url": ".",
|
| 22 |
-
"id": "/"
|
| 23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|