@sailingrotevista/rotevista-webapp 1.0.39 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/index.html +0 -28
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sailingrotevista/rotevista-webapp",
3
3
  "private": false,
4
- "version": "1.0.39",
4
+ "version": "1.1.2",
5
5
  "type": "module",
6
6
  "description": "Master Marine Dashboard for Rotevista - Monitoring Power, Solar, Environment and Navigation.",
7
7
  "author": "Alessio Tosi",
package/public/index.html DELETED
@@ -1,28 +0,0 @@
1
- <!doctype html>
2
- <html lang="it">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6
- <title>Rotevista Dashboard</title>
7
-
8
- <!-- Icona per Browser e Android -->
9
- <link rel="icon" type="image/png" href="./AppIcon.png" />
10
-
11
- <!-- Configurazione iOS (Aggiunta a Home) -->
12
- <meta name="apple-mobile-web-app-capable" content="yes">
13
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
14
- <meta name="apple-mobile-web-app-title" content="Rotevista">
15
-
16
- <!-- Percorso assoluto per il dev server di Vite -->
17
- <link rel="apple-touch-icon" href="./AppIcon.png">
18
-
19
- <!-- Manifesto PWA -->
20
- <link rel="manifest" href="/manifest.json">
21
- <meta name="theme-color" content="#121212">
22
- <script type="module" crossorigin src="./assets/index-DbgEXCnw.js"></script>
23
- <link rel="stylesheet" crossorigin href="./assets/index-CiCT9K9X.css">
24
- </head>
25
- <body>
26
- <div id="root"></div>
27
- </body>
28
- </html>