feat: Send chat messages on Enter keypress and optimize media test environments
linter / quality (push) Failing after 1m0s
tests / ci (8.3) (push) Failing after 49s
tests / ci (8.4) (push) Failing after 1m4s
tests / ci (8.5) (push) Failing after 1m5s

This commit is contained in:
Daan Meijer
2026-06-17 00:17:01 +02:00
parent 5b1a634d80
commit 8f9c4c9d1f
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -192,7 +192,8 @@ function closeLightbox() {
id="content"
rows="3"
class="c-chat__textarea"
placeholder="Type a message..."
placeholder="Type a message... (Press Enter to send, Shift+Enter for newline)"
@keydown.enter.exact.prevent="submit"
></textarea>
<div v-if="form.errors.content" class="c-chat__error">
{{ form.errors.content }}