AppFlowy/frontend/appflowy_flutter/lib
Mohammad Zolfaghari 066bba95f5
fix: update auto-update fields on change group (#3833)
* fix: update auto-update fields on change group

auto-update fields should get updated when on moving row from one
group to another. They where getting updated only on changing row
properties directly.
Also added integration test for changing row groupd related to #3010.

* style: rust format

* fix: add board group test to runner

* fix: update auto updated fiels only when group has changed

* fix: apply group changeset before move_row

* fix: get from_row before move_row

* fix: groups method changed to get_all_groups

* fix: pass from group id in move group payload

We can't know the from group id from the row itself. Because a row
can exist in multiple groups (group by multiselect).

* fix: MoveGroupRowPayloadPB from_group_id index
2023-12-01 00:24:10 +08:00
..
core feat: custom server url in application (#3996) 2023-11-24 11:54:47 +08:00
date feat: reminder (#3374) 2023-10-02 15:12:24 +08:00
env tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
mobile feat: hide tabbar when pushing to view page (#4050) 2023-11-30 16:56:59 +08:00
plugins fix: update auto-update fields on change group (#3833) 2023-12-01 00:24:10 +08:00
startup feat: hide tabbar when pushing to view page (#4050) 2023-11-30 16:56:59 +08:00
user chore: improve UI in MobileSignInScreen (#4048) 2023-11-30 10:03:25 +08:00
util feat: mobile setting page, trash page and recent file UI with mock data (#3734) 2023-10-25 21:29:50 +08:00
workspace feat: mobile board view (#4030) 2023-11-30 10:01:29 +08:00
main.dart feat: encrypt collab update (#3215) 2023-08-17 23:46:39 +08:00