This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6e9a5a16a6
AppFlowy
/
frontend
/
rust-lib
/
flowy-document2
/
tests
/
main.rs
3 lines
26 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: Support ui update when receive doc changes (#2270) * fix: add method * fix: update text block and doc title * fix: support ui update when receive doc changes * fix: modify the subscribe change * chore: add test for document manager * chore: add test for document manager * chore: add insert and update test for document manager * fix: load document data * fix: add update page block test * fix: try fix again * fix: node can not rerender when the node data change * fix: it should cover all content when the text delta updated * fix: add insert and delete operation in left menu * fix: put the UI Actions in async thunks * fix: remove log * fix: split text block * fix: review code --------- Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> Co-authored-by: nathan <nathan@appflowy.io>
2023-04-24 06:25:00 +00:00
mod
document
;
feat: load the readme file when first time launch (#2676) * chore: bump version 0.2.0 * test: add migration test * feat: support exporting document data to afdoc format (#2610) * feat: support exporting document data to afdoc format * feat: export database * fix: resolve comment issues * fix: add error tips when exporting files failed --------- Co-authored-by: nathan <nathan@appflowy.io> * feat: rename delta * feat: add built-in readme * fix: use independent children id * fix: comment typo * chore: add icons * fix: floating toolbar style * fix: markdown export test * chore: disbale moveup/movedown action * fix: unit test --------- Co-authored-by: nathan <nathan@appflowy.io>
2023-06-01 12:18:40 +00:00
mod
parser
;
Reference in New Issue
Copy Permalink