fix: marker

pull/1556/head
Tienson Qin 2021-03-29 13:15:40 +08:00
parent d1e366e05d
commit cb776b1e19
2 changed files with 3 additions and 3 deletions

View File

@ -1011,14 +1011,14 @@
[?block :block/scheduled ?d]
[?block :block/deadline ?d])
[(get-else $ ?block :block/repeated? false) ?repeated]
[(get-else $ ?block :block/marker "DONE") ?marker]
[(get-else $ ?block :block/marker "NIL") ?marker]
[(not= ?marker "DONE")]
[(not= ?marker "CANCELED")]
[(not= ?marker "CANCELLED")]
[(<= ?d ?future)]
(or-join [?repeated ?d ?day]
[(true? ?repeated)]
[(= ?d ?day)])]
[(>= ?d ?day)])]
date
(+ date 7))
react

View File

@ -1,3 +1,3 @@
(ns frontend.version)
(defonce version "0.0.15-3")
(defonce version "0.0.15-4")