Commit Graph

2304 Commits

Author SHA1 Message Date
Peng Xiao
5aa835deb6
fix: some responsiveness issues (#1088) 2023-02-16 23:30:19 -06:00
Peng Xiao
cbdc751be1
fix: on token invalidation it shall be redirected to home page (#1087) 2023-02-17 11:53:22 +08:00
DarkSky
0d1590f251
chore: skip pnpm cache 2023-02-17 11:23:07 +08:00
Qi
cc1323f5cc
feat: add MessageCenterHandler (#770)
Co-authored-by: Peng Xiao <pengxiao@freewheel.tv>
2023-02-16 21:02:10 -06:00
Himself65
f68b4934c6
fix(web): remove pwa support (#1078) 2023-02-17 02:57:30 +00:00
Himself65
6f6921079e
refactor: remove esm module (#1077) 2023-02-17 10:43:52 +08:00
Himself65
1d0bf58109
fix: infinite loading on public workspace (#1074) 2023-02-17 05:56:23 +08:00
zqran
6fa04622ce
fix: Button UI issues (#1070) 2023-02-16 18:11:14 +00:00
Peng Xiao
c69637fe98
fix: should show sync tab for cloud workspace (#1072) 2023-02-17 01:53:03 +08:00
Qi
121ac152fa
fix: open deleted page when open workspace,fixed #1067 (#1068) 2023-02-16 16:58:24 +00:00
Chi Zhang
50352e0f82
chore: cleanup old codes (#1071) 2023-02-17 00:51:32 +08:00
Qi
9db80fde37
Fix: slde bar style (#1058) 2023-02-16 22:29:10 +08:00
Qi
07401d1810
Fix: workspace card style (#1059) 2023-02-16 22:28:30 +08:00
Qi
27b1196111
Fix: invite (#1064) 2023-02-16 12:22:38 +00:00
Qi
657681e5e1
Fix: modify tip in sign out modal (#1057) 2023-02-16 20:20:24 +08:00
Fangdun Tsai
88a690a7d1
fix: position is set to relative is needed in wrapper of editor-container (#1060) 2023-02-16 10:04:02 +00:00
JimmFly
b94c0df49e
chore: change default Workspace name to "Demo Workspace" (#1054) 2023-02-16 17:55:54 +08:00
x1a0t
714665a202
chore: bump BlockSuite version (#1062) 2023-02-16 17:55:03 +08:00
Peng Xiao
13e2537dfb
fix: userinfo issue after state refactor (#1061) 2023-02-16 09:54:40 +00:00
Yifeng Wang
1034b6d517
ci: optimize add-to-project behavior for forks (#1053) 2023-02-16 15:39:32 +08:00
Himself65
f6378e8c3b
fix: use push when switch workspace (#1049) 2023-02-16 06:23:49 +00:00
x1a0t
fe8831f7ae
feat: theme for dark mode (#982)
Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com>
2023-02-16 06:23:24 +00:00
JimmFly
520076b31d
fix: assert error when toolWrapper is null (#1048) 2023-02-15 23:38:33 -06:00
Yifeng Wang
e2b17bc310
ci: simplify project automation (#1046) 2023-02-16 12:28:03 +08:00
Himself65
8774df46f9
fix: import useCallback (#1045) 2023-02-16 04:13:40 +00:00
Himself65
cdc2b449a9
refactor(store): extract workspace out of AppState (#1037) 2023-02-16 11:41:43 +08:00
Himself65
a4d0813354
fix(editor): multiple block hub when switching pages (#1042) 2023-02-16 11:33:30 +08:00
Himself65
6e2161277c
chore: bump version (#1040) 2023-02-16 11:32:30 +08:00
Yifeng Wang
7d096ba90e
ci: auto assign on draft PRs (#1039) 2023-02-16 09:04:56 +08:00
Yifeng Wang
9a1123239f
ci: add to project setup (#1038) 2023-02-16 08:46:17 +08:00
DarkSky
8b617abead
chore: bump blocksuite version (#1036) 2023-02-16 01:19:01 +08:00
Qi
8ead48a6d8
feat: modify interaction of new workspace (#1031) 2023-02-16 00:45:05 +08:00
Qi
a360e30073
fix: add composition checkout when input create workspace name, fixed… (#1035) 2023-02-15 22:29:07 +08:00
Qi
4b92ad6a22
fix: long text in slide bar not show ellipsis, fixed #980 (#1033) 2023-02-15 22:28:01 +08:00
Qi
885e99ddad
fix: modify workspace type text, fixed #979 (#1034) 2023-02-15 22:27:39 +08:00
Qi
8ed62d7692
feat: add offline detector, fixed #989 (#1032) 2023-02-15 14:20:41 +00:00
Chi Zhang
ed26ae088a
Create README.md 2023-02-15 20:41:15 +08:00
Qi
d40bdb9699
Fix: remove member issues (#1026) 2023-02-15 18:07:47 +08:00
Qi
c65adc5e25
fix: ui issues (#1023) 2023-02-15 09:07:09 +00:00
Himself65
34a3a99d62
refactor: use suspense in AppDefender (#1020) 2023-02-15 16:51:44 +08:00
Qi
eb1d4fe1f6
feat: interaction change (#788) 2023-02-15 15:21:29 +08:00
ShortCipher5
ce24174971
docs: preload content update (#1014) 2023-02-15 13:48:46 +08:00
Himself65
6a8aff9e56
refactor(store): port to useGlobalState with zustand (#1012) 2023-02-14 23:38:21 -06:00
Himself65
2b3ec1240a
feat(component): init BlockSuiteErrorBoundary (#1015) 2023-02-15 05:33:40 +00:00
Himself65
6906d6ba7a
build(desktop): fix typescript error (#1013) 2023-02-15 13:25:30 +08:00
lin onetwo
5c505807b4
chore: assign target for rust-cache (#1005)
Co-authored-by: himself65 <himself65@outlook.com>
Co-authored-by: Whitewater <me@waterwater.moe>
2023-02-14 22:45:19 -06:00
Himself65
5a0e4895cd
refactor: extract useBlockSuite from useAppState (#1001) 2023-02-14 21:12:35 -06:00
Yifeng Wang
6c0db247b7
ci: support pr auto assign (#1004) 2023-02-15 09:18:07 +08:00
Peng Xiao
5f4071652f
fix: some login & enable affine cloud issues (#999)
Co-authored-by: himself65 <himself65@outlook.com>
2023-02-14 19:12:39 -06:00
Himself65
78c164463f
refactor: hooks useConfirm (#998) 2023-02-15 08:49:18 +08:00