AppFlowy/frontend/appflowy_flutter/lib/mobile/presentation/database
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
..
board refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
card fix: bottom sheet color and sort ui imrprovement (#4849) 2024-03-08 10:16:03 +08:00
date_picker chore: mobile grid dark mode improvements (#4821) 2024-03-05 15:44:16 +08:00
field fix: bottom sheet color and sort ui imrprovement (#4849) 2024-03-08 10:16:03 +08:00
view fix: bottom sheet color and sort ui imrprovement (#4849) 2024-03-08 10:16:03 +08:00
mobile_calendar_events_empty.dart Fix: mobile improvements (#4480) 2024-01-24 12:07:02 +01:00
mobile_calendar_events_screen.dart feat: refactor app bar (#4539) 2024-01-29 23:13:06 +08:00
mobile_calendar_screen.dart chore: code cleanup according to unintroduced lints (#4488) 2024-01-25 23:37:36 +08:00
mobile_grid_screen.dart chore: code cleanup according to unintroduced lints (#4488) 2024-01-25 23:37:36 +08:00