Nathan.fooo
122fb89c87
chore: fix ai page user profile refresh ( #7317 )
2025-02-04 20:40:06 +08:00
Nathan.fooo
5e5693e249
chore: Support new error code ( #7311 )
...
* chore: fetch model list
* chore: suppor new error code
2025-02-03 20:52:31 +08:00
Nathan
5ac0eded3c
chore: fetch model list
2025-02-01 23:50:58 +08:00
Nathan.fooo
a0867ed688
chore: return ai image error ( #7263 )
2025-01-22 09:42:24 +08:00
Lucas
0c057243bc
chore: bump client api ( #7249 )
...
* chore: bump client api
* chore: set default publish info to true
2025-01-21 09:18:25 +08:00
Richard Shiue
6bcef33d05
chore: trim markdown text ( #7242 )
...
* chore: trim markdown text
* chore: trim before saving
2025-01-20 11:47:03 +08:00
Lucas
f35dfaf525
fix: improve the document diff function to prevent partial ordering issues ( #7217 )
...
* fix: improve the document diff function to prevent partial ordering issues
* fix: improve the document diff function to prevent partial ordering issues
* fix: nested block padding issues
* fix: improve the document diff function to prevent partial ordering issues
* chore: update editor version
* test: add no diff test and update text diff test
* test: delete and insert text diff with different id
* test: insert single text / delete single text tests
* test: multiple delete and update diff
* test: multiple insert and update diff
* chore: revert cargo changes
* chore: remove unused code
* chore: optimize the code logic
2025-01-16 21:01:23 +08:00
Lucas
aa9f285f59
fix: search results were filtered accidentally ( #7196 )
2025-01-13 14:34:23 +08:00
Nathan.fooo
afb479607b
chore: bump client api ( #7194 )
2025-01-12 23:32:44 +08:00
Nathan.fooo
342c361184
chore: ai block with context ( #7193 )
...
* chore: ai block with context
* chore: fix test
2025-01-12 22:33:21 +08:00
Nathan.fooo
790d5612f7
chore: retry load image ( #7179 )
...
* chore: retry load image
* feat: support retry count and retry duration in network image
* chore: use loading builder in network image
* feat: support retry logic in network image
* feat: disable image menu when loading image
* chore: error prompt
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2025-01-10 09:43:18 +08:00
Lucas
64994b3336
chore: enable AI seach ( #7169 )
...
* chore: enable AI seach
* chore: remove unused code
* fix: replace the old web base url with the new one
2025-01-08 15:52:24 +08:00
Nathan.fooo
6966b303ff
chore: bump collab commit id ( #7168 )
...
* chore: bump collab commit id
* chore: bump collab version
* chore: bump collab version
* fix: disable deleting mutilple nodes in table
* chore: bump collab version
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2025-01-08 14:46:44 +08:00
Richard Shiue
ab8e01bbf7
feat(flutter): pre-defined response formats ( #7128 )
...
* feat: pre-defined response formats
* chore: adjust bottom sheet
* chore: rename and clean up enums
* chore: move all mobile input actions to the bottom
* chore: bump client-api
* chore: connect to API
* chore: apply suggestions from code review
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
* chore: code cleanup
* chore: code cleanup
* chore: update client-api
* chore: expand page
* chore: simplify logic for not displaying related questions
* chore: remove hover effect view icon in select sources
* chore: regenerate with different format
* chore: remove error messages when sending new one
* chore: code style
* chore: bump client api
* fix: image not displaying and hide editing options
* chore: don't fetch related questions for image only
* chore: fix clippy
* chore: don't add related questions on regenerate
* chore: bump editor
* fix: expand sidebar page
* chore: update client api
---------
Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com>
Co-authored-by: weidong fu <nathan@appflowy.io>
2025-01-08 10:43:03 +08:00
Nathan.fooo
09fa75f5ec
chore: remove crates ( #7085 )
...
* chore: remove crate
* chore: use rust 1.81
* chore: remove build flag
* fix: macos build error
* chore: upgrade super_clipboard
* chore: fix pb lint warning
* chore: fix clippy
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-12-30 14:25:05 +08:00
Nathan.fooo
a521541cb7
chore: only sync when doucment was changed ( #7081 )
...
* chore: only sync when doucment was changed
* chore: fmt
2024-12-30 10:26:06 +08:00
Nathan.fooo
49d9417cac
refactor: crate dir ( #7080 )
2024-12-29 14:47:28 +08:00
Nathan.fooo
171c5634f2
fix: calculation UI refresh ( #6615 )
...
* chore: add test
* chore: update test
* chore: create events
* chore: load csv
* test: add events
* test: clean
* chore: fix test
* chore: fix test
* chore: fix test
* chore: fmt
---------
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2024-12-24 21:27:34 +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
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
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
Zack
ee96a44fef
feat: use new api to get the workspace member role ( #6783 )
...
* chore: update to latest client api
* chore: merge with main
* chore: remove unneeded code
* fix: sqlite migration
* fix: cargo fmt
* feat: use new api to get the member role
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-12-19 15:19:24 +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
04a013f7ee
chore: fix clippy ( #7007 )
2024-12-18 15:34:23 +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
Nathan.fooo
9d53f758d4
chore: bump client api 088 ( #7004 )
...
* chore: bump client api
* chore: bump client api
* chore: fix clippy
2024-12-18 12:12:58 +08:00
Richard Shiue
e188552c1e
fix: ai chat initial rag_ids shouldn't include views that are not documents or in the trash ( #6982 )
...
* chore: only add document views to initial rag_ids
* chore: filter out views that are in the trash
2024-12-13 13:04:17 +08:00
Nathan.fooo
d2b2f17b1c
chore: diagnose sync issues with sync.log file ( #6950 )
...
* chore: filter sync log
* chore: filter sync log
* chore: enable/disable sync log
* chore: enable/disable sync log
* chore: observer document and folder
* fix: integration test
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-12-10 10:02:48 +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
Nathan.fooo
da0395be5e
chore: fetch rows by chunk size ( #6934 )
...
* chore: chunk size
* chore: chunk size
2024-12-07 00:02:56 +08:00
Nathan.fooo
dddf5aa195
chore: move type option to collab repo ( #6921 )
...
* chore: bump collab
* chore: bump collab
* chore: fix test compile
* chore: fix test
* chore: remove numeric
* chore: fix media type option
2024-12-05 14:12:25 +08:00
Nathan.fooo
ca195887e0
chore: bump collab ( #6914 )
...
* chore: bump collab
* chore: bump collab
2024-12-03 17:05:40 +08:00
Richard Shiue
510d8357ee
fix: RwLock race condition during group controller instantiation ( #6860 )
...
* chore: code cleanup
* fix: view editor used during initialization
* fix: quick and dirty hack job
* test: add test
* chore: don't create separate mut var
* chore: docs
* fix: uninitialized group controllers
* chore: remove group
* chore: fix test
---------
Co-authored-by: nathan <nathan@appflowy.io>
2024-11-28 17:26:13 +08:00
Mathias Mogensen
c910bda534
fix: minor improvements to media interactions ( #6867 )
...
* fix: minor improvements to media interactions
* test: remove redundant test
2024-11-28 02:13:06 +01:00
Nathan.fooo
4205a34f04
chore: delete upload task when upload size exceed limit ( #6841 )
...
* chore: delete upload tasks
* test: update
* chore: bump client api
* chore: fix test
2024-11-22 18:18:24 +08:00
nathan
3803cf2506
chore: fix test
2024-11-18 16:47:45 +08:00
Nathan.fooo
51a11fbebd
chore: fix upload file limit ( #6825 )
...
* chore: fix file upload limit
* chore: update test
2024-11-18 16:21:47 +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
nathan
cf240a392b
chore: replace with appflowy cloud main branch id
2024-11-14 00:56:51 +08:00
Nathan.fooo
28530722bc
chore: bump client api ( #6781 )
...
* chore: bump client api
* chore: fix member count serde error
2024-11-14 00:51:07 +08:00
Zack
3b304747f2
feat: last publish name ( #6766 )
...
* chore: wip update client api
* feat: add unpublished information
* feat: keep the last publish name
* test: add re-publish test
* test: add empty name test
* chore: update cloud version to 0.7.6
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2024-11-13 20:36:35 +08:00
Lucas
cd3be696dc
feat: optimize the workspace menu loading speed ( #6758 )
...
* feat: optimize the workspace menu loading speed
* chore: add workspace menu animation
* feat: optimize workspace menu loading speed on mobile
* test: workspace member count test
* fix: rust ci
2024-11-13 20:36:15 +08:00
Zack
6ad303583b
feat: include member count in get_workspace API ( #6747 )
...
* feat: add member count for workspace
* fix: sqlite migration
2024-11-08 16:01:39 +08:00
Richard Shiue
3f8eb70ff3
chore: bump collab ( #6746 )
2024-11-08 02:33:28 +08:00
Richard Shiue
bd7976d005
fix: v0.7.3 additional launch review session issues ( #6730 )
...
* fix: focusedDay on is range toggle
* fix: attempt to fix date reminder
* chore: alignment issue on windows
* chore: use onFailure
* chore: default for set reminder
* chore: code style
* fix: add reminder bug
* fix: checklist item alignment
* fix: date cell reminders
* chore: regard cell datetime as correct
* fix: reminder creation date
* chore: bump collab that fixes reminders
* test: add date cell and reminder bloc test
* chore: bump collab
* chore: revert visual density change
* fix: submitting date time text field makes it flash
* fix: improve behavior of phantom checklist item
---------
Co-authored-by: Mathias Mogensen <mathias@appflowy.io>
2024-11-07 18:33:12 +08:00
Nathan.fooo
6785104c3a
chore: send notification for file upload state ( #6738 )
...
* chore: send notification for file upload state
* chore: fix test
2024-11-07 00:00:54 +08:00
Nathan.fooo
3c8de8a52c
chore: update upload file logs ( #6735 )
2024-11-06 11:18:40 +08:00
Zack
d38a5f38e3
chore: update dep ( #6727 )
2024-11-06 09:12:16 +08:00
Mathias Mogensen
bae19b9c3a
feat: files media improvements ( #6632 )
...
* feat: files & media uiux improvements
* feat: desktop grid media cell changes
* test: amend tests
* feat: media mobile improvements
* feat: more refinement
* fix: dart linter
* chore: update collab
* fix: icon and test
* test: refactor upload hint
* test: forgot to use helper method
2024-11-05 00:13:19 +01:00