emojigen wip33
This commit is contained in:
parent
b4edc40fa8
commit
55f0e23a74
@ -59,7 +59,7 @@
|
|||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>{{ $ts.preview }}</template>
|
<template #label>{{ $ts.preview }}</template>
|
||||||
<img :src="emojiUrl" class="img" :alt="emojiName"/>
|
<img :src="emojiUrl" class="img" :alt="emojiName"/>
|
||||||
<a href="{{ emojiUrl }}"></a><p>{{ emojiUrl }}</p>
|
<a href="{{ emojiUrl }}"><p>{{ emojiUrl }}</p></a>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
<FormButton primary class="_formBlock" @click="emojiApproval">{{ $ts.emojiApproval }}</FormButton>
|
<FormButton primary class="_formBlock" @click="emojiApproval">{{ $ts.emojiApproval }}</FormButton>
|
||||||
</div>
|
</div>
|
||||||
|
@ -202,16 +202,7 @@ const menu = (ev: MouseEvent) => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},{
|
}], ev.currentTarget ?? ev.target);
|
||||||
icon: 'fas fa-recycle',
|
|
||||||
text: i18n.ts.emojigen,
|
|
||||||
action: async
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
], ev.currentTarget ?? ev.target);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const setCategoryBulk = async () => {
|
const setCategoryBulk = async () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user