microboard-ui-temp 0.1.80 → 0.1.82
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.
- package/dist/example.html +20 -6
- package/dist/index.js +1 -1
- package/dist/spa.js +2104 -16
- package/package.json +1 -1
- package/dist/apple-touch-icon-8hjanz47.png +0 -0
- package/dist/comment-y7mmptsd.svg +0 -22
- package/dist/eraser-egm0xqb8.svg +0 -3
- package/dist/favicon-16x16-yz8wdy0r.png +0 -0
- package/dist/favicon-32x32-cwn1gceh.png +0 -0
- package/dist/favicon-886rjdq8.ico +0 -0
- package/dist/no-img-icon-11pdbzgp.svg +0 -3
- package/dist/pencil-mbyxd0mh.svg +0 -3
- package/dist/site-fdcbs67f.webmanifest +0 -21
- package/dist/sprite-8hhqah85.svg +0 -1788
- package/dist/sticker-blue-enpdz9sw.svg +0 -27
- package/dist/sticker-gray-h045k8ra.svg +0 -27
- package/dist/sticker-green-29z5e7dv.svg +0 -27
- package/dist/sticker-light-gray-z49z7yh4.svg +0 -27
- package/dist/sticker-light-green-rj4f4nmr.svg +0 -27
- package/dist/sticker-orange-9zk2829b.svg +0 -27
- package/dist/sticker-pink-e59wtt01.svg +0 -27
- package/dist/sticker-purple-qh4w2cns.svg +0 -27
- package/dist/sticker-sky-blue-ad56zjq5.svg +0 -27
- package/dist/sticker-yellow-m9f3hb2w.svg +0 -27
package/dist/example.html
CHANGED
|
@@ -14,12 +14,26 @@
|
|
|
14
14
|
"
|
|
15
15
|
/>
|
|
16
16
|
<title>Microboard</title>
|
|
17
|
-
<link
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
<link
|
|
18
|
+
rel="icon"
|
|
19
|
+
type="image/png"
|
|
20
|
+
sizes="16x16"
|
|
21
|
+
href="https://unpkg.com/microboard-ui-temp/dist/favicons/favicon-16x16.png"
|
|
22
|
+
/>
|
|
23
|
+
<link
|
|
24
|
+
rel="icon"
|
|
25
|
+
type="image/png"
|
|
26
|
+
sizes="32x32"
|
|
27
|
+
href="https://unpkg.com/microboard-ui-temp/dist/favicons/favicon-32x32.png"
|
|
28
|
+
/>
|
|
29
|
+
<link rel="icon" type="image/svg+xml" href="https://unpkg.com/microboard-ui-temp/dist/favicon.svg" />
|
|
30
|
+
<link rel="icon" href="https://unpkg.com/microboard-ui-temp/dist/favicons/favicon.ico" />
|
|
31
|
+
<link
|
|
32
|
+
rel="apple-touch-icon"
|
|
33
|
+
sizes="180x180"
|
|
34
|
+
href="https://unpkg.com/microboard-ui-temp/dist/favicons/apple-touch-icon.png"
|
|
35
|
+
/>
|
|
36
|
+
<link rel="manifest" href="https://unpkg.com/microboard-ui-temp/dist/favicons/site.webmanifest" />
|
|
23
37
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
24
38
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
25
39
|
<link
|
package/dist/index.js
CHANGED
|
@@ -427287,7 +427287,7 @@ function AppView() {
|
|
|
427287
427287
|
Audio: AudioPlayer
|
|
427288
427288
|
};
|
|
427289
427289
|
import_react414.useEffect(() => {
|
|
427290
|
-
if (!offlineNotificationSent) {
|
|
427290
|
+
if (!offlineNotificationSent && window.location.href.includes("/welcome")) {
|
|
427291
427291
|
notify2({
|
|
427292
427292
|
header: t11("notifications.offlineHeader"),
|
|
427293
427293
|
body: t11("notifications.offlineBody"),
|