|
@@ -2,7 +2,7 @@
|
|
|
(:require [clojure.string :as string]))
|
|
(:require [clojure.string :as string]))
|
|
|
|
|
|
|
|
(defonce built-in-pages-names
|
|
(defonce built-in-pages-names
|
|
|
- #{"NOW" "LATER" "DOING" "DONE" "IN-PROGRESS" "TODO" "WAIT" "WAITING" "A" "B" "C" "Favorites" "Contents" "card"})
|
|
|
|
|
|
|
+ #{"NOW" "LATER" "DOING" "DONE" "CANCELED" "CANCELLED" "IN-PROGRESS" "TODO" "WAIT" "WAITING" "A" "B" "C" "Favorites" "Contents" "card"})
|
|
|
|
|
|
|
|
(def built-in-pages
|
|
(def built-in-pages
|
|
|
(mapv (fn [p]
|
|
(mapv (fn [p]
|