feat(ext/popup): wire attachments disclosure into 6 type forms + 📎 list indicator
Each existing type form (Login, SecureNote, Identity, Card, Key, TOTP) renders + wires the attachments-disclosure in both edit and view modes. Form save reads from attachmentsDraft; teardown revokes any image object URLs. Item-list rows show a 📎 glyph for items with at least one attachment. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -235,6 +235,12 @@ textarea {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.entry-row__attach-indicator {
|
||||
font-size: 9px;
|
||||
opacity: 0.6;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
/* Detail view */
|
||||
.detail-header {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user