Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: custom pagination (resolves #188) #209

Merged
merged 29 commits into from
Mar 6, 2020
Merged

Conversation

greatislander
Copy link
Collaborator

Description

This PR adds a custom pagination method (App\Controllers\App::getPagination()) which is used in place of get_the_posts_pagination().

Steps to test

  1. Inspect pagination on "Browse all" page.
  2. Inspect pagination on search results pages.
  3. Add more than 12 favorites, then inspect pagination on favorites page.

Expected behavior: Markup and behaviour matches Pinecone specifications.

Additional information

Not applicable.

Related issues

# Conflicts:
#	app/Controllers/App.php
#	resources/assets/scripts/routes/saved-searches.js
#	resources/views/partials/content-page-saved-searches.blade.php
#	resources/views/search.blade.php
@greatislander greatislander added the enhancement New feature or request label Mar 2, 2020
@greatislander greatislander added this to the 1.0.0-alpha.2 milestone Mar 2, 2020
@greatislander greatislander requested a review from jhung March 2, 2020 23:32
@greatislander greatislander self-assigned this Mar 2, 2020
@greatislander greatislander changed the title feat: custom pagination (resolves feat: custom pagination (resolves #188) Mar 2, 2020
@greatislander greatislander merged commit 7e707e4 into dev Mar 6, 2020
@greatislander greatislander deleted the add/custom-pagination branch March 6, 2020 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom pagination
2 participants