mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
feat: quick add (#11986)
* feat: quick add * enhance(ux): auto open block for editing for quick add * enhance(ux): show notification after quick add * add migration for quick add page
This commit is contained in:
@@ -73,6 +73,11 @@
|
||||
(->> (future (run-tests 'logseq.e2e.rtc-extra-test))
|
||||
(swap! *futures assoc :rtc-extra-test)))
|
||||
|
||||
(defn run-tag-basic-test
|
||||
[]
|
||||
(->> (future (run-tests 'logseq.e2e.tag-basic-test))
|
||||
(swap! *futures assoc :tag-basic-test)))
|
||||
|
||||
(defn run-all-basic-test
|
||||
[]
|
||||
(run-tests 'logseq.e2e.commands-basic-test
|
||||
|
||||
Reference in New Issue
Block a user