Page MenuHomePhabricator

Don't show description box in Pholio when there isnt one
ClosedPublic

Authored by chad on Jun 16 2014, 8:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 7, 9:05 PM
Unknown Object (File)
Thu, Feb 6, 2:34 PM
Unknown Object (File)
Jan 28 2025, 10:58 PM
Unknown Object (File)
Jan 27 2025, 1:50 PM
Unknown Object (File)
Jan 25 2025, 5:05 PM
Unknown Object (File)
Jan 23 2025, 4:33 AM
Unknown Object (File)
Jan 21 2025, 9:13 AM
Unknown Object (File)
Jan 18 2025, 5:46 AM
Subscribers

Details

Summary

n/a

Test Plan

Added title and description to 1 of 2 mocks, toggled left and right, saw correct CSS.

Diff Detail

Repository
rP Phabricator
Branch
no-descript
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningwebroot/rsrc/js/application/pholio/behavior-pholio-mock-view.js:662W004JSHintW004
Unit
No Test Coverage
Build Status
Buildable 1150
Build 1150: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

chad retitled this revision from to Don't show description box in Pholio when there isnt one.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.

JSHint would like var x to appear only once in a function, instead of in each branch:

var x;
if (y) {
  x = a;
} else {
  x = b;
}
This revision is now accepted and ready to land.Jun 17 2014, 11:14 AM
chad edited edge metadata.
  • Fix lint
chad updated this revision to Diff 23014.

Closed by commit rP125b8dad7bb5 (authored by @chad).