Page MenuHomePhabricator

Remove inline gutter in Pholio
ClosedPublic

Authored by epriestley on Jun 15 2014, 12:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 13, 9:26 AM
Unknown Object (File)
Sat, Aug 31, 1:40 PM
Unknown Object (File)
Sun, Aug 25, 8:53 AM
Unknown Object (File)
Aug 19 2024, 4:21 AM
Unknown Object (File)
Aug 19 2024, 12:01 AM
Unknown Object (File)
Aug 17 2024, 2:53 PM
Unknown Object (File)
Aug 15 2024, 2:06 PM
Unknown Object (File)
Aug 13 2024, 10:30 PM
Subscribers

Details

Reviewers
chad
Commits
Restricted Diffusion Commit
rP942f50489357: Remove inline gutter in Pholio
Summary

This greatly simplifies inline comments while retaining their functionality. This is probably not where we want to end up, but will let us figure out what we're doing with the stage without worrying about inlines.

Test Plan

See screenshots.

Diff Detail

Repository
rP Phabricator
Branch
inlines2
Lint
Lint Passed
SeverityLocationCodeMessage
Advicesrc/applications/pholio/controller/PholioInlineController.php:57XHP16TODO Comment
Unit
No Test Coverage
Build Status
Buildable 1095
Build 1095: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Remove inline gutter in Pholio.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

Adding an inline is now just a modal dialog:

Screen_Shot_2014-06-14_at_5.54.29_PM.png (1×1 px, 421 KB)

Draft inline:

Screen_Shot_2014-06-14_at_5.54.38_PM.png (1×1 px, 734 KB)

Inlines just pop up in a modal dialog:

Screen_Shot_2014-06-14_at_5.56.59_PM.png (1×1 px, 520 KB)

This is probably not where we want to be in the long run, but it might reasonably be an improvement over what we have now.

chad edited edge metadata.
This revision is now accepted and ready to land.Jun 15 2014, 1:06 AM
epriestley updated this revision to Diff 22861.

Closed by commit rP942f50489357 (authored by @epriestley).