Edoruin commited on
Commit
b741092
·
1 Parent(s): 8b773aa

try to fix manifest issues and create responsive app

Browse files
.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.ico"
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

  • SHA256: 60eb09fa1009122be732e8169712282001be2ce9ddd60a136d4b7a51831e80c8
  • Pointer size: 130 Bytes
  • Size of remote file: 51.1 kB
assets/favicon.png ADDED

Git LFS Details

  • SHA256: de720c92c1dfe96bd6e23efbf521532a89f34fafb551c7143c3b63af1a9e0386
  • Pointer size: 130 Bytes
  • Size of remote file: 57 kB
assets/icon.png ADDED

Git LFS Details

  • SHA256: 6d17e3f65e86dcb35617a9c3fd0ac4ff308a62837c24cc5eada11cc86fc05f51
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
assets/icon192x192.png CHANGED

Git LFS Details

  • SHA256: de720c92c1dfe96bd6e23efbf521532a89f34fafb551c7143c3b63af1a9e0386
  • Pointer size: 130 Bytes
  • Size of remote file: 57 kB
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

  • SHA256: 6d17e3f65e86dcb35617a9c3fd0ac4ff308a62837c24cc5eada11cc86fc05f51
  • Pointer size: 131 Bytes
  • Size of remote file: 267 kB
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
- }