mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
chore: change divider style (#3826)
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
"@emotion/styled": "^11.11.0",
|
"@emotion/styled": "^11.11.0",
|
||||||
"@mui/material": "^5.14.5",
|
"@mui/material": "^5.14.5",
|
||||||
"@react-hookz/web": "^23.1.0",
|
"@react-hookz/web": "^23.1.0",
|
||||||
"@toeverything/components": "^0.0.11",
|
"@toeverything/components": "^0.0.12",
|
||||||
"async-call-rpc": "^6.3.1",
|
"async-call-rpc": "^6.3.1",
|
||||||
"cmdk": "^0.2.0",
|
"cmdk": "^0.2.0",
|
||||||
"css-spring": "^4.1.0",
|
"css-spring": "^4.1.0",
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ export const PageMenu = ({ rename, pageId }: PageMenuProps) => {
|
|||||||
>
|
>
|
||||||
{t['com.affine.header.option.add-tag']()}
|
{t['com.affine.header.option.add-tag']()}
|
||||||
</MenuItem> */}
|
</MenuItem> */}
|
||||||
<Divider />
|
<Divider size="thinner" dividerColor="var(--affine-border-color)" />
|
||||||
<MenuItem
|
<MenuItem
|
||||||
icon={<DuplicateIcon />}
|
icon={<DuplicateIcon />}
|
||||||
data-testid="editor-option-menu-duplicate"
|
data-testid="editor-option-menu-duplicate"
|
||||||
@@ -162,7 +162,7 @@ export const PageMenu = ({ rename, pageId }: PageMenuProps) => {
|
|||||||
{t['Import']()}
|
{t['Import']()}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<Export />
|
<Export />
|
||||||
<Divider />
|
<Divider size="thinner" dividerColor="var(--affine-border-color)" />
|
||||||
<MoveToTrash
|
<MoveToTrash
|
||||||
data-testid="editor-option-menu-delete"
|
data-testid="editor-option-menu-delete"
|
||||||
onItemClick={() => {
|
onItemClick={() => {
|
||||||
|
|||||||
@@ -61,14 +61,14 @@ const AccountMenu = () => {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div>Unlimted</div>
|
<div>Unlimted</div>
|
||||||
<Divider></Divider>
|
<Divider size="thinner" dividerColor="var(--affine-border-color)" />
|
||||||
<MenuItem icon={<ImportIcon />} data-testid="editor-option-menu-import">
|
<MenuItem icon={<ImportIcon />} data-testid="editor-option-menu-import">
|
||||||
{t['com.affine.workspace.cloud.join']()}
|
{t['com.affine.workspace.cloud.join']()}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<MenuItem icon={<ImportIcon />} data-testid="editor-option-menu-import">
|
<MenuItem icon={<ImportIcon />} data-testid="editor-option-menu-import">
|
||||||
{t['com.affine.workspace.cloud.account.settings']()}
|
{t['com.affine.workspace.cloud.account.settings']()}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
<Divider></Divider>
|
<Divider size="thinner" dividerColor="var(--affine-border-color)" />
|
||||||
<MenuItem icon={<ImportIcon />} data-testid="editor-option-menu-import">
|
<MenuItem icon={<ImportIcon />} data-testid="editor-option-menu-import">
|
||||||
{t['com.affine.workspace.cloud.account.logout']()}
|
{t['com.affine.workspace.cloud.account.logout']()}
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
@@ -140,7 +140,7 @@ const CloudWorkSpaceList = ({
|
|||||||
[onMoveWorkspace]
|
[onMoveWorkspace]
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
<Divider />
|
<Divider size="thinner" dividerColor="var(--affine-border-color)" />
|
||||||
</StyledModalContent>
|
</StyledModalContent>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
@@ -211,7 +211,7 @@ export const WorkspaceListModal = ({
|
|||||||
</StyledCreateWorkspaceCardPillContent>
|
</StyledCreateWorkspaceCardPillContent>
|
||||||
</MenuItem>
|
</MenuItem>
|
||||||
</StyledSignInCardPill>
|
</StyledSignInCardPill>
|
||||||
<Divider />
|
<Divider size="thinner" dividerColor="var(--affine-border-color)" />
|
||||||
</StyledModalHeaderContent>
|
</StyledModalHeaderContent>
|
||||||
<StyledModalBody>
|
<StyledModalBody>
|
||||||
{isLoggedIn ? (
|
{isLoggedIn ? (
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@affine/component": "workspace:*",
|
"@affine/component": "workspace:*",
|
||||||
"@affine/sdk": "workspace:*",
|
"@affine/sdk": "workspace:*",
|
||||||
"@toeverything/components": "^0.0.11",
|
"@toeverything/components": "^0.0.12",
|
||||||
"idb": "^7.1.1",
|
"idb": "^7.1.1",
|
||||||
"langchain": "^0.0.129",
|
"langchain": "^0.0.129",
|
||||||
"marked": "^7.0.3",
|
"marked": "^7.0.3",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"@affine/component": "workspace:*",
|
"@affine/component": "workspace:*",
|
||||||
"@affine/sdk": "workspace:*",
|
"@affine/sdk": "workspace:*",
|
||||||
"@blocksuite/icons": "^2.1.31",
|
"@blocksuite/icons": "^2.1.31",
|
||||||
"@toeverything/components": "^0.0.11"
|
"@toeverything/components": "^0.0.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@affine/plugin-cli": "workspace:*"
|
"@affine/plugin-cli": "workspace:*"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
"@affine/component": "workspace:*",
|
"@affine/component": "workspace:*",
|
||||||
"@affine/sdk": "workspace:*",
|
"@affine/sdk": "workspace:*",
|
||||||
"@blocksuite/icons": "^2.1.31",
|
"@blocksuite/icons": "^2.1.31",
|
||||||
"@toeverything/components": "^0.0.11",
|
"@toeverything/components": "^0.0.12",
|
||||||
"@toeverything/theme": "^0.7.12",
|
"@toeverything/theme": "^0.7.12",
|
||||||
"clsx": "^2.0.0",
|
"clsx": "^2.0.0",
|
||||||
"foxact": "^0.2.20",
|
"foxact": "^0.2.20",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"@affine/component": "workspace:*",
|
"@affine/component": "workspace:*",
|
||||||
"@affine/sdk": "workspace:*",
|
"@affine/sdk": "workspace:*",
|
||||||
"@blocksuite/icons": "^2.1.31",
|
"@blocksuite/icons": "^2.1.31",
|
||||||
"@toeverything/components": "^0.0.11"
|
"@toeverything/components": "^0.0.12"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@affine/plugin-cli": "workspace:*",
|
"@affine/plugin-cli": "workspace:*",
|
||||||
|
|||||||
18
yarn.lock
18
yarn.lock
@@ -196,7 +196,7 @@ __metadata:
|
|||||||
"@affine/component": "workspace:*"
|
"@affine/component": "workspace:*"
|
||||||
"@affine/plugin-cli": "workspace:*"
|
"@affine/plugin-cli": "workspace:*"
|
||||||
"@affine/sdk": "workspace:*"
|
"@affine/sdk": "workspace:*"
|
||||||
"@toeverything/components": ^0.0.11
|
"@toeverything/components": ^0.0.12
|
||||||
"@types/marked": ^5.0.1
|
"@types/marked": ^5.0.1
|
||||||
idb: ^7.1.1
|
idb: ^7.1.1
|
||||||
jotai: ^2.3.1
|
jotai: ^2.3.1
|
||||||
@@ -246,7 +246,7 @@ __metadata:
|
|||||||
"@sentry/webpack-plugin": ^2.6.2
|
"@sentry/webpack-plugin": ^2.6.2
|
||||||
"@svgr/webpack": ^8.1.0
|
"@svgr/webpack": ^8.1.0
|
||||||
"@swc/core": ^1.3.77
|
"@swc/core": ^1.3.77
|
||||||
"@toeverything/components": ^0.0.11
|
"@toeverything/components": ^0.0.12
|
||||||
"@types/lodash.debounce": ^4.0.7
|
"@types/lodash.debounce": ^4.0.7
|
||||||
"@types/webpack-env": ^1.18.1
|
"@types/webpack-env": ^1.18.1
|
||||||
async-call-rpc: ^6.3.1
|
async-call-rpc: ^6.3.1
|
||||||
@@ -417,7 +417,7 @@ __metadata:
|
|||||||
"@affine/plugin-cli": "workspace:*"
|
"@affine/plugin-cli": "workspace:*"
|
||||||
"@affine/sdk": "workspace:*"
|
"@affine/sdk": "workspace:*"
|
||||||
"@blocksuite/icons": ^2.1.31
|
"@blocksuite/icons": ^2.1.31
|
||||||
"@toeverything/components": ^0.0.11
|
"@toeverything/components": ^0.0.12
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
@@ -443,7 +443,7 @@ __metadata:
|
|||||||
"@affine/plugin-cli": "workspace:*"
|
"@affine/plugin-cli": "workspace:*"
|
||||||
"@affine/sdk": "workspace:*"
|
"@affine/sdk": "workspace:*"
|
||||||
"@blocksuite/icons": ^2.1.31
|
"@blocksuite/icons": ^2.1.31
|
||||||
"@toeverything/components": ^0.0.11
|
"@toeverything/components": ^0.0.12
|
||||||
"@toeverything/theme": ^0.7.12
|
"@toeverything/theme": ^0.7.12
|
||||||
clsx: ^2.0.0
|
clsx: ^2.0.0
|
||||||
foxact: ^0.2.20
|
foxact: ^0.2.20
|
||||||
@@ -562,7 +562,7 @@ __metadata:
|
|||||||
"@affine/plugin-cli": "workspace:*"
|
"@affine/plugin-cli": "workspace:*"
|
||||||
"@affine/sdk": "workspace:*"
|
"@affine/sdk": "workspace:*"
|
||||||
"@blocksuite/icons": ^2.1.31
|
"@blocksuite/icons": ^2.1.31
|
||||||
"@toeverything/components": ^0.0.11
|
"@toeverything/components": ^0.0.12
|
||||||
jotai: ^2.3.1
|
jotai: ^2.3.1
|
||||||
react: 18.2.0
|
react: 18.2.0
|
||||||
react-dom: 18.2.0
|
react-dom: 18.2.0
|
||||||
@@ -11680,9 +11680,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@toeverything/components@npm:^0.0.11":
|
"@toeverything/components@npm:^0.0.12":
|
||||||
version: 0.0.11
|
version: 0.0.12
|
||||||
resolution: "@toeverything/components@npm:0.0.11"
|
resolution: "@toeverything/components@npm:0.0.12"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@blocksuite/icons": ^2.1.30
|
"@blocksuite/icons": ^2.1.30
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -11690,7 +11690,7 @@ __metadata:
|
|||||||
clsx: ^2
|
clsx: ^2
|
||||||
react: ^18
|
react: ^18
|
||||||
react-dom: ^18
|
react-dom: ^18
|
||||||
checksum: 6c610c780ac68f59e1251dd8a6aa196bde28a485cd18de2c0b7c0c2ab6330c1863e22846d83c5b39cba073bb045cddd207f6c0a079e7d155cd0d12eda21504c9
|
checksum: a674444f5931f0267cba26792182e83411d938ec7c1929be20125de4451157584a4a08848e66bd2e69549517f685d250616ef6592446cbdc50be8618d7e966af
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user