Skip to content

feat: add infinite scroll to image list#219

Open
mikannkann wants to merge 4 commits into
mainfrom
feature/177-infinite-scroll
Open

feat: add infinite scroll to image list#219
mikannkann wants to merge 4 commits into
mainfrom
feature/177-infinite-scroll

Conversation

@mikannkann

@mikannkann mikannkann commented Sep 22, 2025

Copy link
Copy Markdown
Collaborator

Closes #177

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds infinite scroll functionality to the ImageList component by implementing automatic loading when the "load more" button becomes visible in the viewport.

  • Introduces IntersectionObserver-based automatic loading when the load more button is near the viewport
  • Adds fallback logic to handle edge cases where content fits entirely within the viewport
  • Maintains existing manual click functionality while adding seamless auto-loading behavior

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread frontend/src/components/ImageList.vue Outdated
Comment thread frontend/src/components/ImageList.vue
Comment thread frontend/src/components/ImageList.vue Outdated
@mikannkann mikannkann disabled auto-merge September 23, 2025 00:32
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.

[Enhancement] 無限スクロール

2 participants