mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
refactor(editor): inner toolbar surface-ref block with extension (#11246)
This PR refactor `surface-ref` toolbar with `ToolbarExtension`
This commit is contained in:
@@ -4351,6 +4351,10 @@ export function useAFFiNEI18N(): {
|
||||
* `Open this doc`
|
||||
*/
|
||||
["com.affine.peek-view-controls.open-doc"](): string;
|
||||
/**
|
||||
* `Open in edgeless`
|
||||
*/
|
||||
["com.affine.peek-view-controls.open-doc-in-edgeless"](): string;
|
||||
/**
|
||||
* `Open in new tab`
|
||||
*/
|
||||
|
||||
@@ -1079,6 +1079,7 @@
|
||||
"com.affine.payment.license-success.copy": "Copied key to clipboard",
|
||||
"com.affine.peek-view-controls.close": "Close",
|
||||
"com.affine.peek-view-controls.open-doc": "Open this doc",
|
||||
"com.affine.peek-view-controls.open-doc-in-edgeless": "Open in edgeless",
|
||||
"com.affine.peek-view-controls.open-doc-in-new-tab": "Open in new tab",
|
||||
"com.affine.peek-view-controls.open-doc-in-split-view": "Open in split view",
|
||||
"com.affine.peek-view-controls.open-info": "Open doc info",
|
||||
|
||||
Reference in New Issue
Block a user