Add the ability to view a preview of the email entered into the textarea

This commit is contained in:
Jack Punter
2024-04-19 01:24:55 +01:00
parent cf5c04759a
commit 5934036a09
3 changed files with 222 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
<div class="row" style="display: flex;">
<div class="column" style="flex: 50%;">
<textarea name="email_input" id="typebox" rows="32" cols="64" style="resize: none;"
hx-trigger="keyup changed delay:500ms" hx-post="/mail-content" hx-target="#email-preview"
hx-trigger="keyup changed delay:1000ms" hx-post="/mail-content" hx-target="#email-preview"
placeholder="Type out your email here..."></textarea>
</div>