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

Infinite scroll SEO #6598

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    933ec9c View commit details
    Browse the repository at this point in the history
  2. feat(client/videos-list): infinite scroll SEO

    Add a "Load more" button in the bottom to help search engine bots to
    navigate to the next page. In order to debug this functionality, add
    ?finiteScroll=true to the URL.
    kontrollanten committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7b9adce View commit details
    Browse the repository at this point in the history
  3. fix(client/user-notifications): load last page

    hasMoreItems has to be called before bumping the current page in order
    to work accordingly.
    kontrollanten committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    52aba7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a91fd0c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    1066288 View commit details
    Browse the repository at this point in the history