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 Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    c9258a1 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 Sep 12, 2024
    Configuration menu
    Copy the full SHA
    542a147 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 Sep 12, 2024
    Configuration menu
    Copy the full SHA
    77ea750 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 24, 2024

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