From 3388b6029abfc9fc1fbd1a146123478fed86f413 Mon Sep 17 00:00:00 2001 From: WofWca Date: Sun, 2 Apr 2023 18:01:19 +0400 Subject: [PATCH] WIP --- index.html | 3 + package.json | 3 + pnpm-lock.yaml | 102 ++++++++++++++++++++-- src/localBackend/buckets.ts | 96 ++++++++++++++------- src/localBackend/sync.ts | 120 ++++++++++++++++++++++++++ src/localBackend/tasks.ts | 127 +++++++++++++++++++++------- src/localBackend/webxdc.d.ts | 71 ++++++++++++++++ src/views/user/settings/General.vue | 43 ++++++++++ 8 files changed, 495 insertions(+), 70 deletions(-) create mode 100644 src/localBackend/sync.ts create mode 100644 src/localBackend/webxdc.d.ts diff --git a/index.html b/index.html index a400eff88d..d48b04b5b6 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,9 @@ We're sorry but Vikunja doesn't work properly without JavaScript enabled. Please enable it to continue.
+ +