AppFlowy/frontend/appflowy_flutter/test/bloc_test
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
..
app_setting_test feat: word and char count (#4705) 2024-02-25 16:46:13 +01:00
board_test refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
grid_test fix: number and select filter logic (#4828) 2024-03-14 14:27:57 +08:00
home_test feat: open workspace, rename workspace and update workspace icon (#4818) 2024-03-05 13:51:03 +08:00
shortcuts_test chore: upgrade flutter to 3.13.9 (#3936) 2023-11-14 22:33:07 +08:00