feat(messages): add Enter/Shift+Enter hint below input area
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-03-27 14:16:11 +01:00
parent 467293f8a1
commit 4a3be6a060
2 changed files with 8 additions and 0 deletions

View File

@ -966,6 +966,13 @@
transform: none;
}
.input-hint {
font-size: 11px;
color: var(--conv-text-muted);
text-align: right;
padding: 4px 4px 0;
}
/* --- Quill editor inside input wrapper --- */
.chat-input-wrapper .ql-toolbar {
border: none;

View File

@ -139,6 +139,7 @@
</div>
<input type="file" id="fileInput" multiple style="display:none" accept=".jpg,.jpeg,.png,.gif,.pdf,.docx,.xlsx">
<div class="attachments-preview" id="attachmentsPreview" style="display:none"></div>
<div class="input-hint">Enter — wyślij &nbsp;·&nbsp; Shift+Enter — nowa linia</div>
</div>
</div>