AppFlowy/frontend/appflowy_flutter/lib
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
..
core fix: sign in toast issue (#4895) 2024-03-14 09:17:59 +08:00
date feat: use result instead of either (#4724) 2024-02-24 21:54:10 +08:00
env chore: bump client api (#4819) 2024-03-07 12:50:28 +08:00
mobile refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
plugins refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
shared feat: feature flag in settings page (#4833) 2024-03-07 09:28:58 +08:00
startup feat: support el_GR language (#4922) 2024-03-16 11:53:34 +08:00
user fix: sign in toast issue (#4895) 2024-03-14 09:17:59 +08:00
util fix: image url check for embed link (#4826) 2024-03-06 16:31:30 +01:00
workspace feat: support changing the workspace icon (#4898) 2024-03-15 14:10:30 +08:00
main.dart fix: tooltips and overlay related issues (#4206) 2023-12-27 11:11:14 +08:00