Add pagination for search results

- Add SearchResult dataclass with pagination metadata
- Update search_flickr() to accept page parameter
- Parse total results count from Flickr response
- Add Bootstrap pagination controls to template
- Display total result count in UI
- Update documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Edward Betts 2026-02-04 17:03:30 +00:00
parent c3bc6895c4
commit 0062de8ede
4 changed files with 118 additions and 25 deletions

View file

@ -27,6 +27,7 @@ photographers on Flickr whose photos can be used to enhance Wikipedia articles.
CC BY-SA, CC0, Public Domain) are highlighted with a green badge.
- **One-click message composition**: Click any photo to compose a permission
request message with the photo displayed alongside.
- **Pagination**: Browse through thousands of search results with page navigation.
- Generate messages to request permission to use photos on Wikipedia.
- Handle exceptions gracefully and provide detailed error information.