refactor: create blocks for class views

Table state will be stored in the view entity instead of the class.

This is for multiple views support, there could be multiple views
including table, kanban, card, etc.
This commit is contained in:
Tienson Qin
2024-07-08 09:44:47 +08:00
parent 19505ae692
commit b9603c56b7
5 changed files with 101 additions and 57 deletions

View File

@@ -9,7 +9,8 @@
[frontend.modules.outliner.ui :as ui-outliner-tx]
[frontend.modules.outliner.op :as outliner-op]
[frontend.state :as state]
[frontend.config :as config]))
[frontend.config :as config]
[logseq.outliner.op]))
(import-vars
[frontend.db.conn