AppFlowy/frontend/rust-lib/flowy-database2
Mohammad Zolfaghari f5a9f2bf4d
fix: persist group order on reopenning AppFlowy (#4080)
* fix: persist group order on reopenning AppFlowy

Currently if you change groups order, on restarting AppFlowy they
will go back to what they were before.
This was because merge_groups function was not respecting the group
orders which were saved before as group settings.

* refactor: enhance the merge_group function

* refactor: use extend instead of for loop
2023-12-20 12:31:00 +08:00
..
src fix: persist group order on reopenning AppFlowy (#4080) 2023-12-20 12:31:00 +08:00
tests refactor: database field type option (#4136) 2023-12-20 11:11:38 +08:00
build.rs feat: migrate flowy-database (#2373) 2023-04-28 14:08:53 +08:00
Cargo.toml feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
Flowy.toml feat: migrate flowy-database (#2373) 2023-04-28 14:08:53 +08:00