wip page rename

This commit is contained in:
Tienson Qin
2024-01-07 16:27:11 +08:00
parent fa2892cef6
commit 8f8acf1d77
14 changed files with 345 additions and 641 deletions

View File

@@ -516,11 +516,6 @@
fs-util/include-reserved-chars?
#(fs-util/include-reserved-chars? (-relative-path %)))
reserved-paths (filter f paths)]
(when (seq reserved-paths)
(let [paths (if path-string? reserved-paths (map -relative-path reserved-paths))]
(when (seq paths)
(state/pub-event! [:ui/notify-outdated-filename-format paths]))
(prn "Skipped uploading those file paths with reserved chars: " paths)))
(vec (remove f paths))))
(defn- diffs->filetxns