JimmFly
f688c057eb
feat(core): impl AI switch ( #8018 )
...
close PD-1658
https://github.com/user-attachments/assets/2f3d1d26-1879-4d95-b80c-7c0965cefbd0
2024-09-04 08:44:05 +00:00
JimmFly
bea3d42f40
feat(core): add color picker ui to editor settings ( #8053 )
...
close AF-1306 AF-1280

2024-09-03 03:14:50 +00:00
JimmFly
130e6ab4a3
chore: adjust custom font family style ( #8040 )
...
close AF-1302 AF-1301
2024-09-02 15:11:58 +00:00
JimmFly
a992376053
chore: modify the text content of share menu ( #8026 )
...


2024-09-02 09:56:17 +00:00
JimmFly
a802dc4fd6
chore: adjust experimental features text ( #8044 )
...
close AF-1313 AF-1312 AF-1311 AF-1310
2024-09-02 07:40:55 +00:00
JimmFly
f99988afa6
feat(core): bump blocksuite/icons ( #8024 )
2024-08-30 03:42:52 +00:00
JimmFly
5e8683c9be
feat(core): add outgoing links to doc info ( #7955 )
...
close AF-1270

2024-08-29 06:41:41 +00:00
JimmFly
4ec45a247e
feat(core): add sign in button to shared doc ( #7952 )
...

2024-08-29 02:44:06 +00:00
JimmFly
65a87196d5
feat(core): impl the Doc Info and Bi-Directional Links display settings ( #7991 )
...
https://github.com/user-attachments/assets/a469254c-a2ea-4cf4-837e-f9a8bbe5b378
2024-08-28 02:35:29 +00:00
JimmFly
09ab922572
feat(core): add new doc default mode setting ( #7990 )
...
https://github.com/user-attachments/assets/523b14f3-ee42-4061-8ca2-221e071d5cc9
2024-08-28 02:35:28 +00:00
JimmFly
c53adbc7e8
chore: adjust font menu and slider style ( #7989 )
...


2024-08-28 02:35:26 +00:00
JimmFly
03b2cda845
refactor(core): move fontFamily and fullWidthLayout to editor settings ( #7988 )
2024-08-28 02:35:24 +00:00
JimmFly
b8f07ce3fc
chore(core): disable expand database block ( #7984 )
...
close AF-1271
2024-08-27 12:24:48 +00:00
JimmFly
3c37006657
chore(core): add Display bi-directional links setting row ui ( #7954 )
...
close AF-1269

2024-08-26 06:25:32 +00:00
JimmFly
920afa7bf1
feat(core): adjust share menu ui ( #7931 )
...
https://github.com/user-attachments/assets/6538c046-3872-4c98-a389-81b86a2978a4
2024-08-23 02:07:51 +00:00
JimmFly
20174b9cbe
feat(core): add custom font family setting ( #7924 )
...
close AF-1255
https://github.com/user-attachments/assets/d44359b6-b75c-4883-a57b-1f226586feec
2024-08-22 04:24:44 +00:00
JimmFly
b333cde336
feat(core): init editor setting ui ( #7878 )
...
- init editor setting ui
https://github.com/user-attachments/assets/c54f5816-ef05-4ac0-b11a-8ab7159f928c
2024-08-22 04:24:41 +00:00
JimmFly
03c4d56a91
feat(component): add slider ui component ( #7879 )
...

2024-08-22 04:24:37 +00:00
JimmFly
4916eea24f
feat(core): new share menu ( #7838 )
...
close AF-1224 AF-1216

2024-08-19 05:51:05 +00:00
JimmFly
994b539507
fix(admin): user form not dynamically updating as expected ( #7858 )
...
- Fixed the issue that a certain feature must be enabled when creating a user
- Fixed the issue that the modified content was not reset to the default content when exiting the user form without saving after modification
- Fixed the issue that the content did not switch as expected when switching user forms of different users
https://github.com/user-attachments/assets/02567021-9342-4ed1-be77-3bdcbb3d86ab
2024-08-14 04:28:15 +00:00
JimmFly
05247bb24e
fix(admin): frequent query requests in the search ( #7854 )
2024-08-14 03:49:45 +00:00
JimmFly
ba5ba71f35
chore: add test for all collection and all tag ( #7687 )
2024-08-13 08:19:54 +00:00
JimmFly
6dea831d8a
fix(admin): handle error login status ( #7646 )
...
Fix unhandled error login status, modify style
https://github.com/user-attachments/assets/0b40807d-e17a-4d23-a168-4894adfa5998
2024-08-13 14:51:54 +08:00
JimmFly
b214003968
feat(admin): add prompt management page ( #7611 )
...
close AF-907
Supports online modification of prompt, but does not support custom ai key yet

2024-08-13 14:51:54 +08:00
JimmFly
bf6e36de37
feat(admin): add server runtime config settings ( #7618 )
2024-08-13 14:51:31 +08:00
JimmFly
7f7c0519a0
feat(admin): add config page to admin ( #7619 )
2024-08-13 14:38:39 +08:00
JimmFly
ccf225c8f9
feat(admin): add self-host setup and user management page ( #7537 )
2024-08-13 06:11:03 +00:00
JimmFly
9037e6695e
feat(core): add configuration for experimental features ( #7699 )
...
close AF-1218 AF-1219
Added configuration for experimental features
Example:
```
const blocksuiteFeatureFlags = {
...
enable_expand_database_block: {
displayName: 'Enable Expand Database Block',
description: 'Allows expanding database blocks for better view and management.',
feedbackType: 'discord',
displayChannel: ['stable', 'beta', 'canary', 'internal'],
restrictedPlatform: 'client'
},
enable_ai_onboarding: {
displayName: 'AI Onboarding',
description: 'Enables AI onboarding.',
displayChannel: [],
defaultState: true,
},
...
}
```

2024-08-13 02:26:05 +00:00
JimmFly
85637156f6
chore: adjust i18n ( #7800 )
2024-08-09 04:10:18 +00:00
JimmFly
4e03edba44
feat(i18n): add Spanish(Argentina) and Urdu ( #7771 )
...
Support for various languages has been updated, and `Spanish (Argentina)` and `Urdu` have been added. Many thanks to the community contributors for their ongoing translation efforts.
2024-08-07 08:57:23 +00:00
JimmFly
eb01e76426
feat(core): add track events for cmdk ( #7668 )
2024-08-07 05:52:42 +00:00
JimmFly
67dce9c97a
feat(core): add track events for page info ( #7667 )
2024-08-07 05:52:41 +00:00
JimmFly
7edd78884e
feat(core): add track events for page option ( #7664 )
2024-08-07 05:52:41 +00:00
JimmFly
74025fc85e
feat(core): add track events for editor header ( #7661 )
...
close AF-1054
2024-08-07 05:52:40 +00:00
JimmFly
9cc976ce2e
fix(core): canvas text adapts to input scrolling ( #7733 )
...
close PD-1539
Fixed the problem that the input text in find in page cannot be scrolled correctly.
2024-08-05 09:27:18 +00:00
JimmFly
55db9f9719
feat(component): add animations to modal ( #7474 )
...
Add opening and closing animations to modal.
The usage of conditional rendering as shown below is not recommended:
```
open ? (
<Modal
open={open}
...
/>
) : null,
```
When the modal is closed, it gets removed from the DOM instantly without running any exit animations that might be defined in the Modal component.
2024-07-22 03:22:42 +00:00
JimmFly
e3c3d1ac69
fix(core): values in edit not saved when closing info modal ( #7465 )
...
Before the modification, when the modal is closed, if a value is being edited, the input's on blur event cannot be triggered to automatically save.
https://github.com/toeverything/AFFiNE/assets/102217452/60235cec-0022-4c4d-b213-28f2331a0c5b
2024-07-22 03:22:40 +00:00
JimmFly
f65380f847
feat(templates): add arrows stickers ( #7518 )
...
Add the arrow SVGs from [handy-arrows](https://github.com/Eronred/handy-arrows ) to the template.
Thanks to [handy-arrows](https://github.com/Eronred/handy-arrows ) for these beautiful SVGs.
2024-07-19 06:25:30 +00:00
JimmFly
4512a1a91d
fix(core): cmdk unexpected highlighting style ( #7538 )
...
close PD-1428
https://github.com/user-attachments/assets/6bb02547-6030-474d-ada0-c5a49be309d6
2024-07-19 05:38:33 +00:00
JimmFly
af7d44164c
fix(core): bi-directional links responsive style ( #7540 )
...
close AF-1077
2024-07-19 05:22:34 +00:00
JimmFly
33501d5fdc
fix(electron): invalid isLinux function ( #6065 )
2024-03-12 10:17:53 +08:00
JimmFly
62fbab4f78
fix(core): avatars are not aligned ( #5404 )
2023-12-26 20:23:28 +08:00
JimmFly
3e662f358d
fix(core): adjust ui styles ( #5094 )
2023-11-30 12:23:57 +08:00
JimmFly
ad2d3b9167
feat(core): add download app button to web ( #5023 )
2023-11-23 14:33:25 +08:00
JimmFly and LongYinan
4ef1f4c046
fix(core): escape cmdk value ( #4947 )
...
Co-authored-by: LongYinan <lynweklm@gmail.com >
2023-11-20 10:49:32 +08:00
JimmFly
9bab1b5dff
feat(core): keep the latest toast showing when multiple call ( #4961 )
2023-11-20 10:47:09 +08:00
JimmFly
f09c717413
fix(core): adjust cmdk list scroll padding block ( #4972 )
2023-11-20 10:39:45 +08:00
JimmFly
ce2eeeffbe
feat(i18n): update translation ( #4923 )
2023-11-17 17:39:33 +08:00
JimmFly and Peng Xiao
1fe5a0fffa
feat(core): auto select block when jump to block ( #4858 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com >
2023-11-10 03:02:56 +00:00
JimmFly
83472cc682
fix(core): duplicate registration in edgeless ( #4864 )
2023-11-08 02:47:46 +00:00
JimmFly
acf0734c95
fix(core): adjust discount display ( #4847 )
2023-11-06 10:17:24 +00:00
JimmFly
2b34e1a9cd
feat(core): adjust filter logic ( #4831 )
2023-11-06 06:41:18 +00:00
JimmFly
9664d142ad
feat(core): temporary expansion files are limited to 100M ( #4833 )
2023-11-06 06:38:46 +00:00
JimmFly
e7106b7393
chore(i18n): adjust text ( #4832 )
2023-11-06 06:36:49 +00:00
JimmFly
788c445f2b
chore(i18n): add new key for empty trash page ( #4829 )
2023-11-03 06:15:13 +00:00
JimmFly
0a88be7771
feat(core): add jump to block for cmdk ( #4802 )
2023-11-02 11:49:49 +00:00
JimmFly
af9663d3e7
fix(core): adjust payment related text ( #4797 )
2023-11-02 08:22:54 +00:00
JimmFly
97d189f1c8
fix(component): adjust autofill style ( #4773 )
2023-10-31 15:30:35 +00:00
JimmFly
a015dc42bb
feat(core): support fuzzy highlighting ( #4765 )
2023-10-31 03:02:53 +00:00
JimmFly
af24334264
feat(core): add upgrade success page ( #4738 )
2023-10-27 15:49:32 +08:00
JimmFly
35dbbe561a
feat(core): adjust member tips ( #4737 )
2023-10-27 14:25:48 +08:00
JimmFly
e0f7ac426c
feat(core): add translation key for payment ( #4723 )
2023-10-26 16:15:12 +08:00
JimmFly
ae6376edee
chore(core): update communities icon ( #4719 )
2023-10-25 10:45:54 +00:00
JimmFly
780c164cc8
fix(core): retrieve missing search result titles ( #4718 )
2023-10-25 10:45:14 +00:00
JimmFly
df69c908fe
feat(core): adapt storage progress to payment system ( #4713 )
2023-10-25 16:18:30 +08:00
JimmFly
df77ffde9a
feat(core): add account subscription status ( #4707 )
2023-10-24 18:05:56 +08:00
JimmFly and Peng Xiao
5226d6c568
feat(core): add search result highlighting ( #4667 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com >
2023-10-24 05:54:37 +00:00
JimmFly
c54489ba6e
fix: wrong confirm button position ( #4657 )
2023-10-19 03:16:12 +00:00
JimmFly
efca651429
feat(core): add history shortcut ( #4595 )
2023-10-16 12:27:06 +00:00
JimmFly
07b5d18441
feat(core): add sign out confirm modal ( #4592 )
2023-10-16 08:44:09 +00:00
JimmFly
2e1e486bc6
chore: bump playwright version ( #4602 )
2023-10-13 14:37:18 -05:00
JimmFly
daa976ca62
fix(component): adjust dialog and input style ( #4566 )
2023-10-12 05:49:39 +00:00
JimmFly
5ebd82dc04
feat(core): adjust share menu style ( #4584 )
2023-10-12 03:26:13 +00:00
JimmFly and Peng Xiao
1f6a105e5c
feat(core): add setting commands ( #4568 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com >
2023-10-11 03:31:04 +00:00
JimmFly and Peng Xiao
69db99636b
feat(core): add editor commanads ( #4514 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com >
2023-10-02 03:22:12 +00:00
JimmFly
1df8b6edfb
feat(component): add private copy link button ( #4508 )
2023-09-27 04:54:02 +00:00
JimmFly
1b6cd70247
chore(core): temporarily remove set-syncing-mode ( #4489 )
2023-09-26 14:11:04 +00:00
JimmFly
1bdc402b7b
fix: adjust 404 page style ( #4491 )
2023-09-26 02:51:58 +00:00
JimmFly
2e1acec3c0
fix: unexpected pop ups ( #4468 )
2023-09-26 02:41:45 +00:00
JimmFly
35dc6d6687
fix: unexpected hover behavior of collection sidebar ( #4490 )
2023-09-25 10:22:59 +00:00
JimmFly
5b4ce75e13
feat: add commands ( #4477 )
2023-09-25 10:10:53 +00:00
JimmFly
edd7d00104
refactor: workspace list ( #4432 )
2023-09-22 15:02:31 +08:00
JimmFly
38417878fc
chore: add back&forward for web ( #4403 )
2023-09-19 17:49:39 +00:00
JimmFly and Alex Yang
d3635208f6
refactor: delete page style ( #4347 )
...
Co-authored-by: Alex Yang <himself65@outlook.com >
2023-09-15 17:55:56 -07:00
JimmFly
4ad0e2ffd6
chore: adjust workspace card style ( #4371 )
2023-09-14 23:19:38 -07:00
JimmFly
bdc2695caf
fix: wrong share status display ( #4336 )
2023-09-13 05:11:05 +00:00
JimmFly
7d6c150ecd
fix: unexpected react warning ( #4316 )
2023-09-12 22:32:45 +00:00
JimmFly
a94512a3fb
feat: add animation for add favorites ( #4317 )
2023-09-12 16:06:03 +00:00
JimmFly
49c8928a09
chore: adjust preloading page ( #4225 )
2023-09-11 06:42:45 +00:00
JimmFly
b7b14c2241
fix: menu style ( #4287 )
2023-09-11 06:41:36 +00:00
JimmFly
0992841673
style: add hover style to the setting button in workspace card ( #4193 )
2023-09-07 05:05:38 +00:00
JimmFly
8845bb9b4b
chore: optimized style ( #4098 )
2023-09-01 19:28:16 +00:00
JimmFly and Alex Yang
df4d71b0c8
feat: add worksapce type label ( #4045 )
...
Co-authored-by: Alex Yang <himself65@outlook.com >
2023-08-31 13:16:58 -05:00
JimmFly and Alex Yang
6be176b4e3
fix: the web version should not display client borders ( #4040 )
...
Co-authored-by: Alex Yang <himself65@outlook.com >
2023-08-31 13:15:22 -05:00
JimmFly
40fbf1bd41
chore: update preload page ( #3943 )
2023-08-24 11:21:17 -05:00
JimmFly
59e54917af
chore: bump version ( #3942 )
2023-08-24 10:05:09 +00:00
JimmFly
a600626b83
chore: update preloading page ( #3909 )
2023-08-23 09:22:22 -05:00
JimmFly
e389bf902f
chore: change divider style ( #3826 )
2023-08-18 02:31:10 -05:00
JimmFly
4d58f2b4c7
fix: wrong cascading relationship ( #3800 )
2023-08-17 19:59:37 -05:00
JimmFly
aea508573b
chore: adjust preloading tags ( #3803 )
2023-08-17 19:58:50 -05:00