Richard Shiue
27b769362b
chore: remove unused response state ( #7031 )
2024-12-23 10:03:20 +08:00
Richard Shiue
b8e7d57ee6
fix: regenerating the last answer doesn't work ( #7029 )
...
* fix: regenerate not working for last message
* chore: code cleanup
2024-12-22 14:47:11 +08:00
Richard Shiue
ed052c6792
chore: include parent view id in initial chat settings ( #7030 )
...
* chore: include parent view id in initial chat settings
* chjore: add a tooltip
2024-12-22 14:46:54 +08:00
Richard Shiue
5cd2c63320
fix: update rag_ids not saving to local store ( #7028 )
...
* fix: update rag_ids not saving to local store
* chore: bump up send button size
2024-12-21 14:31:48 +08:00
Richard Shiue
7ab68dcc2c
chore(flutter_desktop): ai chat ui improvements ( #7025 )
...
* chore: improve hover action bar inner radius
* chore: improve ai input appearance
2024-12-20 23:22:48 +08:00
Richard Shiue
30131fd9e4
chore: adjust select sources ( #7019 )
...
* chore: adjust select sources
* chore: restrict number of selected highest-level documents
* chore: ignore chat views
* chore: code cleanup
2024-12-20 22:43:26 +08:00
Richard Shiue
ddcdd545d9
chore: regenerate response improvements ( #7018 )
...
* fix: disable sending message while streaming
* chore: don't allow regenerate while streaming
2024-12-20 11:42:43 +08:00
Nathan.fooo
d25a399aba
chore: sync chat document when open chat ( #7016 )
...
* chore: sync document
* chore: auto create chat title
2024-12-20 00:15:01 +08:00
Morn
dda3962249
feat: combine icons and emojis into one menu( #6806 ) ( #6998 )
2024-12-19 15:19:10 +08:00
Richard Shiue
e73fd56152
feat: regenerate ai response ( #7006 )
...
* feat: regenerate ai response
* chore: find question id instead of assuming
* chore: fix clippy
* chore: show local messages if they were there
* chore: remove duplicate code
* chore: fix loading message
* chore: revert unintended translation key removal
* chore: update translation for ai service unavailable
* chore: fix initial chat message load
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-12-19 14:13:53 +08:00
Richard Shiue
b966e3ea07
feat: select sources for ai prompt ( #6975 )
...
* feat: select sources for ai prompt
* feat: mobile
* chore: disable mention page
* chore: disable select sources when on local ai
* chore: code cleanup
2024-12-18 14:34:11 +08:00
Richard Shiue
381d946808
chore: filter out spaces from mention page ( #6994 )
2024-12-16 12:25:31 +08:00
Richard Shiue
25f9bee963
fix: launch review issues 0.7.8 ( #6983 )
...
* chore: mention popup height match design
* chore: adding while scrolling through mention page popup
* chore: don't add @ and restart creating mention when already in the middle of one
* fix: hide orphan views from mention page
* fix: arrow navigation wrap mention page popup breaks bloc
2024-12-13 10:20:56 +08:00
Richard Shiue
555b4b48bb
fix(flutter_desktop): cannot copy ai response with ctrl c ( #6976 )
2024-12-12 11:57:00 +08:00
Richard Shiue
e8f2940024
fix(flutter): some ai chat bugs ( #6969 )
...
* chore: add hover effect and fix radius
* chore: open ref page on mobile
2024-12-11 21:48:38 +08:00
Richard Shiue
2c88653a69
feat(flutter_mobile): improve appearance of mention page selector ( #6946 )
...
* feat(flutter_mobile): improve appearance of mention page selector
* chore: move to use CustomScrollview
2024-12-09 17:20:39 +08:00
Richard Shiue
3b56887267
feat(flutter_desktop): AI chat refer to UI ( #6930 )
...
* chore: code cleanup
* feat(desktop): implement ai chat side panel
* chore: set min width for right side panel
2024-12-09 08:48:38 +08:00
Nathan.fooo
722b436cad
chore: Ai chat context ( #6929 )
...
* chore: implement chat setting
* chore: clippy
* chore: rename
* chore: set rag_ids when creating a chat
* chore: clippy
* chore: fix test
* chore: fix test
* chore: fix test
* chore: clippy
2024-12-08 18:25:25 +08:00
Richard Shiue
92945cafdf
fix: initial ai chat load ( #6920 )
2024-12-04 20:53:03 +08:00
Richard Shiue
03c84ff8b5
feat: open ai response url source in browser ( #6917 )
2024-12-03 22:55:34 +08:00
Richard Shiue
7c24b6feb0
feat: revamp mention page interactions in AI chat ( #6896 )
...
* chore: code cleanup
* chore: improve mention page ui
* chore: just use view pb
* chore: remove chat input menu style
* chore: code cleanup
* chore: rewrite and unify chat input action handler and bloc
* feat: improve appearance of mention page popup
* fix: misaligned emoji text
2024-12-03 22:20:14 +08:00
Mathias Mogensen
1851721d9a
fix: tabs lr 0.7.6 ( #6899 )
...
* fix: tabs improvements launch review
* test: add tests for pin/unpin feature
* fix: failing test + cleanup
2024-12-02 00:52:36 +01:00
Richard Shiue
0cba3f9e3f
fix(mobile): lost initial scroll position on empty ai chat page ( #6895 )
2024-12-01 13:18:20 +08:00
Richard Shiue
b3c8eb151a
chore: improve ai chat errors ( #6851 )
...
* chore: move margins to layout define
* chore: related question alignment
* chore: adjust vertical spacing around sources
* chore: scroll to bottom animation improvement
* chore: improve ai chat error handling
2024-11-25 18:45:59 +08:00
Richard Shiue
e0226e54a5
chore: minor ai chat improvements ( #6855 )
...
* chore: animation alignment improvement
* fix: missing context in drop zone
* chore: increase minimum padding between chat and edge of screen
* chore: unify padding for ai message loading
2024-11-25 10:43:08 +08:00
Richard Shiue
f013bb9d6e
chore: re-add chat message animations ( #6850 )
...
* chore: re-add chat message animation
* chore: bump up message vertical padding
2024-11-24 22:43:45 +08:00
Nathan.fooo
b5d2af3371
chore: parse chat response ( #6843 )
...
* chore: parse chat response
* chore: remove unrelated message
* chore: update readme
2024-11-23 09:48:24 +08:00
Richard Shiue
e86a9d697c
chore: simplify chat user message bloc and widgets ( #6836 )
2024-11-20 13:13:38 +03:00
Richard Shiue
f82dabcc75
chore: bump flutter chat ui version ( #6835 )
2024-11-20 15:47:35 +08:00
Richard Shiue
df7fe9750d
feat: wrap code block lines in AI chat ( #6828 )
2024-11-18 21:52:51 +08:00
Richard Shiue
710fbbdc08
fix: ai chat error message background color ( #6810 )
2024-11-17 16:04:43 +08:00
Richard Shiue
6c52896f99
chore(mobile): remove ai chat sample question autoscrolling behavior ( #6793 )
2024-11-17 15:36:16 +08:00
Richard Shiue
521d74e082
chore: more ai ui fixes ( #6799 )
...
* chore: more ai ui fixes
* fix: messages arriving out of order
* chore: don't drop focus when clicking on sample questions
2024-11-15 17:31:51 +08:00
Richard Shiue
9138787f86
chore: deprecate third party markdown ( #6794 )
2024-11-15 15:03:12 +08:00
Lucas
6ffb9e4d0f
fix: launch 0.7.4 review issues on desktop ( #6792 )
...
* chore: enable document test runner
* fix: double menu showing in workspace menu
* feat: only display copy in ai message
* test: add test
* test: fix integration test
* fix: rust ci
2024-11-15 11:12:27 +08:00
Richard Shiue
bced9327b1
feat: AI chat UI improvements ( #6760 )
...
* chore: fix typo
* chore: redundant check for cloud and use guard clause
* feat: improve ai prompt input ui
* feat: improve ai chat welcome page
* feat: improve loading status indicator
* feat: improve chat bubble avatars
* chore: clean up chat theme
* feat: improve sizing, padding and text styles
* feat: improve sugested follow up question style
* feat: improve error message style
* feat: improve mobile chat ui
* feat: add superman
* fix: cannot send new questions after 2000 character limit reached
* feat: ai response action bottom sheet
* chore: code cleanup
* feat: improve look of side panel
* chore: BIG ANNOUNCEMENT CITY
* fix: test session issues
* fix: launch review issues
2024-11-15 00:26:37 +08:00
Mathias Mogensen
5e41849f69
fix: remove listeners ( #6686 )
2024-11-04 10:26:48 +08:00
Lucas
37a2fb17b5
feat: copy link to block ( #6523 )
...
* feat: copy link to block
* chore: add comment
* feat: using mention bloc to manage the mention bloc status
* feat: use mention page bloc to manage mentioned page status
* feat: observe mention block content changes
* feat: sync the block content
* fix: integration test
* fix: mentioned block display name contains unnessary -
* fix: handle block was deleted case
* chore: move the get doc block and get mentioned page status to service
* feat: support copy link to page
* test: add copy link to block tests
* test: add copy link to block(same pge) tests
* test: open the mentioned page
* fix: integration test
* Revert "fix: integration test"
This reverts commit f4466b22d8a40262fa992f9e0dff1bf055005f16.
* fix: integration test
2024-10-14 14:04:42 +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 41dbcad8c19756c6b820fb3ab039d08c3c7dc73a.
* fix: compile
* chore: revert hotkey changes
* chore: revert network_monitor change
2024-09-12 14:40:19 +08:00
Lucas.Xu
7113269802
chore: optimize row card page UI ( #5995 )
...
* chore: adjust buttons padding in row record page
* fix: disable more button in row page
* fix: upload image button ui on mobile
* fix: embed link button ui on mobile
* fix: add missing border for ai text field and ai translate field
* fix: delete AI can make mistakes on mobile
* chore: disable sentry
* fix: invite error toast
* fix: add member limit hint text in invite member screen
* feat: show toast after opening workspace on mobile
* chore: remove sentry
* chore: filter row page in recent views
* feat: support display field name as row page title
* chore: remove scroll bar on home page
* chore: remove legacy code
* chore: optimize mobile speed
* Revert "chore: remove sentry"
This reverts commit 73b45e2590655a992cec409503c0693df845914e.
* fix: reduce document page rebuild time
* chore: improve tooltip style
2024-08-19 11:06:34 +08:00
Lucas.Xu
e460120a1c
feat: add ai bubble button on mobile home page ( #5992 )
...
* chore: skip check list test if the task is not found
* feat: add ai bubble button in home page
* feat: only show the ai bubble button for the cloud user
* chore: add border color to ai bubble button
* Revert "chore: skip check list test if the task is not found"
This reverts commit 961f594a31906c52384c09915dce8f9db7fbd5bc.
* fix: only display ai bubble button on home page
2024-08-19 09:50:42 +08:00
Lucas.Xu
e2359cf047
fix: row property align issue ( #5950 )
...
* fix: row property align issue
* fix: generate_freezed.sh path warning
* Revert "fix: generate_freezed.sh path warning"
This reverts commit 7c0a4a3177702d5b58858296133876a04ebe274d.
* fix: generate_freezed.sh path warning
* chore: improve chat page mobile UI
2024-08-13 20:01:32 +08:00
Nathan.fooo
6e26dc128c
chore: fix message id ( #5943 )
2024-08-12 22:24:06 +08:00
Annie
d3d9ab2fb0
chore: reset line height to null as default value ( #5942 )
2024-08-12 18:08:54 +08:00
Nathan.fooo
1c638dd930
chore: show reference sources on local ai response ( #5933 )
...
* chore: show reference sources on local ai response
* chore: clippy
* chore: clippy
* chore: update i18n
* chore: update client api
2024-08-12 15:43:17 +08:00
Nathan.fooo
f7adcae8ff
chore: show attachment on local ai ( #5929 )
...
* chore: show attachment on local ai
* chore: fix compile
2024-08-12 09:21:44 +08:00
Nathan.fooo
23997e977c
refactor: revamp file upload and fix partitial upload bugs ( #5924 )
...
* chore: upload chat file to local ai
* chore: async func
* chore: individual file progress
* chore: fix test
* chore: fix file upload
2024-08-11 20:39:25 +08:00
Lucas.Xu
e2a923a796
chore: update editor version ( #5918 )
...
* chore: update editor version
* fix: new property field width on Mobile
* feat: support enter to insert a new line on mobile
* feat: optimzie callout style
* feat: add hover effect on share button
* chore: fix
---------
Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: nathan <nathan@appflowy.io>
2024-08-10 20:49:06 +08:00
Nathan.fooo
7abe9f4661
feat: show indicator when send chat message with attachment/mention etc ( #5919 )
...
* chore: adjust line height
* chore: send stream message
* chore: index file
* chore: clippy
2024-08-10 17:23:37 +08:00
Nathan.fooo
758c304a74
feat: support mention a document as context on local ai ( #5913 )
...
* feat: support mention a document as context on local ai
* chore: rename
* chore: fix test
* chore: fix test
2024-08-09 21:55:20 +08:00