AppFlowy/frontend/appflowy_flutter/lib/mobile/presentation
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
..
base fix: bottom sheet color and sort ui imrprovement (#4849) 2024-03-08 10:16:03 +08:00
bottom_sheet chore: revamp mobile url editor (#4602) 2024-03-14 09:36:29 +08:00
database refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
editor chore: code cleanup according to unintroduced lints (#4488) 2024-01-25 23:37:36 +08:00
favorite feat: open workspace, rename workspace and update workspace icon (#4818) 2024-03-05 13:51:03 +08:00
home feat: open workspace, rename workspace and update workspace icon (#4818) 2024-03-05 13:51:03 +08:00
notifications feat: open workspace, rename workspace and update workspace icon (#4818) 2024-03-05 13:51:03 +08:00
page_item fix: bottom sheet issues (#4523) 2024-01-28 22:50:25 +08:00
setting fix: v0.5.1 issues (#4844) 2024-03-07 23:13:04 +08:00
widgets fix: bottom sheet color and sort ui imrprovement (#4849) 2024-03-08 10:16:03 +08:00
mobile_bottom_navigation_bar.dart feat: add block menu (#4222) 2023-12-28 12:37:10 +08:00
presentation.dart chore: delete placeholder code and clean code (#4503) 2024-02-04 00:56:50 +08:00
root_placeholder_page.dart feat: edit property (#4065) 2023-12-02 20:39:03 +08:00