Skip to content

Commit

Permalink
Info. Only display visited count if > 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi66 committed May 28, 2024
1 parent d4715d9 commit 88d6a60
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
Binary file modified _framework/Book.pdb.gz
Binary file not shown.
Binary file modified _framework/Book.wasm
Binary file not shown.
Binary file modified _framework/Book.wasm.br
Binary file not shown.
Binary file modified _framework/Book.wasm.gz
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": "Book",
"resources": {
"hash": "sha256-GLz3H7KOhbC3BW5Prn1mDU5XuhcAjPjNhUSADsYxwnw=",
"hash": "sha256-8w4AhykqSDHfpcwUotDaHCcYrVOTmNYuS5OcrkGRlmo=",
"jsModuleNative": {
"dotnet.native.8.0.5.wkyh9oo3kb.js": "sha256-lkFc2fKj8dqoAHuxc/Unl13t2HadhodNXoP+8xTnWK0="
},
Expand All @@ -18,7 +18,7 @@
"Bit.Besql.wasm": "sha256-qOHafnPUqorW6J3sRHk+R8qhKPLK/FtXA1HUSBX/k1Y=",
"Blazor-ApexCharts.wasm": "sha256-kdPzJLs0y40by14jx+OI3UtiiJxv17vH3Hq0iKJaxKY=",
"Blazored.LocalStorage.wasm": "sha256-OaMAAd5n7ORfyur5e3QIyEVKJ76MKIvwbg7/icnnYcU=",
"Book.wasm": "sha256-FnGAsrDSJE9iJ5mdYFKFqWtgHZvJAcApfLrWcoxtNVg=",
"Book.wasm": "sha256-8A4Q/7N64Gpwjyc2zFPq5QHXlJpqLnTYUXnv6jJqsfY=",
"FluentValidation.wasm": "sha256-r9LyU/ai1EklmxBpjZXuv8cdAf8HD8fJyC6gTkgAx14=",
"Microsoft.AspNetCore.Components.Forms.wasm": "sha256-F/b8c141U/fiV6IhZVK1pfQSniboFMGKF1gJ+LPZ6BY=",
"Microsoft.AspNetCore.Components.wasm": "sha256-onpBHUX7LzfRu0zpJtwjl8/6pk+NZlsCKhUpCGTZMp8=",
Expand Down Expand Up @@ -105,7 +105,7 @@
},
"satelliteResources": {
"fr": {
"Book.resources.wasm": "sha256-1PCOerlw6LVTYac9vErLbTpIeyrEf1icfxyBcfiwqCE="
"Book.resources.wasm": "sha256-coLqWu3mv11ew4sg44KTdSVwewNhVDPRbgSO+m1JuDw="
}
}
},
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.
Binary file modified _framework/fr/Book.resources.wasm
Binary file not shown.
Binary file modified _framework/fr/Book.resources.wasm.br
Binary file not shown.
Binary file modified _framework/fr/Book.resources.wasm.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions service-worker-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "_framework\/icudt.dat"
},
{
"hash": "sha256-SQjFd+C4XtAIa+GlDyX536nYwErPgeH\/3tGFp73rOfA=",
"hash": "sha256-2pOv5vd6\/RL+xhio+5MqL8gKQB229YUpFPeK98BmL0M=",
"url": "_framework\/blazor.boot.json"
},
{
Expand All @@ -41,7 +41,7 @@
"url": "_framework\/Blazored.LocalStorage.wasm"
},
{
"hash": "sha256-FnGAsrDSJE9iJ5mdYFKFqWtgHZvJAcApfLrWcoxtNVg=",
"hash": "sha256-8A4Q\/7N64Gpwjyc2zFPq5QHXlJpqLnTYUXnv6jJqsfY=",
"url": "_framework\/Book.wasm"
},
{
Expand Down Expand Up @@ -377,7 +377,7 @@
"url": "_framework\/System.Xml.XDocument.wasm"
},
{
"hash": "sha256-1PCOerlw6LVTYac9vErLbTpIeyrEf1icfxyBcfiwqCE=",
"hash": "sha256-coLqWu3mv11ew4sg44KTdSVwewNhVDPRbgSO+m1JuDw=",
"url": "_framework\/fr\/Book.resources.wasm"
},
{
Expand Down Expand Up @@ -481,5 +481,5 @@
"url": "_content\/MudBlazor\/MudBlazor.min.js"
}
],
"version": "d1VnsjU+"
"version": "ADv+fmPs"
};
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ async function onFetch(event) {

return cachedResponse || fetch(event.request);
}
/* Manifest version: d1VnsjU+ */
/* Manifest version: ADv+fmPs */

0 comments on commit 88d6a60

Please sign in to comment.