mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 14:56:59 +08:00
feat(core): update split view icons and texts (#6193)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"@blocksuite/block-std": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/blocks": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/global": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/icons": "2.1.45",
|
||||
"@blocksuite/icons": "2.1.46",
|
||||
"@blocksuite/inline": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/lit": "0.13.0-canary-202403140735-2367cd5",
|
||||
"@blocksuite/presets": "0.13.0-canary-202403140735-2367cd5",
|
||||
|
||||
@@ -2,9 +2,9 @@ import { MenuIcon, MenuItem } from '@affine/component';
|
||||
import { useAFFiNEI18N } from '@affine/i18n/hooks';
|
||||
import {
|
||||
ExpandCloseIcon,
|
||||
KeepThisOneIcon,
|
||||
MoveToLeftIcon,
|
||||
MoveToRightIcon,
|
||||
SoloViewIcon,
|
||||
} from '@blocksuite/icons';
|
||||
import { useSortable } from '@dnd-kit/sortable';
|
||||
import { useService } from '@toeverything/infra/di';
|
||||
@@ -158,7 +158,7 @@ const SplitViewMenu = ({ view }: { view: View }) => {
|
||||
views.length > 1 ? (
|
||||
<MenuItem
|
||||
onClick={handleCloseOthers}
|
||||
preFix={<MenuIcon icon={<KeepThisOneIcon />} />}
|
||||
preFix={<MenuIcon icon={<SoloViewIcon />} />}
|
||||
>
|
||||
{t['com.affine.workbench.split-view-menu.keep-this-one']()}
|
||||
</MenuItem>
|
||||
|
||||
@@ -1163,7 +1163,7 @@
|
||||
"com.affine.delete-tags.count": "{{count}} tag deleted",
|
||||
"com.affine.delete-tags.count_one": "{{count}} tag deleted",
|
||||
"com.affine.delete-tags.count_other": "{{count}} tags deleted",
|
||||
"com.affine.workbench.split-view-menu.keep-this-one": "Keep this one",
|
||||
"com.affine.workbench.split-view.page-menu-open": "Split View",
|
||||
"com.affine.workbench.split-view-menu.keep-this-one": "Solo View",
|
||||
"com.affine.workbench.split-view.page-menu-open": "Open in split view",
|
||||
"com.affine.search-tags.placeholder": "Type here ..."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user