Nathan
ee69283a23
chore: support response format
2025-03-13 10:53:20 +08:00
Lucas
caaf5f7986
chore: remove deprecated pem files ( #7521 )
2025-03-13 10:27:11 +08:00
Richard Shiue
392964ffd2
chore: disable add messages to page when chat is empty ( #7518 )
2025-03-13 09:50:46 +08:00
Lucas
1f76412790
fix: nested list issue in quote/callout block ( #7513 )
2025-03-13 09:26:56 +08:00
Richard Shiue
555254e8fe
chore: add ai writer keyboard shortcuts ( #7516 )
2025-03-12 21:46:06 +08:00
Nathan
d15a8a88a6
chore: disable input when local ai is initializing
2025-03-12 20:29:03 +08:00
Nathan
1f7ab9d22d
chore: fix ios compile
2025-03-12 15:08:37 +08:00
Morn
44945b2912
fix: some slash menu issues ( #7501 )
...
* fix: slash menu unexpectedly overflows the screen
* fix: the style of no result doesn’t match the design
* fix: unexpected flashing effect on 2nd level menu item
* fix: can not back to last level through backspace
2025-03-12 14:10:41 +08:00
Lucas
8d50caa86e
fix: remove layout builder in quote block ( #7508 )
...
* fix: remove layout builder in quote block
* fix: quote block selection color
* fix: quote block and callout block background color issue
* fix: background color in callout block
* fix: quote block layout on mobile
2025-03-12 13:54:24 +08:00
Richard Shiue
b59eba76a6
fix: hide continue writing when document is empty ( #7498 )
...
* fix: hide continue writing when document is empty
* chore: code clean up and add documentation
2025-03-12 13:54:00 +08:00
Lucas
070cde9ecb
chore: bump version 0.8.7 ( #7512 )
2025-03-12 13:34:59 +08:00
FakhriAzzouz
1e81e4c68f
chore: update arabic translation
...
Arabic Translation Updates
2025-03-12 13:32:24 +08:00
Nathan.fooo
402ca7d765
Merge pull request #7511 from AppFlowy-IO/fix_ios_build
...
chore: fix ios build
2025-03-12 11:50:13 +08:00
Nathan
e553627ee5
chore: fix ios build
2025-03-12 11:16:51 +08:00
khorshuheng
cbdac71025
fix: prevent segfault due to infinite recursion in trash view
2025-03-12 10:21:21 +08:00
Nathan
20d64cc7ae
chore: lint
2025-03-12 00:09:20 +08:00
Nathan
654e18aacf
chore: remove local ai
2025-03-11 23:19:20 +08:00
Richard Shiue
75dd5c1d93
chore: regenerate
2025-03-11 22:18:44 +08:00
Richard Shiue
f8f9c3404a
chore: show text options still
2025-03-11 22:05:30 +08:00
Richard Shiue
01e5817b24
chore: code cleanup
2025-03-11 17:49:51 +08:00
Richard Shiue
96608bd005
chore: hide predefined format section when using local ai
2025-03-11 17:06:55 +08:00
Nathan.fooo
57a5b38509
Merge pull request #7488 from AppFlowy-IO/ollama
...
feat: support Ollama
2025-03-11 13:53:35 +08:00
Nathan
83c53188e3
chore: clippy
2025-03-11 13:22:59 +08:00
Nathan
6ba7f93f69
chore: find plugin load
2025-03-11 13:14:47 +08:00
Nathan
702a486cce
chore: find windows exe
2025-03-11 12:55:19 +08:00
Richard Shiue
eb0ed1ad86
fix: don't allow selection of text in related questions or loading ( #7500 )
2025-03-11 11:38:20 +08:00
Lucas
e264b3a5b8
Merge pull request #7490 from richardshiue/fix/callout-icon-in-markdown
...
fix: don't include icon while exporting callout to md
2025-03-11 10:38:46 +08:00
Richard Shiue
667d15c627
fix: ai writer gestures ( #7499 )
2025-03-11 10:31:08 +08:00
Nathan
bd06e1d559
chore: clippy
2025-03-11 09:32:20 +08:00
Lucas
459aca5291
Merge pull request #7496 from LucasXu0/ai_writer_position_improvement
...
feat: ensure the ai writer block visible when generating result
2025-03-11 09:31:24 +08:00
Nathan
e7cd90b6ab
chore: update commit
2025-03-11 09:14:11 +08:00
Nathan
940db70447
chore: fix build
2025-03-11 00:27:55 +08:00
Nathan
59139ff323
chore: catch panic
2025-03-10 23:40:28 +08:00
Nathan
22fed1bfbc
chore: load from env command
2025-03-10 22:48:09 +08:00
Lucas.Xu
5e593bd36e
chore: update appflowy editor version
2025-03-10 21:08:28 +08:00
Lucas.Xu
ba1dfc6de4
feat: ensure the ai writer block visible when generating result
2025-03-10 19:18:06 +08:00
Lucas
c81f87dcdc
feat: make the columns block same width width the editor ( #7493 )
...
* feat: make the columns block same width width the editor
* chore: turn off column debug mode
* feat: add block selection container in outline block
* feat: use ratio instead of width in simple columns
* fix: document rules
* fix: turn off debug mode
* fix: update the existing columns block data
2025-03-10 18:13:15 +08:00
Nathan
a8b55ca3f0
chore: update prompt
2025-03-10 15:56:09 +08:00
Richard Shiue
0cefaf633c
fix: fix test
2025-03-10 14:56:01 +08:00
Richard Shiue
ba4aebd005
chore: merge remote-tracking branch 'main' into this one
2025-03-10 13:36:08 +08:00
Lucas
7b32a92290
fix: callout block build error ( #7491 )
2025-03-10 13:04:29 +08:00
Richard Shiue
41b99209f1
fix: retain if is emoji
2025-03-10 12:10:59 +08:00
Morn
c1612fe298
feat: add custom icons for callout ( #7449 )
2025-03-10 11:46:55 +08:00
Lucas
e69a09d332
feat: support nested list in callout block and quote block ( #7479 )
...
* feat: support nested list in callout block
* chore: update pubspec.yml
* feat: add new quote block
* feat: support nested list in quote block
* feat: refacotr quote block
* feat: optimize quote block align
* feat: support nested list in quote block
* fix: icon and drag menu overlap
* chore: update appflowy editor version
* feat: support trailing action builder for plugin blocks
* chore: update appflowy editor version
2025-03-10 11:46:17 +08:00
Richard Shiue
4e0d9fdb0b
fix: don't include icon while exporting callout to md
2025-03-10 11:08:22 +08:00
Nathan
8b2e769fca
chore: ai setting ui
2025-03-10 10:24:55 +08:00
Nathan
d29a90a472
chore: init ai plugin on separate thread
2025-03-10 08:54:32 +08:00
Nathan
2e4beb0652
chore: enable windows
2025-03-10 00:35:52 +08:00
Nathan
addb041816
chore: update exe path
2025-03-10 00:25:19 +08:00
Nathan
4ff71b5dce
chore: implement ollama
2025-03-09 23:32:42 +08:00