Skip to content

Fix tabular view loading items after delay#26154

Merged
AlexGaillard merged 5 commits intomainfrom
issue-26153
Nov 10, 2025
Merged

Fix tabular view loading items after delay#26154
AlexGaillard merged 5 commits intomainfrom
issue-26153

Conversation

@ComfortablyCoding
Copy link
Member

@ComfortablyCoding ComfortablyCoding commented Nov 9, 2025

Scope

What's changed:

  • Prefer throttle over debounce to ensure we always send that first request instantly.
  • Updated the throttle back to 500ms as did not see a reasoning for the reduction to 350

Before

Screen.Recording.2025-11-10.at.1.10.27.PM.mov

After

Screen.Recording.2025-11-10.at.1.09.29.PM.mov

Potential Risks / Drawbacks

  • Should be none

Tested Scenarios

  • Expect app to render table list instantly
  • Expect search bar to succeed

Review Notes / Questions

  • I would like to lorem ipsum
  • Special attention should be paid to dolor sit amet

Checklist

  • Added or updated tests
  • Documentation PR created here or not required

Fixes #26153

@ComfortablyCoding ComfortablyCoding changed the title Fix list loading items after delay Fixed tabular view loading items after delay Nov 10, 2025
@ComfortablyCoding ComfortablyCoding changed the title Fixed tabular view loading items after delay Fix tabular view loading items after delay Nov 10, 2025
@ComfortablyCoding ComfortablyCoding marked this pull request as ready for review November 10, 2025 18:16
Copy link
Member

@AlexGaillard AlexGaillard left a comment

Choose a reason for hiding this comment

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

TY for the tests 👨‍🔬

@AlexGaillard AlexGaillard merged commit fa5a4b9 into main Nov 10, 2025
68 checks passed
@AlexGaillard AlexGaillard deleted the issue-26153 branch November 10, 2025 19:11
@github-actions github-actions bot added this to the Next Release milestone Nov 10, 2025
@AlexGaillard AlexGaillard modified the milestones: 11.13.1, 11.13.2 Nov 10, 2025
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance regression: List view loads slower after upgrading from 11.12.0 to 11.13.1

2 participants