Commit Graph

2082 Commits

Author SHA1 Message Date
JimmFly
53d60a13b2
fix: retrieve lost cursor after closing search (#899) 2023-02-08 16:05:15 -06:00
Flrande
7583205011
build: use swc (#839) 2023-02-08 14:53:30 -06:00
DarkSky
75435e1c69
Merge pull request #886 from toeverything/feat/sync-status
fix: logout will jump to 404 error
2023-02-08 23:22:10 +08:00
DarkSky
4d689529b9
Merge pull request #881 from toeverything/fix-workspace-type
fix: workspace type wrong
2023-02-08 23:21:08 +08:00
DarkSky
eba1962cd5
Merge pull request #885 from toeverything/fix-invite-loading
fix: inviting page add loading to wait request
2023-02-08 23:18:23 +08:00
DarkSky
e111d5e6ef
Merge pull request #909 from toeverything/feat/e2etest-20230208
test: make workspace list tests stable
2023-02-08 22:30:59 +08:00
Qi
23ff52b93d
Merge pull request #878 from toeverything/feat/new-setting-page
feat: setting page with new design
2023-02-08 18:47:46 +08:00
QiShaoXuan
f8995e8a87 fix: i18n word 2023-02-08 18:38:28 +08:00
Qi
a3a94a9d0f
Update packages/i18n/src/resources/en.json
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
2023-02-08 18:33:06 +08:00
QiShaoXuan
7ff63cfb5f fix: lint error 2023-02-08 18:20:51 +08:00
QiShaoXuan
2ec5f6fb60 feat: setting page with new design 2023-02-08 18:11:27 +08:00
tzhangchi
6fa0820734 test: make workspace list tests stable 2023-02-08 17:48:03 +08:00
DarkSky
6d28081afa
Merge pull request #887 from toeverything/fix-remove-unused-code
fix: remove unused code
2023-02-08 17:13:07 +08:00
DarkSky
4e1f812160
Merge pull request #905 from toeverything/fix-token-parsing
fix: token parsing
2023-02-08 16:57:37 +08:00
Peng Xiao
9c2c8aed6c fix: token parsing 2023-02-08 15:04:23 +08:00
QiShaoXuan
2405744566 Merge branch 'master' of github.com:toeverything/AFFiNE into feat/new-setting-page 2023-02-08 14:35:04 +08:00
alt0
ef4a25d82b fix: workspace router 2023-02-07 22:46:40 +08:00
DiamondThree
731deda1e1 fix: logout jump to 404 2023-02-07 22:14:49 +08:00
DiamondThree
d9d60197f2 fix:delete workspace will jump to 404 2023-02-07 20:01:25 +08:00
alt0
84906e1ff8 fix: remove unused code 2023-02-07 19:19:06 +08:00
DiamondThree
028fdae8b1 fix: logout will jump to 404 error 2023-02-07 19:18:28 +08:00
DarkSky
d135bcb2fd
Merge pull request #864 from toeverything/feat/sync-status
Feat/sync status
2023-02-07 19:06:52 +08:00
alt0
40b74a8e66 fix: inviting page add loading to wait request 2023-02-07 19:06:43 +08:00
DiamondThree
a0f5d089d1 fix: appState dependency 2023-02-07 18:48:55 +08:00
alt0
0566c07e39 fix: remove unused variables 2023-02-07 18:42:28 +08:00
alt0
38b4ab41a5 fix: remove unused variables 2023-02-07 18:40:09 +08:00
alt0
72d28867aa fix: workspace type wrong 2023-02-07 18:29:09 +08:00
QiShaoXuan
aac9cb8b23 fix: modify slide bar font size, fixed #812 2023-02-07 17:49:16 +08:00
Qi
8f2d6b2160
Merge pull request #829 from toeverything/fix/downhill-bugs
Fix/downhill bugs
2023-02-07 17:37:31 +08:00
DiamondThree
28d2fd13d5 fix: sync status error 2023-02-07 17:32:15 +08:00
Qi
94c16b6380
Merge pull request #872 from toeverything/feat/modify-ui
feat: modify style
2023-02-07 17:25:35 +08:00
QiShaoXuan
de963fe13b fix: remove css variable lineHeightBase 2023-02-07 17:20:08 +08:00
zuomeng wang
036e514eb5
fix: add collabration cursor (#865) 2023-02-07 17:10:39 +08:00
QiShaoXuan
e1f4b6f8f2 feat: modify style 2023-02-07 17:10:15 +08:00
zuomeng wang
285b535a54
fix: local cache not work in creation (#859) 2023-02-07 08:52:55 +00:00
DiamondThree
0441c17e1d fix: pagelist is null 2023-02-07 16:45:58 +08:00
DiamondThree
ab059fcb2b fix: logout status error 2023-02-07 16:45:16 +08:00
JimmFly
18f63443e3
Merge pull request #856 from toeverything/fix/language-menu-ui
fix: retrieves missing default language
2023-02-07 16:23:57 +08:00
JimmFly
3750c8ef8d
Merge pull request #852 from toeverything/fix/update-search-ui
fix: update search UI in public page
2023-02-07 16:12:59 +08:00
JimmFly
9e15f1add9 Merge branch 'master' into fix/update-search-ui 2023-02-07 16:07:43 +08:00
JimmFly
1ea0e29d93 test: add test case for language menu 2023-02-07 15:21:34 +08:00
JimmFly
9807f9af1d fix: retrieves missing default language 2023-02-07 14:57:04 +08:00
DiamondThree
a6100a6ae2
fix: logout will set status about workspace (#830) 2023-02-07 06:40:06 +00:00
QiShaoXuan
8589a8c718 fix: lint error 2023-02-07 14:17:10 +08:00
QiShaoXuan
1455bb8555 Merge branch 'master' of github.com:toeverything/AFFiNE into fix/downhill-bugs 2023-02-07 14:15:06 +08:00
QiShaoXuan
285651fba8 fix: default workspace name, fixed #813 2023-02-07 14:13:00 +08:00
QiShaoXuan
3c5a98ff7c fix: uniform workspace name length limit, fixed #810 2023-02-07 14:00:33 +08:00
JimmFly
8e7e25829b test: add test case for quick search 2023-02-07 13:56:58 +08:00
JimmFly
3b8c4db8fb test: add test case for 404 search 2023-02-07 13:21:42 +08:00
JimmFly
e559ae3490 Disable quicksearch on 404 page 2023-02-07 13:14:19 +08:00