feat: batch notifications

This commit is contained in:
Jannat Patel
2024-05-24 13:08:02 +05:30
parent a748e2c2db
commit 850069d380
15 changed files with 93 additions and 36 deletions

View File

@@ -71,7 +71,7 @@
</div>
<TextEditor
class="mt-5"
class="mt-5 reply-editor"
:content="newReply"
:mentions="mentionUsers"
@change="(val) => (newReply = val)"
@@ -151,7 +151,6 @@ const newReplyResource = createResource({
})
const mentionUsers = computed(() => {
console.log(allUsers.data['jannat@frappe.io'])
let users = Object.values(allUsers.data).map((user) => {
return {
value: user.name,