Page MenuHomePhabricator

Add `ui.footer-items` to add a custom page footer
ClosedPublic

Authored by epriestley on Sep 10 2014, 8:19 PM.
Tags
None
Referenced Files
F15518749: D10466.diff
Sat, Apr 19, 4:33 PM
F15505816: D10466.id25169.diff
Tue, Apr 15, 6:07 AM
F15483455: D10466.id25173.diff
Wed, Apr 9, 12:25 PM
F15480734: D10466.id25172.diff
Tue, Apr 8, 4:03 PM
F15480063: D10466.id.diff
Tue, Apr 8, 11:18 AM
F15477821: D10466.diff
Mon, Apr 7, 6:00 PM
F15477097: D10466.id25173.diff
Mon, Apr 7, 12:25 PM
F15462728: D10466.diff
Tue, Apr 1, 5:12 PM
Subscribers

Details

Summary

Fixes T6052. Allow installs to link to legal documents, etc., in the page footer.

Test Plan
  • Configured a footer.
  • Viewed workboards (no footer).
  • Viewed Conpherence (no apparent disruption, I think everything z-indexes over the footer).
  • Viewed stuff on mobile (seems OK).
  • Viewed login page (saw footer).

Screen_Shot_2014-09-10_at_1.03.36_PM.png (771×1 px, 130 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Add `ui.footer-items` to add a custom page footer.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.

Are you OK adding this, I would be fine punting since it means we have to support it for eons.

webroot/rsrc/css/application/base/standard-page-view.css
18

I'd probably add 16px of margin to not have a line in the gutter, then padding of 8px 0; ? I think?

chad edited edge metadata.

Oh I see your comment on the task. Carry on.

This revision is now accepted and ready to land.Sep 10 2014, 9:05 PM

If we pull the line out of the gutter, it will still run into the navigation menu on the left. Is that OK? Let me screenshot...

Page with nav, with pulled-out-of-gutter spacing (direct contact on left side):

Screen_Shot_2014-09-10_at_2.11.41_PM.png (739×1 px, 218 KB)

Page without nav (no contact with either gutter):

Screen_Shot_2014-09-10_at_2.11.56_PM.png (739×1 px, 142 KB)

I think that's fine, but it's a maybe not-obvious consequence.

After poking around, it looks a bit odd on some pages to me without the line, but feel free to counterdiff this if you want to play with it. I don't have super strong feelings either way.

epriestley edited edge metadata.
  • Add margin, but keep line.
epriestley updated this revision to Diff 25173.

Closed by commit rPd3cd9115f949 (authored by @epriestley).