refactor: ♻️ reorganize note menu
translate just above view remote
This commit is contained in:
parent
43dacdcf81
commit
6c72806e31
|
@ -268,13 +268,6 @@ export function getNoteMenu(props: {
|
||||||
null,
|
null,
|
||||||
]
|
]
|
||||||
: []),
|
: []),
|
||||||
instance.translatorAvailable
|
|
||||||
? {
|
|
||||||
icon: "ph-translate ph-bold ph-lg",
|
|
||||||
text: i18n.ts.translate,
|
|
||||||
action: translate,
|
|
||||||
}
|
|
||||||
: undefined,
|
|
||||||
statePromise.then((state) =>
|
statePromise.then((state) =>
|
||||||
state?.isFavorited
|
state?.isFavorited
|
||||||
? {
|
? {
|
||||||
|
@ -334,6 +327,13 @@ export function getNoteMenu(props: {
|
||||||
action: () => togglePin(true),
|
action: () => togglePin(true),
|
||||||
}
|
}
|
||||||
: undefined,
|
: undefined,
|
||||||
|
instance.translatorAvailable
|
||||||
|
? {
|
||||||
|
icon: "ph-translate ph-bold ph-lg",
|
||||||
|
text: i18n.ts.translate,
|
||||||
|
action: translate,
|
||||||
|
}
|
||||||
|
: undefined,
|
||||||
appearNote.url || appearNote.uri
|
appearNote.url || appearNote.uri
|
||||||
? {
|
? {
|
||||||
icon: "ph-arrow-square-out ph-bold ph-lg",
|
icon: "ph-arrow-square-out ph-bold ph-lg",
|
||||||
|
|
Loading…
Reference in New Issue