-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove endless pagination. Fixes #26
- Loading branch information
Showing
4 changed files
with
1 addition
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69d0e56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the .pagination css? Also, we may wish to limit the queryset to the first 10 or 20 people and warn the user about the limit. I thought that's what we wanted before having geolocalized magic filter stuff. (I had a PR with all that changes you made 😆 I was just to slow to submit it! Sorry, rugby match tonight! )
69d0e56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Adrien - I totally forgot about the CSS. I've now updated the CSS to remove the pagination rules. I also removed endless-pagination from setup.py as I missed this the first time around.
I have not limited the query to 20 results - I think we need more discussion around this. I have repoened #26 to facilitate this :)