chore: voice debug component

This commit is contained in:
Sojan
2025-05-07 03:04:51 -07:00
parent d6dd8efe46
commit 5b77618a43
3 changed files with 664 additions and 1 deletions
@@ -66,6 +66,12 @@ export default {
WootMessageEditor,
},
mixins: [inboxMixin, fileUploadMixin, keyboardEventListenerMixins],
props: {
isPrivateNoteOnly: {
type: Boolean,
default: false,
},
},
emits: ['update:popoutReplyBox', 'togglePopout'],
setup() {
const {
@@ -102,7 +108,7 @@ export default {
recordingAudioState: '',
recordingAudioDurationText: '',
isUploading: false,
replyType: REPLY_EDITOR_MODES.REPLY,
replyType: REPLY_EDITOR_MODES.NOTE,
mentionSearchKey: '',
hasSlashCommand: false,
bccEmails: '',