AppFlowy/frontend/rust-lib/event-integration/tests
Richard Shiue b557f89829
refactor: group controller traits (#4880)
* chore: remove async trait

* chore: require From<AnyMap> for trait TypeOption

* refactor: simplify group controller by removing GroupController trait

* chore: rename GroupControllerOperation trait to GroupController

* chore: add some docs

* chore: remove plural struct and use Vec directly

* chore: unnecessary mut

* chore: use same name to indicate passthrough

* chore: remove unused trait

* chore: rename group context to group controller context

* chore: remove group name

* chore: move type option interceptor to GroupCustomize and split off delegates for group context and group controller

* chore: adapt tests to changes

* chore: adapt flutter frontend to changes

* chore: code cleanup

* chore: fix clippy and adapt tauri frontend to changes

* chore: group controller code clean up

* chore: no need to pass cell data when moving row

* chore: rename some functions and variables

* chore: remove content filter
2024-03-16 17:18:40 +08:00
..
asset fix: stuck when importing large csv file (#4878) 2024-03-12 10:59:52 +08:00
database refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
document feat: initial file upload api (#4299) 2024-01-17 02:59:15 +08:00
folder feat: add icon field (#4824) 2024-03-13 15:07:52 +08:00
user feat: support changing the workspace icon (#4898) 2024-03-15 14:10:30 +08:00
main.rs refactor: rename flowy-test to event-integration (#3667) 2023-10-11 20:02:09 +08:00
util.rs refactor: deps crates (#4362) 2024-01-11 14:42:03 +08:00