Page MenuHomePhabricator

Tweak browse-more CSS
ClosedPublic

Authored by chad on Apr 19 2015, 6:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 1:58 PM
Unknown Object (File)
Mon, Aug 10, 2:10 PM
Unknown Object (File)
Sun, Aug 9, 12:51 PM
Unknown Object (File)
Jul 6 2026, 4:15 PM
Unknown Object (File)
Jul 6 2026, 2:31 PM
Unknown Object (File)
Jul 6 2026, 10:31 AM
Unknown Object (File)
Jul 6 2026, 8:19 AM
Unknown Object (File)
Jul 5 2026, 10:32 AM
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
Branch
ta-browse
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5402
Build 5420: [Placeholder Plan] Wait for 30 Seconds

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.