mirror of
https://github.com/sotam0316/brain_dogfood.git
synced 2026-04-24 19:48:35 +09:00
feat: add attachment button and mobile UI enhancements (v2.1)
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
<input type="text" id="memoGroup" data-i18n-placeholder="composer_group" class="meta-field" style="width: 120px;">
|
||||
<input type="text" id="memoTags" data-i18n-placeholder="composer_tags" class="meta-field" style="flex: 1;">
|
||||
<button type="button" id="encryptionToggle" class="action-btn" data-i18n-title="composer_encrypt" style="height:34px; padding:0 10px;">🔓</button>
|
||||
<button type="button" id="attachBtn" class="action-btn" data-i18n-title="composer_attach_file" style="height:34px; padding:0 10px;">
|
||||
📎 <span class="btn-label" data-i18n="composer_attach_label"></span>
|
||||
</button>
|
||||
<input type="file" id="composerFileInput" multiple style="display: none;">
|
||||
<input type="password" id="memoPassword" data-i18n-placeholder="composer_password" class="meta-field" style="width: 120px; display: none;">
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user