Page MenuHomePhabricator

Improve HTML mail rendering of inline patches
ClosedPublic

Authored by epriestley on May 12 2016, 5:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 10, 3:43 AM
Unknown Object (File)
Sun, Dec 8, 9:49 AM
Unknown Object (File)
Sun, Dec 8, 6:48 AM
Unknown Object (File)
Sun, Dec 8, 6:05 AM
Unknown Object (File)
Mon, Dec 2, 2:52 PM
Unknown Object (File)
Sun, Nov 24, 7:49 AM
Unknown Object (File)
Nov 10 2024, 3:56 PM
Unknown Object (File)
Oct 15 2024, 1:17 AM
Subscribers
None

Details

Summary

Fixes T9790. This uses a simple renderer, like the inline context renderer, that emphasizes getting a quick glance at small changes and working reasonably on mobile devices.

Test Plan
  • Set inline setting to 9999.
  • Created a diff.
  • Saw it render reasonably in HTML mail.
  • Also tested text mail to make sure I didn't break that.

Screen Shot 2016-05-12 at 10.47.39 AM.png (1×1 px, 207 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve HTML mail rendering of inline patches.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
chad added inline comments.
src/applications/differential/editor/DifferentialTransactionEditor.php
1449

maybe 6px 0 12px 0.

This revision is now accepted and ready to land.May 12 2016, 7:04 PM
epriestley edited edge metadata.
  • Tighten up top margins a hair.
This revision was automatically updated to reflect the committed changes.