fix: remove redundancy paths on db

This commit also removes the fragile files including page-metadata.edn
and metadata.edn.
This commit is contained in:
Tienson Qin
2022-11-07 13:29:15 +08:00
parent 7099158ee3
commit e56fb0fa53
11 changed files with 41 additions and 225 deletions

View File

@@ -767,9 +767,9 @@
:native-icloud? (not (string/blank? (state/get-icloud-container-root-url)))
:logged? (user-handler/logged-in?)} opts)]
(if (mobile-util/native-ios?)
(do (state/set-modal!
#(graph-picker/graph-picker-cp opts')
{:label "graph-setup"}))
(state/set-modal!
#(graph-picker/graph-picker-cp opts')
{:label "graph-setup"})
(page-handler/ls-dir-files! st/refresh! opts'))))
(defmethod handle :file/alter [[_ repo path content]]