chore: remove @logseq/capacitor-file-sync and capacitor fs

This commit is contained in:
Tienson Qin
2025-05-13 19:13:39 +08:00
parent 85b4243aac
commit 0d99eea39f
16 changed files with 65 additions and 4803 deletions

View File

@@ -218,10 +218,6 @@
:mobile/show-toolbar? false
:mobile/show-recording-bar? false
:mobile/show-tabbar? false
;;; Used to monitor mobile app status,
;;; value spec:
;;; {:is-active? bool, :timestamp int}
:mobile/app-state-change (atom nil)
;; plugin
:plugin/enabled (and util/plugin-platform?
@@ -2228,12 +2224,6 @@ Similar to re-frame subscriptions"
(every? not-empty (vals agent-opts)))
(str protocol "://" host ":" port))))
(defn set-mobile-app-state-change
[is-active?]
(set-state! :mobile/app-state-change
{:is-active? is-active?
:timestamp (inst-ms (js/Date.))}))
(defn get-sync-graph-by-id
[graph-uuid]
(when graph-uuid