Commit Graph

67 Commits

Author SHA1 Message Date
Alex Yang
43b35a77bb
feat: new preload pages (#3674) 2023-08-10 15:56:16 -04:00
Alex Yang
dafd5619e6
feat: support get datasource status (#3645) 2023-08-10 05:05:34 +00:00
Camol
7d16a8348c
chore: add @types/addfine__env to the devDep (#3616) 2023-08-08 15:46:23 +00:00
Alex Yang
7bf77b566d
feat(plugin): add vue example (#3592) 2023-08-05 23:59:14 -04:00
Alex Yang
97de0ef5b4
build: use tsconfig bundler (#3581) 2023-08-05 00:00:36 +00:00
Alex Yang
ea76936508
feat: update 404 page (#3580)
Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com>
2023-08-04 23:11:30 +00:00
Alex Yang
4bb874756d
refactor: lazy download macos maker (#3564) 2023-08-03 17:58:42 -07:00
Alex Yang
0e32803247
refactor: merge plugin-infra into infra (#3540) 2023-08-03 08:48:59 +00:00
Alex Yang
ea34d66e14
feat: add @affine/sdk (#3536) 2023-08-03 04:47:05 +00:00
Alex Yang
1b17743ed3
feat: custom maker dmg (#3501) 2023-08-01 19:20:29 +00:00
Alex Yang
1d43e46f99
chore: add noUnusedLocals and noUnusedParameters rules (#3476)
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-07-31 05:47:37 +00:00
Alex Yang
18fcaff5ee
feat(plugin-cli): add cli af (#3465) 2023-07-30 18:10:45 +00:00
Alex Yang
9f43c0ddc8
refactor: plugin loading logic (#3448) 2023-07-29 02:43:52 +00:00
Alex Yang
10f879f29a
refactor(electron): server side plugin (#3360) 2023-07-25 21:32:34 +00:00
Alex Yang
c319e7e707
fix: type check in plugins (#3337) 2023-07-20 19:28:55 +00:00
Alex Yang
b6e5618a2e
chore(core): fix missing stuff (#3302) 2023-07-19 04:30:04 +00:00
Alex Yang
47f12f77f2
refactor!: remove next.js (#3267) 2023-07-18 16:53:10 +00:00
Alex Yang
0230cea16e
refactor: move test utils to package (#3206) 2023-07-13 09:05:01 +00:00
Alex Yang
42ef3c0fc2
test: migration test in real world (#2885) 2023-06-29 06:50:26 +00:00
liuyi
2c95bfcc3d
feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
Alex Yang
91d3b76be5
refactor(storybook): move to apps folder (#2901) 2023-06-28 12:29:52 +00:00
Alex Yang
21cb05a30c
build(web): fix debug local (#2886) 2023-06-28 11:43:13 +08:00
Peng Xiao
5ba2dff008
feat: add helper process (#2753) 2023-06-13 10:01:43 +08:00
Himself65
f2ac2e5b84
feat: isolated plugin system (#2742) 2023-06-09 16:43:46 +08:00
Himself65
c5a295a87b
chore: bump typescript to 5.1.3 (#2735)
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-06-09 11:42:54 +08:00
Himself65
b383ce36cd
build: enhance tsconfig type check (#2732) 2023-06-09 01:42:58 +08:00
Himself65
9f129075dd
feat: add page setting atom (#2725) 2023-06-09 00:58:46 +08:00
Himself65
1ad2e629ac
refactor: project tsconfig & abstract infra type (#2721) 2023-06-08 12:41:47 +08:00
Himself65
f3fd5ff76b
feat: add infra code (#2718) 2023-06-08 09:41:20 +08:00
Flrande
35fb10c95b
feat: add preloading template (#2655)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-06-07 17:31:54 +08:00
Himself65
f4be15baec
fix: package affine/env modules (#2707) 2023-06-07 16:31:05 +08:00
LongYinan
602f795133
build: prevent tsconfig includes sources outside (#2643) 2023-06-01 17:08:14 +08: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
6648fe4dcc
feat: init @affine/copilot (#2511) 2023-05-30 18:02:49 +08:00
LongYinan
93116c24f2
feat(electron): use affine native (#2329) 2023-05-17 12:36:51 +08:00
Himself65
4f99ad2db4
feat: forced file naming format (#2270) 2023-05-08 17:37:07 -05:00
Himself65
c55bfcc1fc
refactor: remove @toeverything/theme (#2254) 2023-05-08 03:41:29 +00:00
Himself65
3d43e61087
feat(i18n): static type on i18n (#2225) 2023-05-04 05:35:09 +00:00
liuyi
b4bb57b2a5
feat(server): port resolvers to node server (#2026)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-04-27 18:02:05 -05:00
Himself65
db52c63d25
feat: init @toeverything/theme (#2136) 2023-04-25 18:44:17 -05:00
Himself65
7e61708850
test: move playwright test suite to top level (#2113) 2023-04-24 22:12:48 -05:00
LongYinan
5c673a8ffc
feat(graphql): generate types from graphql files (#2014)
Co-authored-by: forehalo <forehalo@gmail.com>
Co-authored-by: Himself65 <himself65@outlook.com>
2023-04-25 10:13:52 +08:00
Himself65
d3ce90e721
test: add electron test (#1840) 2023-04-24 18:53:36 -05:00
Himself65
18223c22ef
test(server): migrate to node internal test (#2000) 2023-04-18 00:07:03 -05:00
LongYinan
91c3040db7
feat(server): init nestjs server (#1997)
Co-authored-by: himself65 <himself65@outlook.com>
2023-04-17 22:24:44 -05:00
Himself65
02a8daad5f
refactor: remove unused package desktop (#1815) 2023-04-04 10:32:09 -05:00
Himself65
fcf5d5602d
feat: init @toeverything/hooks package (#1788) 2023-04-03 04:32:52 -05:00
Himself65
89c1e4c205
build: fix reference (#1787) 2023-04-03 04:32:43 -05:00
Himself65
ed8f07f102
refactor: remove y-indexeddb (#1771) 2023-04-02 02:57:50 -05:00
Peng Xiao
7299efe16a
fix: first workspace create logic (#1773) 2023-03-31 12:40:30 -05:00