logseq / logseq

A privacy-first, open-source platform for knowledge management and collaboration. Download link: http://github.com/logseq/logseq/releases. roadmap: http://trello.com/b/8txSM12G/roadmap
https://logseq.com
GNU Affero General Public License v3.0
30.26k stars 1.77k forks source link

Refactor/move property handler to outliner dep #11311

Closed tiensonqin closed 2 weeks ago

tiensonqin commented 2 weeks ago

This PR adds property-related operations to the outliner ops, hopefully, we can get rid of db/transact! and use ui-outliner-tx/transact! only to send transactions to the db worker.

The main benefit is that all the fns in logseq.outliner.property are synchronous now.