Nathan.fooo
e36f9aee4e
chore: bump collab version ( #6363 )
2024-09-20 16:19:04 +08:00
Jessie.H
0a5f98014c
chore: update zh-TW translations ( #6357 )
2024-09-20 10:01:19 +08:00
Mathias Mogensen
e5cb16f5b3
chore: add changelog for 0.7.0 ( #6355 )
2024-09-19 08:15:34 +02:00
Lucas
aa06c78b68
fix: settings page minor issues ( #6354 )
2024-09-19 13:40:08 +08:00
Lucas
da03f40d29
fix: icon doesn't align with the editor when the editor is not initialized ( #6345 )
2024-09-19 10:57:06 +08:00
Mathias Mogensen
6ddbb418eb
fix: image upload loading ( #6351 )
2024-09-19 00:33:13 +02:00
Nathan.fooo
f9f5ae04d0
chore: fix potential when open a workspace with retry will cause lock… ( #6344 )
...
* chore: fix potential when open a workspace with retry will cause lock issue
* chore: disable verbose log
2024-09-18 21:00:01 +08:00
Richard Shiue
71e7f54367
fix(flutter_desktop): alignment on filter and sort menu ( #6337 )
2024-09-18 20:28:13 +08:00
Lucas
c5afbb97a0
feat: support settings on sign in page ( #6342 )
...
* feat: support settings on sign in page
* feat: add settings entry in sign in page
* feat: support exporting log files on desktop
* chore: remove openfile dependency
2024-09-18 18:03:03 +08:00
Chikage0o0
d189c1ca4e
chore: update zh-CN translations ( #6281 )
...
fix chinese translation
2024-09-18 14:45:58 +08:00
Lucas
630fdb8995
feat: support moveTo feature in more action menu ( #6338 )
...
* feat: support moveTo feature in more action menu
* fix: unable to switch to another workspace
* fix: integration test
* chore: update editor version
* fix: integration test
2024-09-18 14:45:25 +08:00
Lucas
522143cfd8
feat: support adjusting document width ( #6327 )
...
* feat: support adjusting document width
* chore: refactor padding calculation function
* fix: remove reset confim dialog
* chore: remove unused code
* feat: update sider position
* feat: use max width instead of padding
* fix: remove unused code
* fix: padding is negative error
* fix: set maxDocumentWidth to 480 * 4 and minDocumentWidth to 480
* fix: integration test
2024-09-18 10:43:23 +08:00
Richard Shiue
1dedb909e5
fix(flutter_desktop): incorrect row meta in row detail page ( #6329 )
2024-09-17 21:49:52 +08:00
Lucas
605a079927
fix: inputting backtick will crash when using French IME ( #6321 )
...
* fix: inputting backtick will crash when using French IME
* feat: convert backtick to codeblock
* chore: update frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/backtick_character_command.dart
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
2024-09-17 14:12:17 +08:00
Lucas
938abb396e
fix: dismiss settings dialog after signing in ( #6324 )
...
* fix: dismiss settings dialog after signing in
* fix: tests
* fix: use boardcast stream to allow multiple listener
2024-09-17 13:19:15 +08:00
Richard Shiue
a406dfbc43
fix(flutter_desktop): make icon of primary cells align to top ( #6328 )
...
* fix: make icon of primary cells align to top
* chore: use FlowyText.emoji
2024-09-17 11:24:34 +08:00
Kilu.He
f303674737
fix: fixed image size for media cell ( #6325 )
2024-09-16 23:24:09 +08:00
Mathias Mogensen
2bc9753f60
fix: show count of files on card per column ( #6323 )
...
* fix: show count of files on card per column
* fix: analyzer
2024-09-16 15:18:14 +02:00
Richard Shiue
56cc7bb972
test(flutter_desktop): add grid integration tests ( #6298 )
...
* test: run board integration tests
* test: add grid integration tests
* test: fix delete group test
* chore: fix rust-lib tests
* chore: comment out failing test fix tests and remove tOdOS
2024-09-16 21:01:08 +08:00
Richard Shiue
710e894446
fix: grid filters ( #6317 )
2024-09-16 17:34:02 +08:00
Lucas
d67d77f442
feat: support dragging the block to reorder ( #6285 )
...
* feat: support dragging the block to reorder
* feat: render feedback widget
* feat: add drag to move translation
* fix: the feedback widget doesn't update after node changed
* feat: render table placeholder
* feat: implement auto scroll when dragging to edge
* chore: add back the drop images/files feature
* chore: code refactor
* feat: exclude image and file block
* feat: exclude image gallery and database block
2024-09-16 17:01:02 +08:00
nathan
129db6925c
chore: clippy
2024-09-16 16:53:47 +08:00
nathan
924df56d28
chore: clippy
2024-09-16 16:07:29 +08:00
Nathan.fooo
c2b194b1d2
chore: remove cancel get rows ( #6320 )
...
* chore: config flutter logs
* chore: remove cancellation when get rows
* chore: clippy
2024-09-16 15:46:18 +08:00
Kilu.He
68986bd170
fix: modified primary cell ( #6319 )
2024-09-16 15:13:22 +08:00
Kilu.He
e4029d05dc
feat: support file media on web ( #6318 )
2024-09-16 14:24:25 +08:00
Nathan.fooo
f1bc9f860c
fix: untitled override the true value in row details page ( #6315 )
...
* fix: untitled override the true value in row details page
* chore: use on complete edit callback
* chore: fix test
* chore: fix test
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2024-09-16 13:19:36 +08:00
Lucas
b865037728
chore: downgrade appimage builder ( #6291 )
2024-09-16 09:32:43 +08:00
Lucas
7e0de1f69c
fix: view title doesn't update after renaming from 'more' button ( #6309 )
2024-09-16 09:32:32 +08:00
Mathias Mogensen
12c575dbbe
feat: cover in database row ( #6238 )
...
* feat: cover in database
* chore: clean debugPrint
* chore: update collab rev
* feat: add cover functionality
* fix: provider issue for calendarbloc in popover
* feat: mobile row cover
* fix: imports after merge
* test: add media test to runner
* fix: mobile cover
* test: add row cover tests
* fix: add isClosed check
2024-09-15 22:33:18 +02:00
Mathias Mogensen
f44fb02e4a
fix: provider issue in row document ( #6289 )
...
* fix: provider issue in row document
* fix: use bloc consumer
2024-09-15 22:33:00 +02:00
Richard Shiue
4df59ca421
fix(flutter_desktop): reordering or creating a row while sorts are active ( #6306 )
...
* fix: reordering or creating a row while sorts are active
* test: fix integration test
2024-09-15 23:46:41 +08:00
Richard Shiue
7fee00ab72
chore(flutter_desktop): show full name of groups on hover ( #6307 )
...
* chore: show full name of groups on hover
* fix: elide text on overflow
2024-09-15 23:46:22 +08:00
Nathan.fooo
7271e0a108
chore: update ai model name ( #6316 )
2024-09-15 23:36:29 +08:00
Nathan.fooo
877236baf9
fix: sort with original row orders ( #6314 )
...
* fix: sort with original row orders
* chore: bump collab
2024-09-15 19:14:16 +08:00
Kilu.He
2c66634c89
feat: support invitation page ( #6300 )
2024-09-15 13:45:13 +08:00
Nathan.fooo
609ea27c42
fix: write/load database/document collab ( #6308 )
...
* chore: post document collab after create
* chore: write database rows
* chore: fix test
* chore: fix test
* chore: bump collab
* chore: fix get related row
* chore: try to fix open database error
* chore: update client api
2024-09-15 00:02:17 +08:00
Nathan.fooo
aafdb80455
chore: bump collab that removes timeout when loading row ( #6296 )
2024-09-13 14:08:39 +08:00
Mathias Mogensen
4888d5d528
fix: media option improvements ( #6260 )
...
* feat: hide file names option
* chore: copywriting fixes
* fix: mobile cell
* feat: browse all images in a cell in viewer
* chore: unused variable
* fix: dialogs on download file
* feat: upload multiple files at once
* test: improve test coverage
* fix: missing format of rust files from merge
2024-09-13 00:12:13 +02:00
Nathan.fooo
21cc130e4e
chore: unfinalized rows ( #6283 )
...
* chore: unfinalized rows
* chore: blocking read
* chore: fix test
* chore: clippy
2024-09-12 22:27:11 +08:00
Annie
a02de1a435
chore: update README.md ( #6286 )
...
* chore: Update README.md
added links to App Store and Play Store
* Update README.md
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-09-12 21:23:41 +08:00
Mathias Mogensen
477683d454
fix: card rebuild issue ( #6277 )
2024-09-12 15:27:32 +08:00
Lucas.Xu
340f37e00d
chore: update appflowy_editor version ( #6282 )
...
* chore: update connectivity_plus
* chore: update appflowy_editor
* chore: enable editor log when enableDocumentInternalLog is true
* chore: update podfile.lock
* Revert "chore: update podfile.lock"
This reverts commit 41dbcad8c1
.
* fix: compile
* chore: revert hotkey changes
* chore: revert network_monitor change
2024-09-12 14:40:19 +08:00
Richard Shiue
eea3004a97
feat(flutter_desktop): colored column names in kanban board ( #6270 )
...
* feat: colored column names in kanban board
* fix: rename group event
* chore: add comment for rough design
* chore: revert unintentional changes
* fix: use new colors and use new delete confirmation dialog
2024-09-12 09:32:23 +08:00
Nathan.fooo
f59772756a
chore: adjust num of preload rows ( #6280 )
...
* chore: concurrent load rows
* chore: update client api
* chore: fix build
2024-09-12 08:47:49 +08:00
Lucas.Xu
1cf4f493db
feat: ai writer on multi-lines of text ( #6267 )
...
* feat: ai writer on multi-lines of text
* feat: use flutter_bloc to manage ai response
* feat: integrate smart_edit_bloc
* fix: bloc not found
* feat: support 'fix spelling and grammer'
* fix: add log to address ai generate issue
2024-09-11 20:15:27 +08:00
Kilu.He
c5a9dea721
feat: update iOS download link ( #6276 )
2024-09-11 11:24:01 +08:00
Nathan.fooo
7d2719dd71
fix: filter rows sometime not working ( #6272 )
2024-09-10 23:41:06 +08:00
Lucas.Xu
2ef896fb4a
feat: support moving cursor using keyboard gesture on mobile ( #6239 )
...
* fix: invalid value when inserting image
* feat: support moving cursor using keyboard gesture on mobile
* fix: invalid value when inserting image
2024-09-10 16:33:16 +08:00
Lucas.Xu
a0c6fb2fe8
fix: the last block of a doc is randomly moved to the first position of the doc ( #6264 )
2024-09-10 16:32:51 +08:00