Page MenuHomePhabricator

Spiffy up new sidebar, simplify UI
ClosedPublic

Authored by chad on Jan 21 2016, 10:00 PM.
Tags
None
Referenced Files
F15482306: D15081.diff
Wed, Apr 9, 4:20 AM
F15467280: D15081.id36413.diff
Thu, Apr 3, 1:56 PM
F15452818: D15081.id.diff
Sat, Mar 29, 7:29 AM
F15449832: D15081.id36413.diff
Fri, Mar 28, 12:23 PM
F15425546: D15081.id36413.diff
Sun, Mar 23, 4:54 AM
F15403991: D15081.id36413.diff
Tue, Mar 18, 5:49 AM
F15392680: D15081.id36413.diff
Sat, Mar 15, 4:52 PM
F15369828: D15081.id36413.diff
Wed, Mar 12, 8:17 AM
Subscribers

Details

Reviewers
epriestley
Commits
Restricted Diffusion Commit
rP6a701c198843: Spiffy up new sidebar, simplify UI
Summary

Mostly a visual spacing pass, also adds in circle icons for edit, collapse. For now removing the fixed position on the icons for simplicity while the basics are being polished.

Test Plan

Projects, Profiles, wide and narrow.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Spiffy up new sidebar, simplify UI.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jan 21 2016, 10:01 PM

where does the narrow workboard width get set?

src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
206

I moved this to 88 so it has some symmetry with the header at 44.

Workboard junk is these in phui-workboard-view.css, I believe:

.device-desktop .project-board-wrapper .phui-workboard-view-shadow {
  left: 253px;
}

.device-desktop .phui-profile-menu-collapsed .project-board-wrapper
  .phui-workboard-view-shadow {
  left: 93px;
}

yeah I found it lulz. was search for '80px'

chad edited edge metadata.
  • Workboard narrow
This revision was automatically updated to reflect the committed changes.