Skip to content

Commit

Permalink
Deploying to gh-pages from @ 24c4ec3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Nov 22, 2024
1 parent 58e160b commit f0e76ac
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 13 deletions.
16 changes: 15 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,21 @@

<!--prevent autostarting-->
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
<script>navigator.serviceWorker.register('service-worker.js', { updateViaCache: 'none' });</script>
<script>
navigator.serviceWorker.register('service-worker.published.js', { updateViaCache: 'none' }).then(registration => {
registration.onupdatefound = () => {
const installingWorker = registration.installing;
installingWorker.onstatechange = () => {
if (installingWorker.state === 'installed' && navigator.serviceWorker.controller) {
// Notify the user about the update or reload the page
if (confirm('A new version of this app is available. Reload to update?')) {
window.location.reload();
}
}
};
};
});
</script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script src="js/lib/crypto-js/crypto-js.min.js"></script>

Expand Down
Binary file removed _framework/Pkmds.Web.w3gly2blzq.wasm.br
Binary file not shown.
Binary file not shown.
Binary file added _framework/Pkmds.Web.yzytn1u6fu.wasm.br
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "Pkmds.Web",
"resources": {
"hash": "sha256-3JxTl9Rubi3BS7mGk9NWb1LW5nsfwnvxS4WZL4c4hXg=",
"hash": "sha256-dH8gdQ3gQunQNe43j3yVMGv6kb/bQZrF3Kl+4rS4yEs=",
"fingerprinting": {
"KristofferStrube.Blazor.FileAPI.y7qr9qlbwg.wasm": "KristofferStrube.Blazor.FileAPI.wasm",
"KristofferStrube.Blazor.FileSystem.l7rerd8wys.wasm": "KristofferStrube.Blazor.FileSystem.wasm",
Expand All @@ -28,7 +28,7 @@
"Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm": "Microsoft.JSInterop.WebAssembly.wasm",
"MudBlazor.kue0x11qz7.wasm": "MudBlazor.wasm",
"PKHeX.Core.uu1dzvwyb3.wasm": "PKHeX.Core.wasm",
"Pkmds.Web.w3gly2blzq.wasm": "Pkmds.Web.wasm",
"Pkmds.Web.yzytn1u6fu.wasm": "Pkmds.Web.wasm",
"System.Collections.Concurrent.e0ai6z0yd6.wasm": "System.Collections.Concurrent.wasm",
"System.Collections.Immutable.tfyv1se26o.wasm": "System.Collections.Immutable.wasm",
"System.Collections.NonGeneric.whuhpq856d.wasm": "System.Collections.NonGeneric.wasm",
Expand Down Expand Up @@ -114,7 +114,7 @@
"Microsoft.JSInterop.WebAssembly.heoad7mujs.wasm": "sha256-99wG3VH14sWkwPaF5rX6YAcJvtAhDuqonwihvj2m5HA=",
"MudBlazor.kue0x11qz7.wasm": "sha256-LEDJfTDhNzUqLmXI8LU886HTKAxGePOzJ77J2qoJt7o=",
"PKHeX.Core.uu1dzvwyb3.wasm": "sha256-pqkxoPaKIV8nT1iIS6MQOVfN6yOHPMyTXxnd+SyeFY0=",
"Pkmds.Web.w3gly2blzq.wasm": "sha256-NCHIp9+66PPxS1dRa6Z0Kw0faEi20VhCabyrAz5kaZc=",
"Pkmds.Web.yzytn1u6fu.wasm": "sha256-ki5S2ieZUVr2IOmTHKnRK+Jq6FiH8RRXZ3BxJ8m402g=",
"System.Collections.Concurrent.e0ai6z0yd6.wasm": "sha256-0krbnHoUAr7pDBA3lGAJe/dxkCl9S2UI82RWcScE4JI=",
"System.Collections.Immutable.tfyv1se26o.wasm": "sha256-505g8cD2iYGVWzk7qdBqx8fav/L8AK2EZPQwL6+pcKw=",
"System.Collections.NonGeneric.whuhpq856d.wasm": "sha256-pNWrDePWfKodlJjxBCpA0AeYDZNBM9z6ukop8vIGGgI=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,21 @@

<!--prevent autostarting-->
<script src="_framework/blazor.webassembly.js" autostart="false"></script>
<script>navigator.serviceWorker.register('service-worker.js', { updateViaCache: 'none' });</script>
<script>
navigator.serviceWorker.register('service-worker.published.js', { updateViaCache: 'none' }).then(registration => {
registration.onupdatefound = () => {
const installingWorker = registration.installing;
installingWorker.onstatechange = () => {
if (installingWorker.state === 'installed' && navigator.serviceWorker.controller) {
// Notify the user about the update or reload the page
if (confirm('A new version of this app is available. Reload to update?')) {
window.location.reload();
}
}
};
};
});
</script>
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script src="js/lib/crypto-js/crypto-js.min.js"></script>

Expand Down
Binary file modified index.html.br
Binary file not shown.
Binary file modified index.html.gz
Binary file not shown.
10 changes: 5 additions & 5 deletions service-worker-assets.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
self.assetsManifest = {
"version": "ump2mJbO",
"version": "ym6sZ/6q",
"assets": [
{
"hash": "sha256-RuXsJFsQyK92yMotd1V1TFN+QXJJobbWTT6gigaJFl8=",
Expand Down Expand Up @@ -138,8 +138,8 @@ self.assetsManifest = {
"url": "_framework/PKHeX.Core.uu1dzvwyb3.wasm"
},
{
"hash": "sha256-NCHIp9+66PPxS1dRa6Z0Kw0faEi20VhCabyrAz5kaZc=",
"url": "_framework/Pkmds.Web.w3gly2blzq.wasm"
"hash": "sha256-ki5S2ieZUVr2IOmTHKnRK+Jq6FiH8RRXZ3BxJ8m402g=",
"url": "_framework/Pkmds.Web.yzytn1u6fu.wasm"
},
{
"hash": "sha256-nmhUPBjB8ZbEN0U5j2acgnW4fkbSYlov7U3e30Lsp8A=",
Expand Down Expand Up @@ -274,7 +274,7 @@ self.assetsManifest = {
"url": "_framework/System.Web.HttpUtility.v1a9l0tpd6.wasm"
},
{
"hash": "sha256-9JfqgdHeeJCo3oS70xfOGnR4hSqOQxDqEOsaSb8uaCc=",
"hash": "sha256-j9/QNs0Zfn7uxxRejFGjyl9UnhZCeMbyqGZPSQP8eng=",
"url": "_framework/blazor.boot.json"
},
{
Expand Down Expand Up @@ -326,7 +326,7 @@ self.assetsManifest = {
"url": "icon-512.png"
},
{
"hash": "sha256-wBEqL3bSmF2JPgGh958ChqYprjwhCrKWVYv3rLU7y6w=",
"hash": "sha256-HCT2bSTKbRIpgHOTAi3NUegdD8NFcSi3f/vqmddQokw=",
"url": "index.html"
},
{
Expand Down
Binary file modified service-worker-assets.js.br
Binary file not shown.
Binary file modified service-worker-assets.js.gz
Binary file not shown.
13 changes: 10 additions & 3 deletions service-worker.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
/* Manifest version: ump2mJbO */
/* Manifest version: ym6sZ/6q */
// Caution! Be sure you understand the caveats before publishing an application with
// offline support. See https://aka.ms/blazor-offline-considerations

self.importScripts('./service-worker-assets.js');
self.addEventListener('install', event => event.waitUntil(onInstall(event)));
self.addEventListener('activate', event => event.waitUntil(onActivate(event)));
self.addEventListener('install', event => {
self.skipWaiting();
event.waitUntil(onInstall(event));
});

self.addEventListener('activate', event => {
event.waitUntil(onActivate(event));
self.clients.claim();
});
self.addEventListener('fetch', event => event.respondWith(onFetch(event)));

const cacheNamePrefix = 'offline-cache-';
Expand Down
Binary file modified service-worker.js.br
Binary file not shown.
Binary file modified service-worker.js.gz
Binary file not shown.

0 comments on commit f0e76ac

Please sign in to comment.