Skip to content
Snippets Groups Projects
Verified Commit b8a8e449 authored by Mar0xy's avatar Mar0xy
Browse files

Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop

parents 7111c6c9 7a50bc04
No related branches found
No related tags found
No related merge requests found
......@@ -165,10 +165,20 @@ const remoteMenu = (emoji, ev: MouseEvent) => {
os.popupMenu([{
type: 'label',
text: ':' + emoji.name + ':',
}, {
},
{
text: i18n.ts.import,
icon: 'ti ti-plus',
action: () => { im(emoji); },
},
{
text: i18n.ts.delete,
icon: "ti ti-trash",
action: () => {
os.apiWithDialog("admin/emoji/delete", {
id: emoji.id,
});
},
}], ev.currentTarget ?? ev.target);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment