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

Fix next page buttons appearing on empty blog searches #183

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

syeopite
Copy link
Owner

Tumblr's internal API returns no data when no blog search results are found. This includes the necessary blog info to render the blog's header.

#173 worked around this by instead requesting the main page of a blog and then clearing the posts list as to simulate empty results. However, it neglected to clear the next attribute which contains the data required to fetch the next batch of content and is used by the frontend to determine whether to render a next page button.

This oversight caused the frontend to display a next page button incorrectly which will cause an error if a user attempts to navigate to the next page.

@syeopite syeopite merged commit 5539ef9 into master Feb 3, 2025
3 checks passed
@syeopite syeopite deleted the fix-next-page-btn-on-empty-blog-searches branch February 18, 2025 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant