Lucas.Xu
c009347735
Merge remote-tracking branch 'origin/main' into develop
...
# Conflicts:
# frontend/appflowy_flutter/lib/plugins/database_view/application/database_view_service.dart
# frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/base/link_to_page_widget.dart
# frontend/appflowy_flutter/lib/plugins/trash/application/trash_bloc.dart
# frontend/appflowy_flutter/lib/plugins/trash/application/trash_service.dart
# frontend/appflowy_flutter/lib/workspace/application/app/app_bloc.dart
# frontend/appflowy_flutter/lib/workspace/application/app/app_service.dart
# frontend/appflowy_flutter/lib/workspace/application/menu/menu_bloc.dart
# frontend/appflowy_flutter/lib/workspace/application/workspace/workspace_service.dart
# frontend/appflowy_flutter/lib/workspace/presentation/home/menu/app/header/header.dart
# frontend/appflowy_flutter/test/bloc_test/grid_test/filter/filter_util.dart
# frontend/appflowy_flutter/test/bloc_test/grid_test/grid_bloc_test.dart
# frontend/appflowy_flutter/test/bloc_test/grid_test/util.dart
# frontend/appflowy_flutter/test/bloc_test/home_test/view_bloc_test.dart
# frontend/rust-lib/flowy-database/src/services/database/database_editor.rs
# frontend/rust-lib/flowy-database/src/services/persistence/migration/database_view_migration.rs
2023-04-18 19:06:21 +08:00
Lucas.Xu
aac5c2a4da
feat: add require_trailing_commas to analysis_options.ymal. ( #2227 )
2023-04-10 15:10:42 +08:00
Nathan.fooo
e1c8135f5d
refactor: folder with yrs
...
* feat: try using folder2
* feat: update
* feat: implement handlers
* fix: compile errors
* chore: add unsafe send + sync
* feat: remove unsafe impl
* fix: replace folder with foler2
* chore: dart compile errors
* test: fix test
* test: fix test
* test: bypass existing tests
* feat: open latest view
* chore: fix dart warnings
* chore: config notification
* fix: folder notification bugs
* fix: doesn't open the new view after creating
* chore: rename struct
* refactor: user id
* test: fix test
* chore: remove unused user_id
* fix: fix read workspace views
* chore: rename appflowy data folder
* chore: update ref
* fix: tauri build
2023-04-04 08:41:16 +08:00
Nathan.fooo
888c7977eb
fix: paser workspce pb ( #2005 )
2023-03-16 17:16:15 +08:00
Nathan.fooo
61fd608200
Feat/view map database ( #1885 )
...
* refactor: rename structs
* chore: read database id from view
* chore: fix open database error because of create a database view for database id
* chore: fix tests
* chore: rename datbase id to view id in flutter
* refactor: move grid and board to database view folder
* refactor: rename functions
* refactor: move calender to datbase view folder
* refactor: rename app_flowy to appflowy_flutter
* chore: reanming
* chore: fix freeze gen
* chore: remove todos
* refactor: view process events
* chore: add link database test
* chore: just open view if there is opened database
2023-02-26 16:27:17 +08:00