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
ec89e9517b
feat: init flowy document 2 ( #2248 )
...
* feat: init flowy document 2
* feat: convert inner document to document PB
* feat: integrate colla document into Flutter
* feat: integrate colla document into tauri
* fix: cargo clippy
2023-04-13 18:53:51 +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
Gunjan Lunkad
3039f0427f
fix : Code block parser implementation ( #2046 )
...
* fix: Code block implementation
* fix: Added test to cover CodeBlock
* fix: typos
* fix: Code block implementation
* fix: typos
2023-03-23 16:30:52 +08:00
Nathan.fooo
7106195d8a
Feat/calendar with backend data ( #1930 )
...
* chore: enable calendar view
* chore: update database group listener
* refactor: remove board data controller
* refactor: remove group backend service
* refactor: remove calendar controller
* chore: create default calendar setting
* chore: send calednar setting notifications
* refactor: rename the card in kanban board, prepare to reuse in calendar
* refactor: support custom card cell
* chore: return calendar events
* refactor: remove groupId in card, make card more generic
* chore: display cell
* chore: display three cards in calendar
* chore: create calendar card
* refactor: create row with data
* chore: support create event
* ci: fix tauri build
* chore: disable create calendar
2023-03-08 21:19:44 +08:00
Lucas.Xu
7ff4cecd09
feat: add cover migration for document ( #1929 )
...
* feat: add cover migration for document
* fix: should not delete the cover when selecting all
* fix: chinese characters for openai
2023-03-07 09:33:59 +08:00
Lucas.Xu
085ef8f668
Feature/smart edit v2 ( #1880 )
...
* feat: add edit api to openai client
* feat: add translation
* chore: format code
* feat: add smart edit plugin
* fix: close http.client when dispose
* fix: insert openai result to wrong position
* feat: optimize the replace text logic
* test: add test for normalize and getTextInSelection function
* chore: update error message
2023-02-28 14:34:13 +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