Page MenuHomePhabricator

Tweak browse-more CSS
ClosedPublic

Authored by chad on Apr 19 2015, 6:37 PM.
Tags
None
Referenced Files
F14053872: D12471.diff
Fri, Nov 15, 8:07 PM
F14043080: D12471.id29928.diff
Tue, Nov 12, 7:31 AM
F14042123: D12471.diff
Tue, Nov 12, 12:40 AM
F14027007: D12471.diff
Fri, Nov 8, 4:10 AM
F14018062: D12471.id29928.diff
Tue, Nov 5, 3:46 AM
F14004884: D12471.diff
Sun, Oct 27, 4:26 AM
F13979917: D12471.id.diff
Oct 19 2024, 7:14 AM
Unknown Object (File)
Oct 13 2024, 7:38 PM
Subscribers

Details

Reviewers
epriestley
Commits
Restricted Diffusion Commit
rP0dbd61c2f2b9: Tweak browse-more CSS
Summary

Just adds some space, color.

Test Plan

test a long browse list

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Tweak browse-more CSS.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.

actually, not sure how to test hard-limit. maybe it needs the same padding?

Easiest way is to probably:

  • Manually set $hard_limit = 25;.
  • Manually set $limit = 10;.
  • Go to /typeahead/browse/PhabricatorApplicationDatasource/.

Then click "more results" a couple times and you should hit the hard limit.

Specifically, those values are set near lines 46-47 of PhabricatorTypeaheadModularDatasourceController.php.

chad edited edge metadata.
  • update padding on both hard-limit and more
epriestley edited edge metadata.
This revision is now accepted and ready to land.Apr 20 2015, 5:15 PM
This revision was automatically updated to reflect the committed changes.