Skip to content

fix(app): allow Load More to refetch when trimmed session cache is insufficient#23033

Open
ztexydt-cqh wants to merge 1 commit intoanomalyco:devfrom
ztexydt-cqh:ai-fix/23026
Open

fix(app): allow Load More to refetch when trimmed session cache is insufficient#23033
ztexydt-cqh wants to merge 1 commit intoanomalyco:devfrom
ztexydt-cqh:ai-fix/23026

Conversation

@ztexydt-cqh
Copy link
Copy Markdown

@ztexydt-cqh ztexydt-cqh commented Apr 17, 2026

Issue for this PR

Closes #23026

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

When there are many sessions, clicking "Load More" often does nothing because loadSessions returns early when meta.limit >= store.limit, even though the store only keeps a trimmed subset of sessions. This change adds a root-count check so the function only skips the API call when we already have enough root sessions loaded or when there are no more sessions on the server.

How did you verify your code works?

Reviewed the logic against the frontend state flow and confirmed the diff is minimal and safe.

Screenshots / recordings

N/A

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Apr 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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.

[BUG]: Load More button fails to load historical sessions in session list

1 participant