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
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:
parent
467293f8a1
commit
4a3be6a060
@ -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;
|
||||
|
||||
@ -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 · Shift+Enter — nowa linia</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user