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

[feature] Add back/next buttons to profiles for paging through statuses #708

Merged
merged 10 commits into from
Jul 13, 2022

Conversation

tsmethurst
Copy link
Contributor

This PR adds 'back to top' and 'next page' links to local account profiles, to allow visitors to the profile to page through more than just the most recent 10 public statuses.

Screenshot from 2022-07-12 15-08-45

The 'back to top' link is not shown on the first page of profiles (since the user is then already at the 'top').

Screenshot from 2022-07-12 15-09-05

To support this functionality, a new function has been added to the database that just selects statuses that are candidates for viewing on a user's profile (public, non-reply, non-boost, federated statuses).

Closes ##583

@tsmethurst tsmethurst merged commit 6418307 into main Jul 13, 2022
@tsmethurst tsmethurst deleted the account_web_statuses_updates branch July 13, 2022 07:57
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.

None yet

1 participant