fix: rename Card View to Gallery View

Don't overload 'Card' to mean multiple things.
Also improved migration docstrings
This commit is contained in:
Gabriel Horner
2024-10-14 15:33:18 -04:00
parent 500da0d7e1
commit 53556d9230
5 changed files with 58 additions and 40 deletions

View File

@@ -484,7 +484,6 @@
(let [command (some-> state state->highlighted-item :source-command)]
(when-let [action (:action command)]
(action)
(prn :trigger (:id command))
(when-not (contains? #{:graph/open :graph/remove :dev/replace-graph-with-db-file :ui/toggle-settings :go/flashcards} (:id command))
(shui/dialog-close! :ls-dialog-cmdk)))))