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
Unknown Object (File)
Tue, Nov 12, 7:12 PM
Unknown Object (File)
Tue, Nov 5, 9:46 AM
Unknown Object (File)
Sun, Oct 27, 10:07 AM
Unknown Object (File)
Wed, Oct 23, 8:30 AM
Unknown Object (File)
Oct 21 2024, 9:45 AM
Unknown Object (File)
Oct 5 2024, 1:11 AM
Unknown Object (File)
Sep 27 2024, 8:38 AM
Unknown Object (File)
Sep 23 2024, 2:51 AM
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).