mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
enhance: display a loading button when importing files from the disk
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
:repo/sync-status {}
|
||||
:repo/changed-files nil
|
||||
:nfs/user-granted? {}
|
||||
:nfs/loading-files? nil
|
||||
:nfs/refreshing? nil
|
||||
;; TODO: how to detect the network reliably?
|
||||
:network/online? true
|
||||
@@ -113,6 +112,10 @@
|
||||
[]
|
||||
(get-in (get-route-match) [:data :name]))
|
||||
|
||||
(defn home?
|
||||
[]
|
||||
(= :home (get-current-route)))
|
||||
|
||||
(defn get-current-page
|
||||
[]
|
||||
(and
|
||||
|
||||
Reference in New Issue
Block a user