feat(core): resize and reorder split-view (#5994)

This commit is contained in:
Cats Juice
2024-03-04 11:19:39 +00:00
parent 7b31363c51
commit 2275eee5b2
12 changed files with 661 additions and 16 deletions

View File

@@ -1142,5 +1142,9 @@
"com.affine.share-page.footer.create-with": "Create with",
"com.affine.share-page.footer.built-with": "Built with",
"com.affine.share-page.footer.description": "Empower your sharing with AffiNE Cloud: One-click doc sharing",
"com.affine.share-page.footer.get-started": "Get started for free"
"com.affine.share-page.footer.get-started": "Get started for free",
"com.affine.workbench.split-view-menu.close": "Close",
"com.affine.workbench.split-view-menu.move-left": "Move Left",
"com.affine.workbench.split-view-menu.move-right": "Move Right",
"com.affine.workbench.split-view-menu.full-screen": "Full Screen"
}