mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
feat(core): tags inline editor (#5748)
tags inline editor and some refactor
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/439da1e3-30a9-462a-b7b4-c8e7c3b5ef17.mp4">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/439da1e3-30a9-462a-b7b4-c8e7c3b5ef17.mp4">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/439da1e3-30a9-462a-b7b4-c8e7c3b5ef17.mp4">Kapture 2024-01-31 at 23.29.11.mp4</video>
fix AFF-467
fix AFF-468
fix AFF-472
fix AFF-466
This commit is contained in:
@@ -913,6 +913,7 @@
|
||||
"com.affine.settings.workspace.properties.set-as-required": "Set as required property",
|
||||
"com.affine.settings.workspace.properties.edit-property": "Edit property",
|
||||
"com.affine.settings.workspace.properties.delete-property": "Delete property",
|
||||
"com.affine.settings.workspace.properties.delete-property-prompt": "The \"<1>{{ name }}</1>\" property will be remove from {{ count }} doc(s). This action cannot be undone.",
|
||||
"com.affine.settings.workspace.properties.required-properties": "Required properties",
|
||||
"com.affine.settings.workspace.properties.general-properties": "General properties",
|
||||
"com.affine.settings.workspace.preferences": "Preference",
|
||||
@@ -1125,5 +1126,7 @@
|
||||
"com.affine.page-properties.property.checkbox": "Checkbox",
|
||||
"com.affine.page-properties.property.progress": "Progress",
|
||||
"com.affine.page-properties.property.tags": "Tags",
|
||||
"com.affine.page-properties.icons": "Icons"
|
||||
"com.affine.page-properties.icons": "Icons",
|
||||
"com.affine.page-properties.tags.selector-header-title": "Select tag or create one",
|
||||
"com.affine.page-properties.tags.open-tags-page": "Open tag page"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user