AppFlowy/frontend/rust-lib
Kilu.He 177f7c4fa3
Support document multiple instance and change doc_id from String to &str (#2808)
* fix: support multiple document

* fix: change the doc_id params to ref

* fix: function to converge subscription state

* fix: mousedown behavior update

* fix: turn to textblock when the enter pressed in empty block

* fix: support cut

* fix: emoji caret

* fix: support slash arrow key

* fix: eslint padding-line-between-statements

* fix: add comment

* fix: block side menu bugs

* fix: support key event to select block menu option

* fix: support side menu arrow key

* fix: optimizate selectOptionByUpDown

* fix: format
2023-06-17 14:25:30 +08:00
..
dart-ffi chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-config feat: integrate postgres storage (#2604) 2023-05-23 23:55:21 +08:00
flowy-core Support document multiple instance and change doc_id from String to &str (#2808) 2023-06-17 14:25:30 +08:00
flowy-database2 test: import database integration (#2803) 2023-06-15 22:43:07 +08:00
flowy-document2 Support document multiple instance and change doc_id from String to &str (#2808) 2023-06-17 14:25:30 +08:00
flowy-error chore: create redo/undo bridge (#2760) 2023-06-15 10:37:51 +08:00
flowy-folder2 test: import database integration (#2803) 2023-06-15 22:43:07 +08:00
flowy-net chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-notification Refactor: delete unused crates (#2543) 2023-05-17 09:49:39 +08:00
flowy-server chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-sqlite chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
flowy-task Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
flowy-test test: import database integration (#2803) 2023-06-15 22:43:07 +08:00
flowy-user chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
lib-dispatch Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
lib-log refactor: group event (#2640) 2023-05-28 22:54:03 +08:00
.gitignore feat: Integrate supabase (#2551) 2023-05-21 18:53:59 +08:00
Cargo.lock chore: create redo/undo bridge (#2760) 2023-06-15 10:37:51 +08:00
Cargo.toml feat: row document (#2792) 2023-06-14 22:16:33 +08:00
covtest.rs Code coverage for Rust (#1263) 2022-10-11 19:54:31 +08:00
rust-toolchain.toml chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
rustfmt.toml feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00