feat: Allow signature in the editor directly (#7881)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Shivam Mishra
2023-09-15 18:46:40 +05:30
committed by GitHub
parent e9950afb1a
commit 29110ffd6b
8 changed files with 520 additions and 32 deletions

View File

@@ -15,7 +15,7 @@
<woot-message-editor
id="message-signature-input"
v-model="messageSignature"
class="message-editor"
class="message-editor h-[10rem]"
:is-format-mode="true"
:placeholder="
$t('PROFILE_SETTINGS.FORM.MESSAGE_SIGNATURE.PLACEHOLDER')
@@ -110,12 +110,6 @@ export default {
</script>
<style lang="scss" scoped>
.profile--settings--row {
.ProseMirror-woot-style {
@apply h-20;
}
}
.message-editor {
@apply px-3 mb-4;