Skip to content

[MT-23017] Match attachment disclosure behavior to Mailtrap#33

Closed
kyrylo-yevdokymov wants to merge 3 commits into
mainfrom
codex/mt-23017-attachments
Closed

[MT-23017] Match attachment disclosure behavior to Mailtrap#33
kyrylo-yevdokymov wants to merge 3 commits into
mainfrom
codex/mt-23017-attachments

Conversation

@kyrylo-yevdokymov

@kyrylo-yevdokymov kyrylo-yevdokymov commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

What & why

Implements MT-23017, a sub-task of MT-22849.

Attachments now use the Mailtrap-style disclosure list with readable filenames/sizes and full-row download links. The interaction lifecycle closes on outside click, focus leaving, or Escape; Escape restores trigger focus and is consumed before the message view's global navigation handler.

Impact

Attachment downloads are clearer and the disclosure works predictably with mouse and keyboard navigation.

Verification

  • npm test — 62 tests passed
  • focused attachment/message tests — 13 passed
  • npm run lint — 0 errors; 4 existing warnings
  • npm run build — passed
  • git diff --check main...codex/mt-23017-attachments — passed

Kyrylo Yevdokymov and others added 3 commits July 13, 2026 13:24
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Replace the inline file-chip grid with the falcon sandbox pattern: an
"Attachments (N)" link under the date/size in the message header that
toggles a right-aligned dropdown. Each row is a full-width download
link — filename plus human size in a two-column CSS table, 45px rows —
closing on outside click or toggle. Panel and text styling follow
SettingsMenu (13px, fg/fg-muted, raised surface) so overlays read the
same across the app. The file-type icons from the chip iteration are
now unused and removed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6c87eec8-3900-46c5-963f-c131021bce91

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kyrylo-yevdokymov

Copy link
Copy Markdown
Contributor Author

Replaced by #37 using the repository-standard fix/mt-23017-attachments branch.

@kyrylo-yevdokymov
kyrylo-yevdokymov deleted the codex/mt-23017-attachments branch July 13, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant