Merge remote-tracking branch 'misskey-dev/master' into prismisskey

# Conflicts:
#	package.json
This commit is contained in:
mattyatea 2023-09-25 21:13:56 +09:00
commit a6ae84df71
40 changed files with 331 additions and 109 deletions

View file

@ -368,8 +368,8 @@ export function getNoteMenu(props: {
.filter(x => x !== undefined);
} else {
menu = [{
icon: 'ti ti-external-link',
text: i18n.ts.detailed,
icon: 'ti ti-info-circle',
text: i18n.ts.details,
action: openDetail,
}, {
icon: 'ti ti-copy',