AppFlowy/frontend
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
..
.vscode fix: number and select filter logic (#4828) 2024-03-14 14:27:57 +08:00
appflowy_flutter refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
appflowy_tauri refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
appflowy_web chore: bump client api and collab (#4900) 2024-03-14 16:23:45 +08:00
resources chore: update ja-JP translations (#4921) 2024-03-16 10:29:06 +08:00
rust-lib refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
scripts chore: add iOS integration test CI (#4822) 2024-03-05 17:20:27 +08:00
Makefile.toml chore: 052 (#4890) 2024-03-13 19:40:36 +08:00