Lucas.Xu
21199c04ac
Fix/1936 ( #1939 )
...
* fix: [Bug] Code block jump skip blank line
* fix: auto completion interaction
* Revert "fix: [Bug] Code block jump skip blank line"
This reverts commit 5a252bcb18
.
* fix: [Bug] Code block jump skip blank line
* fix: number list parse error
2023-03-09 10:10:31 +08:00
Nathan.fooo
d3823eb076
refactor: moving grid widgets used by other database view to upper level folder
...
* refactor: export UIs in flowy_infra_ui
* refactor: move cells to upper level folder
* refactor: move cell blocs
2023-03-09 09:51:04 +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
e73870e6e2
fix: auto generator bugs ( #1934 )
2023-03-08 08:58:28 +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
Nathan.fooo
7e7cee4bf4
chore: add tauri database group test ( #1924 )
...
* chore: add tauri database group test
* chore: add more tests
* chore: enable run all tests
* chore: rename test folder
2023-03-05 16:26:27 +08:00
Nathan.fooo
3f0d3d802a
fix: dart test ( #1920 )
2023-03-04 08:59:40 +08:00
Nathan.fooo
59a1910b3c
Refactor/database classes ( #1913 )
2023-03-03 18:31:30 +08:00
Muhammad Rizwan
f1316acfcc
Implement cover plugin 1868 ( #1897 )
...
* implement_cover_plugin_#1868
* code cleanup
* fix: CI issue fix
* fix: cover plugin implementation finalized
* fix: localization fixes
* fix: added add cover button
* chore: optimize the cover plugin code
* feat: auto hide the add button and cover buttons when leaving
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-03-02 19:34:22 +08:00
Lucas.Xu
fd41459a30
fix: smart edit bugs ( #1911 )
2023-03-02 19:34:08 +08:00
Lucas.Xu
a1a5675875
fix: openai for summarize doesn't work when mutliple selecting ( #1904 )
2023-03-01 17:38:14 +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
4a81fed6e4
fix: group with not support field test ( #1890 )
2023-02-27 19:00:00 +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