From 9ea3a250db659a2d735caa27e90d271f00004e82 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Sat, 13 Jun 2026 09:29:20 +0900 Subject: [PATCH] Doc compose: drop field labels, expand placeholders with examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed the elements — they doubled what the placeholder said. - Placeholders now carry both the field name AND an example so an empty input still tells the user what to type: To recipient@example.com Cc cc@example.com, example2 Bcc bcc@example.com Subject --- static/js/document.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/static/js/document.js b/static/js/document.js index c6d0e98ed..e54d49213 100644 --- a/static/js/document.js +++ b/static/js/document.js @@ -3851,24 +3851,21 @@ import * as Modals from './modalManager.js';
- +