Just adds some space, color.
Details
Details
- Reviewers
epriestley - Commits
- Restricted Diffusion Commit
rP0dbd61c2f2b9: Tweak browse-more CSS
test a long browse list
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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.
Comment Actions
Specifically, those values are set near lines 46-47 of PhabricatorTypeaheadModularDatasourceController.php.