Page MenuHomePhabricator

Spiffy up new sidebar, simplify UI
ClosedPublic

Authored by chad on Jan 21 2016, 10:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 1, 1:25 AM
Unknown Object (File)
Mon, Feb 10, 4:00 AM
Unknown Object (File)
Tue, Feb 4, 10:31 AM
Unknown Object (File)
Jan 27 2025, 8:13 AM
Unknown Object (File)
Jan 23 2025, 11:14 AM
Unknown Object (File)
Jan 17 2025, 3:28 PM
Unknown Object (File)
Jan 2 2025, 10:50 PM
Unknown Object (File)
Jan 1 2025, 3:23 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
Branch
sidebar-1 (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10248
Build 12464: Run Core Tests
Build 12463: arc lint + arc unit

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.