Nathan
3bc0cc7b43
chore: rename
2025-04-26 00:56:45 +08:00
Nathan
86e6845302
chore: update ui
2025-04-25 23:29:22 +08:00
Nathan
7dd8d06c85
chore: display all local models
2025-04-25 16:53:32 +08:00
Nathan.fooo
7f13790485
Merge pull request #7828 from AppFlowy-IO/fix_user_rename
...
fix: user name stay no change when reopen the setting menu after renaming
2025-04-25 14:02:22 +08:00
Nathan
3bd34226c3
chore: refresh user profile when open workspace
2025-04-25 14:01:06 +08:00
Nathan.fooo
d0b3a0dda3
Merge pull request #7660 from AppFlowy-IO/ai_writer_test
...
Ai writer test
2025-04-25 11:18:51 +08:00
Nathan
f0875d6b6e
fix: user rename
2025-04-24 23:29:20 +08:00
Nathan
8485a67357
chore: clippy
2025-04-24 20:08:25 +08:00
Nathan
da47c11070
chore: replace auth type with workspace type
2025-04-24 20:01:41 +08:00
Lucas
48d6a71d96
refactor: deeplink handler ( #7802 )
...
* refactor: deeplink handler
* feat: add invitation deeplink handler
* test: add deeplink tests
* feat: add user_id in the invitation callback
* feat: add expire login deeplink handler
* feat: add loading indicator in continue with password page
* feat: replace user_id with email
* fix: invitation deeplink test
2025-04-24 13:20:05 +08:00
Nathan
851869644b
Merge branch 'main' into ai_writer_test
2025-04-24 10:25:04 +08:00
Morn
4626c18ced
fix: revamp desktop notification center ( #7607 )
...
* fix: revamp desktop notification center
* fix: complete the red dot
* fix: remove context from showToastNotification
* fix: date picker not updated after enable time
* fix: path erro with ActionArgumentKeys.path
2025-04-23 13:41:34 +08:00
Morn
aa4f904767
feat: support mobile search ( #7804 )
...
* feat: support anon local ai chat/writer
* feat: add mobile search page
* feat: complete mobile search page
* chore: add some tests for mobile search
* fix: some UI issues
2025-04-23 13:39:16 +08:00
Lucas
a1e2c11d8a
fix: windows scaling issue ( #7807 )
2025-04-23 11:13:07 +08:00
Lucas.Xu
eaac387c8d
fix: remove space migration
2025-04-22 11:26:08 +08:00
Nathan
40c1ae1d38
fix: click two times to enable local ai
2025-04-22 10:13:24 +08:00
Nathan
b0c2b04a2d
fix: empty view id
2025-04-21 22:22:03 +08:00
Nathan
1356382524
refactor: only notify when user workspaces were changed
2025-04-21 11:41:58 +08:00
Nathan
747a63d452
chore: create user workspace for anon user
2025-04-20 14:34:30 +08:00
Nathan
2c5f41b580
fix: set auth type
2025-04-20 12:47:14 +08:00
Nathan
2f5b494885
chore: remove authticator pb
2025-04-20 00:48:31 +08:00
Nathan.fooo
58f87b39aa
Merge pull request #7785 from AppFlowy-IO/auth_type_per_workspace
...
refactor: workspace setting and auth type
2025-04-20 00:24:45 +08:00
Nathan
d478ecfd41
chore: remove unused code
2025-04-19 23:33:34 +08:00
Nathan
6dac45172e
chore: auth type
2025-04-19 15:34:06 +08:00
Nathan
edc5710e32
chore: auth type and remove unused code
2025-04-19 14:00:51 +08:00
Richard Shiue
28e89beb43
feat: appflowy theme lerp ( #7771 )
...
* feat: implement appflowy theme lerping
* refactor: use theme builder and adjust script
* chore: rename theme data
* chore: add doc comments
* chore: rename function
* chore: don't use theme extension
* chore: use the animated appflowy theme widget
* chore: clean up inherited theme
2025-04-18 21:06:46 +08:00
Lucas
3bb5075a98
feat: setup/change password in settings page ( #7752 )
...
* feat: change password in settings page
* feat: add change password api
* feat: add password service
* feat: add setup password
* feat: refacotor account page
* chor: update i18n
* chore: i18n
* chore: i18n
* feat: add error message under text field
* fix: flutter tests
* chore: remove long password test
* fix: cloud integration test
* fix: cargo clippy
* fix: replace border color
2025-04-18 14:46:46 +08:00
Nathan
92179fe61c
chore: do not get workspace usage when current user is not owner
2025-04-16 15:16:06 +08:00
Lucas
a5eb2cdd9a
feat: improve white label scripts on Windows ( #7755 )
...
* feat: improve white label scripts on Windows
* feat: add font white label script
* chore: integrate font white label script
2025-04-16 10:15:40 +08:00
Nathan
5c3e81e6dc
chore: adjust ui
2025-04-15 22:49:34 +08:00
Nathan
846172a709
chore: adjust ui
2025-04-15 22:19:16 +08:00
Nathan
3b3ae7fde9
chore: loading for search summary
2025-04-15 15:59:15 +08:00
Nathan.fooo
03ecc3d6c9
Merge pull request #7727 from AppFlowy-IO/search_summary
...
chore: search summary
2025-04-15 10:37:17 +08:00
Nathan
35bc095760
chore: local and server result
2025-04-14 22:58:37 +08:00
Nathan
a44ad63230
chore: display preview
2025-04-14 16:40:54 +08:00
Morn
54df6b2863
fix: link_preview launch review issues ( #7731 )
...
* fix: some link_preview launch review issues
* fix: some UI issues
* chore: pasting a link will not check whether it is an image
* fix: copy link to block not supported well
* fix: mention UI issues
* feat: support get youtube channel info
* chore: update translation
* feat: add shadow in appflowy theme
* chore: remove AFThemeExtensionV2
* fix: some UI issues
2025-04-14 14:14:05 +08:00
Nathan
4d172761ce
chore: search with ai summary
2025-04-14 10:36:42 +08:00
Lucas
e3bbabd63e
feat: sign in with passcode ( #7685 )
...
* feat: sign in with password or passcode
* feat: add loading dialog
* chore: update translations
* feat: support otp on mobile
2025-04-10 14:06:08 +08:00
Richard Shiue
ad227bcf79
chore: toast message when theme folder doesn't have permission ( #7715 )
2025-04-09 13:45:07 +08:00
Lucas
145d1e5fdb
feat: support white label on windows ( #7706 )
2025-04-09 09:36:53 +08:00
Lucas
10dd0fa438
feat: implement new color tokens design ( #7684 )
...
* fix: missing AFThemeExtensionV2 on mobile
* feat: add appflowy_ui package
2025-04-04 14:41:13 +08:00
Richard Shiue
2ec68c9269
chore: merge remote-tracking branch 'upstream/main' into this one
2025-03-31 22:54:26 +08:00
Nathan
72fe1d7c47
chore: add integration test
2025-03-31 16:19:56 +08:00
Richard Shiue
34d2b7f24e
chore: improve local ai settings page ( #7651 )
...
* chore: improve local ai settings page
* chore: move local to top in select list
* chore: improve copy of missing model
* chore: remove green background and add progress indicator
* chore: change text color
2025-03-31 12:05:11 +08:00
Nathan
34a858e948
chore: show plugin version
2025-03-30 09:02:06 +08:00
Nathan
ff70595a15
chore: display ai model desc and fix flashing when select model
2025-03-27 20:03:07 +08:00
Morn
a26ebbccc1
fix: toolbar launch review issues ( #7631 )
...
* fix: keep the turn into menu within six-dot same as toolbar
* fix: change some icon color within toolbar
* fix: improve toolbar
* chore: update editor dependency
* fix: update editor dependency
2025-03-27 14:19:51 +08:00
Lucas
76cb23e233
feat: add bloc observer ( #7633 )
...
* chore: bump version 0.8.8
* feat: add bloc observer
* chore: update comment
* chore: update comment
2025-03-27 14:17:47 +08:00
Nathan
815bb11cde
chore: implement local ai config
2025-03-26 14:19:57 +08:00
Nathan
35081fd311
chore: remove default model name
2025-03-24 21:59:42 +08:00