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
- Branch
- ta-browse
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5389 Build 5407: [Placeholder Plan] Wait for 30 Seconds
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.