From bde472d6495bce2f0231400bfd3d31d001fd6176 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 5 Jan 2026 18:35:14 +0200 Subject: [PATCH] feat(client/standalone): basic service worker attempt --- apps/client/src/desktop.html | 25 ++++- apps/client/src/local-bridge.ts | 67 ++++++++++++ apps/client/src/local-server-worker.ts | 83 ++++++++++++++ apps/client/src/sw.ts | 144 +++++++++++++++++++++++++ 4 files changed, 317 insertions(+), 2 deletions(-) create mode 100644 apps/client/src/local-bridge.ts create mode 100644 apps/client/src/local-server-worker.ts create mode 100644 apps/client/src/sw.ts diff --git a/apps/client/src/desktop.html b/apps/client/src/desktop.html index d4b7b190c..81ef3b387 100644 --- a/apps/client/src/desktop.html +++ b/apps/client/src/desktop.html @@ -6,7 +6,7 @@ - + Trilium Notes @@ -24,6 +24,24 @@ + + +