Commit Graph

135 Commits

Author SHA1 Message Date
Alex Yang
43b35a77bb
feat: new preload pages (#3674) 2023-08-10 15:56:16 -04:00
Mirone
f06efd4d02
chore: remove dependency of blocksuite/blocks/std (#3667) 2023-08-10 16:36:28 +00:00
Garfield Lee
358c3a5bb2
feat: add no match route (#3659) 2023-08-10 13:43:51 +00:00
Alex Yang
dafd5619e6
feat: support get datasource status (#3645) 2023-08-10 05:05:34 +00:00
Alex Yang
05144abd6a v0.8.0-canary.16 2023-08-10 00:34:30 -04:00
Mirone
629a3d11c6
chore: bump blocksuite version (#3654) 2023-08-10 00:19:24 -04:00
Alex Yang
bbd49252cf v0.8.0-canary.15 2023-08-09 17:29:27 -04:00
JimmFly
e180398637
chore: bump icon version and change plugins icon (#3640) 2023-08-09 11:41:25 +00:00
Garfield Lee
cbd4420fe9
fix: help island icons height (#3639) 2023-08-09 11:40:59 +00:00
Alex Yang
c324ccc12a
chore: bump version (#3634) 2023-08-09 00:13:48 -04:00
Alex Yang
4472a2a0b0
fix: page validation logic (#3626) 2023-08-09 00:37:53 +00:00
Alex Yang
4d6e28c725 v0.8.0-canary.14 2023-08-08 17:01:22 -04:00
Alex Yang
881424d03a
chore: bump version (#3623) 2023-08-08 16:57:22 -04:00
JimmFly
4e84b9a121
refactor: header options menu (#3615) 2023-08-08 17:14:24 +00:00
Camol
7d16a8348c
chore: add @types/addfine__env to the devDep (#3616) 2023-08-08 15:46:23 +00:00
Garfield Lee
3009d729fa
refactor: remove React.FC for affine core (#3617) 2023-08-08 06:54:31 +00:00
Qi
6efe29f7ef
feat: replace button from @toeverything/components (#3608) 2023-08-08 04:38:02 +00:00
fourdim
7826ecfa58
fix: cache key on blocksuite local debug (#3610) 2023-08-08 04:37:49 +00:00
Alex Yang
4a0089dbfc v0.8.0-canary.13 2023-08-07 23:02:09 -04:00
Alex Yang
d101db2a39
chore: bump version (#3606) 2023-08-07 23:01:47 -04:00
Alex Yang
b147624f1c
feat: support enable/disable plugin (#3605) 2023-08-08 00:58:31 +00:00
fourdim
ec05bd3f53
feat: add local blocksuite debug support (#3591)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-07 17:44:31 +00:00
Garfield Lee
47c0b1f680
fix: correct contact with us icon alignment (#3600) 2023-08-07 17:30:48 +00:00
Alex Yang
6d01495bc7
feat(infra): lazy load plugin modules (#3604) 2023-08-07 17:06:44 +00:00
JimmFly
d9f323874d
style: adjust page list header style (#3599) 2023-08-07 16:03:54 +00:00
Alex Yang
a0ce75b1ae v0.8.0-canary.12 2023-08-06 20:55:41 -04:00
Alex Yang
031eb35b86
chore: bump version (#3594) 2023-08-06 20:54:28 -04:00
Alex Yang
7bf77b566d
feat(plugin): add vue example (#3592) 2023-08-05 23:59:14 -04:00
dependabot[bot]
2da6c4a0ec
chore: bump jotai-devtools from 0.6.0 to 0.6.1 (#3583)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-05 01:18:45 +00:00
Alex Yang
36bd0b02d0 v0.8.0-canary.11 2023-08-04 17:34:31 -07:00
JimmFly
3a92c4f798
feat: modify sidebar floating logic and header responsive style (#3550) 2023-08-05 00:15:17 +00:00
Alex Yang
97de0ef5b4
build: use tsconfig bundler (#3581) 2023-08-05 00:00:36 +00:00
Alex Yang
bbf5f0efe0
chore: bump version (#3567) 2023-08-04 23:55:28 +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
13d2dde501
fix: only run migration in local workspace (#3570) 2023-08-04 16:09:55 +00:00
Peng Xiao
6415f0093b
fix: optimize types for infra/electron (#3574) 2023-08-04 09:23:56 +00:00
Alex Yang
f8e49ee3be v0.8.0-canary.10 2023-08-03 20:08:52 -07:00
Pratik Kumar
1012807c65
fix: added scrollbar at the correct position (#3506)
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
2023-08-04 02:50:22 +00:00
Alex Yang
0882d47dc9 v0.8.0-canary.9 2023-08-03 16:23:02 -07:00
Alex Yang
0c16eb1189
build: improve webpack config (#3561) 2023-08-03 23:05:46 +00:00
Alex Yang
33cc9d25a1
fix(core): use download atom (#3558) 2023-08-03 17:13:44 +00:00
Chi Zhang
2678ca9330
feat: should hide downloadtip when it had been closed (#3555) 2023-08-03 23:50:08 +08:00
Alex Yang
0e32803247
refactor: merge plugin-infra into infra (#3540) 2023-08-03 08:48:59 +00:00
Pratik Kumar
3282344d4a
fix: padding in the Switch button of Page/Edgeless (#3542) 2023-08-03 08:38:00 +00:00
Garfield Lee
3a0797955c
fix: editor-mode-switch animation should only run once (#3543)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-03 08:24:10 +00:00
Alex Yang
ea34d66e14
feat: add @affine/sdk (#3536) 2023-08-03 04:47:05 +00:00
Alex Yang
d3c719d89a
test: add test case for plugin bootstrap (#3529) 2023-08-03 01:48:35 +00:00
Alex Yang
dcd070b3e7 v0.8.0-canary.8 2023-08-02 16:51:34 -07:00
Alex Yang
32c08e49c5
feat: migrate to database v3 (#3528) 2023-08-02 16:50:10 -07:00
Garfield Lee
28a496bc67
feat: update editor mode switch icons (#3526) 2023-08-02 10:08:45 -07:00