AppFlowy/frontend/rust-lib
Richard Shiue a1abcd7626
refactor: database cell controller and builder (#4398)
* refactor: get row/field data from row cache and field controller in cell controller

* refactor: reorganize cell controller tasks and builder

* refactor: rename cell_builder.dart

* refactor: database editable cell builder

* refactor: database card cell builder

* fix: make it work

* fix: start cell listener and adjust cell style on desktop

* fix: build card cell

* fix: remove unnecessary await in tests

* fix: cell cache validation

* fix: row detail banner bugs

* fix: row detail field doesn't update

* fix: calendar event card

* test: fix integration tests

* fix: adjust cell builders to fix cell controller getting disposed

* chore: code review

* fix: bugs on mobile

* test: add grid header integration tests

* test: suppress warnings, reduce flaky test and group tests
2024-01-24 23:59:45 +08:00
..
.cargo chore: fix macos open crash (#4051) 2023-11-30 13:46:10 +08:00
build-tool feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
collab-integrate feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
dart-ffi feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
event-integration feat: initial file upload api (#4299) 2024-01-17 02:59:15 +08:00
flowy-ai fix: create offline document (#4350) 2024-01-10 18:43:13 +08:00
flowy-config refactor: crates (#4258) 2023-12-31 07:29:40 +08:00
flowy-core feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
flowy-database2 refactor: database cell controller and builder (#4398) 2024-01-24 23:59:45 +08:00
flowy-database-pub refactor: deps crates (#4362) 2024-01-11 14:42:03 +08:00
flowy-date feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
flowy-document feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
flowy-document-pub refactor: deps crates (#4362) 2024-01-11 14:42:03 +08:00
flowy-encrypt feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
flowy-error feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
flowy-folder feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
flowy-folder-pub feat: workspace service in user crate (#4373) 2024-01-12 14:34:59 +08:00
flowy-notification feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
flowy-server chore: bump client api to fix user session issue (#4445) 2024-01-23 01:33:52 +08:00
flowy-server-pub refactor: deps crates (#4362) 2024-01-11 14:42:03 +08:00
flowy-sqlite feat: workspace service in user crate (#4373) 2024-01-12 14:34:59 +08:00
flowy-storage feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
flowy-user feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
flowy-user-pub feat: workspace service in user crate (#4373) 2024-01-12 14:34:59 +08:00
lib-dispatch feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
lib-infra feat: wasm build (#4412) 2024-01-22 13:34:15 +08:00
lib-log fix: 040 bugs (#4285) 2024-01-03 11:41:29 +08:00
.gitignore chore: lib-dispatch wasm build (#4307) 2024-01-06 00:37:26 +08:00
Cargo.lock chore: bump client api to fix user session issue (#4445) 2024-01-23 01:33:52 +08:00
Cargo.toml feat: reminder on date (#4288) 2024-01-24 15:15:57 +01:00
covtest.rs Code coverage for Rust (#1263) 2022-10-11 19:54:31 +08:00
rust-toolchain.toml chore: support Rust 1.75 (#4246) 2023-12-30 01:22:06 +08:00
rustfmt.toml feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00