From 49d083523614f1331ca6b0924577b99e61e99f16 Mon Sep 17 00:00:00 2001 From: Alex Maras Date: Wed, 29 Jun 2022 21:11:03 +0800 Subject: [PATCH 1/5] fix: disable workbox to prevent failure with service worker --- client/nuxt.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/nuxt.config.js b/client/nuxt.config.js index 132f0146..0d0e4a78 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -120,6 +120,9 @@ module.exports = { sizes: "512x512" } ] + }, + workbox: { + enabled: false, } }, From 3f6bc908244d61b25984abd873d1be465e63be24 Mon Sep 17 00:00:00 2001 From: jmt-gh <13617455+jmt-gh@users.noreply.github.com> Date: Wed, 29 Jun 2022 08:25:12 -0700 Subject: [PATCH 2/5] remove truncation from number column --- client/pages/config/stats.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/config/stats.vue b/client/pages/config/stats.vue index 5b653e7f..46bb44b5 100644 --- a/client/pages/config/stats.vue +++ b/client/pages/config/stats.vue @@ -48,7 +48,7 @@