refactor: header options menu (#3615)

This commit is contained in:
JimmFly
2023-08-09 01:14:24 +08:00
committed by GitHub
parent 7d16a8348c
commit 4e84b9a121
21 changed files with 183 additions and 128 deletions

View File

@@ -20,7 +20,7 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.29",
"@blocksuite/icons": "^2.1.30",
"foxact": "^0.2.17",
"link-preview-js": "^3.0.4"
},

View File

@@ -16,7 +16,7 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@toeverything/components": "^0.0.8",
"@toeverything/components": "^0.0.10",
"idb": "^7.1.1",
"langchain": "^0.0.118",
"marked": "^7.0.1",

View File

@@ -17,8 +17,8 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.29",
"@toeverything/components": "^0.0.8"
"@blocksuite/icons": "^2.1.30",
"@toeverything/components": "^0.0.10"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"

View File

@@ -16,9 +16,9 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.29",
"@toeverything/components": "^0.0.8",
"@toeverything/theme": "^0.7.9",
"@blocksuite/icons": "^2.1.30",
"@toeverything/components": "^0.0.10",
"@toeverything/theme": "^0.7.11",
"clsx": "^2.0.0",
"foxact": "^0.2.17",
"react-error-boundary": "^4.0.10",