Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Directory enhancements #393

Merged
merged 5 commits into from
Feb 3, 2016
Merged

Directory enhancements #393

merged 5 commits into from
Feb 3, 2016

Conversation

vertein
Copy link
Contributor

@vertein vertein commented Feb 3, 2016

ONE. Takes Andrew's commit of Not showing "No Directory Results" when there are too many.

Before

image

After

image

TWO. Removes the see all directory results link when focused on directory tab. Also the see all results directory link works and goes to the tab

Before

image

After

image

THREE. We now show all the search results (removes the limit) when focused on tab to align with mockups and link text

Before

image

After

allzaman

@apetro
Copy link
Contributor

apetro commented Feb 3, 2016

👍

Conflicts:
	angularjs-portal-home/src/main/webapp/my-app/search/partials/search-results.html
@timlevett
Copy link
Contributor

👍

@vertein
Copy link
Contributor Author

vertein commented Feb 3, 2016

Also added two commits from Andrew. Sentence case commit and adding period commits.

@jhanstra
Copy link
Contributor

jhanstra commented Feb 3, 2016

👍 nicely done

</a>
</p>
</div>
</div>
<div class="seeMoreResults">
<p ng-if="wiscDirectoryResultCount>0">
<a ng-href="{{$scope.directorySearchUrl + searchTerm}}">See all {{wiscDirectoryResultCount}} directory results</a>
<p ng-if="wiscDirectoryResultCount>0" id="wiscDirectorySeeMoreResults">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be ng-if="wiscDirectoryResultCount > wiscDirectoryResultLimit" so that the call to action only displays if the action is meaningful, that is, will show more than is already shown?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had this thought too

vertein added a commit that referenced this pull request Feb 3, 2016
@vertein vertein merged commit 87c9eef into master Feb 3, 2016
@timlevett timlevett deleted the directoryEnhancements branch September 28, 2016 20:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants