Peng Xiao
|
869d98d019
|
perf: lazy doc provider factory (#3330)
Co-authored-by: Alex Yang <himself65@outlook.com>
|
2023-07-21 05:23:18 +00:00 |
|
Alex Yang
|
cac609d36f
|
fix(core): migration (#3322)
|
2023-07-20 20:16:15 +00:00 |
|
Alex Yang
|
604b53d9a4
|
feat: init doc monitor (#3320)
|
2023-07-20 02:44:50 +00:00 |
|
Alex Yang
|
c49cf1c53c
|
fix: create first workspace logic (#3241)
|
2023-07-14 09:54:11 +00:00 |
|
Alex Yang
|
1bc427e7a6
|
fix: migration logic (#3238)
|
2023-07-14 09:28:15 +00:00 |
|
Alex Yang
|
2be0ae8906
|
revert: use stable react (#3228)
|
2023-07-14 05:33:43 +00:00 |
|
Alex Yang
|
1f5995ffc7
|
refactor(plugin-infra): workspace loading (#3222)
|
2023-07-13 15:52:06 +00:00 |
|
Alex Yang
|
64cf297399
|
refactor(web): move current atoms into plugin infra (#3220)
|
2023-07-13 12:14:30 +00:00 |
|
Alex Yang
|
6a2dbc0105
|
fix: page id could be invalid (#3204)
|
2023-07-13 04:18:18 +00:00 |
|
Alex Yang
|
8c1fcee135
|
refactor: remove unused code (#3149)
|
2023-07-11 08:53:01 +00:00 |
|
Alex Yang
|
3c5ccd7231
|
fix: init workspace before loaded (#3104)
|
2023-07-08 07:42:30 +00:00 |
|
Alex Yang
|
b49306607b
|
feat: improve workspace hook (#3099)
|
2023-07-08 05:43:39 +00:00 |
|
Alex Yang
|
283f0cd263
|
refactor: lazy load workspaces (#3091)
|
2023-07-07 14:15:27 +00:00 |
|
Alex Yang
|
3294043180
|
perf: reduce unused provider connection (#3090)
|
2023-07-07 08:13:32 +00:00 |
|
Alex Yang
|
fafd93f7dc
|
refactor: block-hub in tool wrapper (#3073)
|
2023-07-06 15:18:58 +00:00 |
|
Alex Yang
|
e30c67482f
|
fix(web): fetch hello-world from local (#3062)
|
2023-07-06 09:46:17 +00:00 |
|
Alex Yang
|
fa1cd87348
|
chore: bump version (#3041)
|
2023-07-06 03:49:17 +00:00 |
|
Peng Xiao
|
33ba034336
|
fix: sqlite provider import sub doc db file (#2991)
Co-authored-by: Alex Yang <himself65@outlook.com>
|
2023-07-04 17:47:42 +00:00 |
|
Alex Yang
|
ec87864c34
|
refactor: simplify code (#3015)
|
2023-07-04 17:34:22 +00:00 |
|
Alex Yang
|
a5d2fafad6
|
refactor: remove legacy cloud (#2987)
|
2023-07-03 14:29:37 +00:00 |
|
Peng Xiao
|
901fc87716
|
fix: potential race condition on app load when migration (#2977)
Co-authored-by: Alex Yang <himself65@outlook.com>
|
2023-07-03 09:40:02 +00:00 |
|
Peng Xiao
|
9e90242ddb
|
fix: disable sqlite blob storage (#2943)
|
2023-06-30 16:09:43 +08:00 |
|
Alex Yang
|
53d90a11de
|
chore: tag deprecated files (#2936)
|
2023-06-30 04:01:14 +00:00 |
|
Alex Yang
|
8410d83744
|
refactor: rootWorkspacesMetadataAtom loading logic (#2882)
|
2023-06-29 08:48:12 +00:00 |
|
Alex Yang
|
5496969e58
|
refactor: environment setup (#2898)
Co-authored-by: Simon He <57086651+Simon-He95@users.noreply.github.com>
|
2023-06-28 11:19:19 +00:00 |
|
Alex Yang
|
fa45d8a718
|
build: unify build flags (#2891)
|
2023-06-28 16:45:05 +08:00 |
|
Peng Xiao
|
79b3b1dabc
|
fix: disable sqlite provider (#2888)
Co-authored-by: Alex Yang <himself65@outlook.com>
|
2023-06-28 15:01:15 +08:00 |
|
Alex Yang
|
26ac56e163
|
test: remove deprecated test (#2880)
|
2023-06-28 00:53:04 +08:00 |
|
Peng Xiao
|
05452bb297
|
feat: sqlite subdocument (#2816)
Co-authored-by: Alex Yang <himself65@outlook.com>
|
2023-06-27 07:40:37 +00:00 |
|
Alex Yang
|
8e82d1e02c
|
feat: support migration (#2852)
|
2023-06-26 15:55:44 +08:00 |
|
Alex Yang
|
7fcc5e599e
|
feat!: upgrade blocksuite version (#2833)
|
2023-06-25 01:16:46 +08:00 |
|
Alex Yang
|
c68220166a
|
feat(y-indexeddb): remove id (#2810)
|
2023-06-17 13:58:48 +08:00 |
|
LongYinan
|
3996955e3b
|
fix: add eslint-plugin-sonarjs and rules (#2767)
|
2023-06-14 10:45:14 +08:00 |
|
LongYinan
|
1c8f1a05d0
|
fix: add @typescript-eslint/no-floating-promises rule (#2764)
Co-authored-by: himself65 <himself65@outlook.com>
|
2023-06-13 06:55:23 +00:00 |
|
Himself65
|
f2ac2e5b84
|
feat: isolated plugin system (#2742)
|
2023-06-09 16:43:46 +08:00 |
|
Himself65
|
af6f431c15
|
fix: replace noop function (#2744)
|
2023-06-09 16:00:44 +08:00 |
|
LongYinan
|
2e975e79dd
|
style: add ban-ts-comment rule (#2738)
|
2023-06-09 11:55:23 +08:00 |
|
Himself65
|
bf6af934f6
|
fix: regression on the database and bookmark block (#2737)
|
2023-06-09 11:29:52 +08:00 |
|
Himself65
|
b383ce36cd
|
build: enhance tsconfig type check (#2732)
|
2023-06-09 01:42:58 +08:00 |
|
Peng Xiao
|
bedf838fe5
|
feat: add new rule for floating promise (#2726)
Co-authored-by: Himself65 <himself65@outlook.com>
|
2023-06-08 17:54:25 +08:00 |
|
LongYinan
|
18dc427bc3
|
style: enable no-non-null-assertion rule (#2723)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
|
2023-06-08 07:23:20 +00:00 |
|
Himself65
|
f3fd5ff76b
|
feat: add infra code (#2718)
|
2023-06-08 09:41:20 +08:00 |
|
Himself65
|
4958d096b0
|
fix: move workspace to top level (#2717)
|
2023-06-07 23:20:35 +08:00 |
|
Himself65
|
7f2006488e
|
fix: type import (#2715)
|
2023-06-07 22:47:02 +08:00 |
|
Peng Xiao
|
84f68fc2c0
|
fix: import workspace may only show default preload page (#2685)
|
2023-06-06 14:42:50 +08:00 |
|
LongYinan
|
602f795133
|
build: prevent tsconfig includes sources outside (#2643)
|
2023-06-01 17:08:14 +08:00 |
|
Simon He
|
fc9462eee9
|
perf: getEnvironment() -> env (#2636)
|
2023-06-01 03:23:38 +00:00 |
|
LongYinan
|
1ea445ab15
|
build: perform TypeCheck for all packages (#2573)
Co-authored-by: himself65 <himself65@outlook.com>
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
|
2023-05-31 12:49:56 +00:00 |
|
Himself65
|
248cd9a8ab
|
chore: prohibit import package itself (#2612)
Co-authored-by: Whitewater <me@waterwater.moe>
|
2023-05-31 15:00:50 +08:00 |
|
Himself65
|
ee289706ec
|
refactor: move affine utils into @affine/workspace (#2611)
|
2023-05-31 13:13:59 +08:00 |
|