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
F15426676: D10466.id25169.diff
Sun, Mar 23, 10:25 AM
F15421881: D10466.id25173.diff
Sat, Mar 22, 2:58 AM
F15414346: D10466.diff
Thu, Mar 20, 12:11 AM
F15392388: D10466.diff
Sat, Mar 15, 2:53 PM
F15378025: D10466.id25172.diff
Thu, Mar 13, 12:11 PM
Unknown Object (File)
Mon, Mar 3, 3:23 PM
Unknown Object (File)
Feb 18 2025, 5:25 AM
Unknown Object (File)
Feb 16 2025, 8:42 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
Branch
footer
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2495
Build 2499: [Placeholder Plan] Wait for 30 Seconds

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).