Commit Graph
100 Commits
Author SHA1 Message Date
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
JimmFlyandLongYinan 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
JimmFlyandPeng 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
JimmFlyandPeng 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
JimmFlyandPeng Xiao 1f6a105e5c feat(core): add setting commands (#4568)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-10-11 03:31:04 +00:00
JimmFlyandPeng 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
JimmFlyandAlex 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
JimmFlyandAlex Yang df4d71b0c8 feat: add worksapce type label (#4045)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-31 13:16:58 -05:00
JimmFlyandAlex 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
JimmFly ca016f1dd1 chore: adjust preloading page (#3753) 2023-08-15 05:53:53 +00:00
JimmFly 8d2df468ee chore: update en.json (#3754) 2023-08-15 05:08:48 +00:00
JimmFly 1072db632e chore: adjust translation (#3734) 2023-08-14 14:34:42 +00:00
JimmFly 4d254f3967 fix: get back the missing scrollbar (#3718) 2023-08-13 13:36:29 +00:00
JimmFlyandAlex Yang 1a8f849693 feat: add duplicate feature (#3675)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-11 13:58:59 +00:00
JimmFly f0cbbc3a84 fix: test case (#3686) 2023-08-11 02:59:06 -04:00
JimmFly e180398637 chore: bump icon version and change plugins icon (#3640) 2023-08-09 11:41:25 +00:00
JimmFly 5842619206 refactor: optimize the use of notification center (#3621) 2023-08-08 19:00:44 +00:00
JimmFly 4e84b9a121 refactor: header options menu (#3615) 2023-08-08 17:14:24 +00:00
JimmFly d9f323874d style: adjust page list header style (#3599) 2023-08-07 16:03:54 +00:00
JimmFly 3a92c4f798 feat: modify sidebar floating logic and header responsive style (#3550) 2023-08-05 00:15:17 +00:00
JimmFly 8face25bdf fix: scrollbar position offset (#3538) 2023-08-03 08:52:04 +00:00
JimmFly 70f3508005 feat: brand new version of icons (#3496) 2023-08-01 05:51:30 +00:00
JimmFly 9567471e7f chore: adjustment options menu (#3455) 2023-07-31 07:56:51 +00:00
JimmFlyandAlex Yang 6388a798c9 style: adjust active slider bar collection item active style (#3458)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-07-29 15:22:21 +00:00
JimmFly d96263fde9 feat: add read only mode for page in trash (#3440) 2023-07-28 15:01:10 +00:00
JimmFly ed8b2d9927 chore: update change log link (#3435) 2023-07-28 15:00:03 +00:00
JimmFly 68755f4303 fix: bring back the lost WorkspaceDeleteModal style (#3434) 2023-07-27 21:32:46 -07:00
JimmFly 4de063de98 style: adjust collection modal style (#3407) 2023-07-27 20:37:34 +00:00
JimmFly e1f604d857 refactor: create collection (#3406) 2023-07-27 19:55:04 +00:00
JimmFly ba53c74130 fix: unable to add a second collection (#3405) 2023-07-26 22:37:42 -07:00
JimmFly bc27412425 feat: support gif toast (#3389) 2023-07-26 22:37:18 -07:00
JimmFly 04534c2008 chore: adjust sidebar padding (#3397) 2023-07-26 22:36:45 -07:00
JimmFly bb9908e1fa fix: filter button conflicts with electron header drag event (#3380) 2023-07-26 09:58:40 +00:00
JimmFly 2c249781a2 feat: add new collection button to slider bar (#3369) 2023-07-26 04:32:55 +00:00
JimmFly e3f66d7e22 style: move trash button group to page bottom (#3352) 2023-07-25 05:21:16 +00:00
JimmFly be81e63eed chore: update icon size (#3350) 2023-07-24 23:35:10 +00:00
JimmFlyandAlex Yang cff741e9ba style: add text overflow style for collections (#3292)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-07-21 03:48:22 +00:00