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

feat(LoadMore): Add Observe element scroll to the Bottom Trigger Event #3978

Merged
merged 5 commits into from
Aug 5, 2024

Conversation

TonyGuo16
Copy link
Collaborator

@TonyGuo16 TonyGuo16 commented Aug 5, 2024

feat(LoadMore): Add Observe element scroll to the Bottom Trigger Event

Feature:监听元素滚动底部触发新增数据方法,数据获取失败后重新获取数据的方法

close #3982

mrtonyguo and others added 3 commits August 5, 2024 15:43
新增:监听元素滚动底部触发新增数据方法,数据获取失败后重新获取数据的方法
新增:监听元素滚动底部触发新增数据方法,数据获取失败后重新获取数据的方法
@CLAassistant
Copy link

CLAassistant commented Aug 5, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

bb-auto bot commented Aug 5, 2024

Thanks for your PR, @TonyGuo16. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@bb-auto bb-auto bot requested a review from ArgoZhang August 5, 2024 08:08
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 45 lines in your changes missing coverage. Please review.

Project coverage is 99.82%. Comparing base (e2c60b7) to head (3c646c3).

Files Patch % Lines
...tstrapBlazor/Components/LoadMore/LoadMore.razor.cs 0.00% 40 Missing ⚠️
...BootstrapBlazor/Components/LoadMore/LoadMore.razor 0.00% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main    #3978      +/-   ##
===========================================
- Coverage   100.00%   99.82%   -0.18%     
===========================================
  Files          593      595       +2     
  Lines        25820    25865      +45     
  Branches      3756     3760       +4     
===========================================
  Hits         25820    25820              
- Misses           0       45      +45     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ArgoZhang ArgoZhang merged commit a7f9747 into dotnetcore:main Aug 5, 2024
3 of 5 checks passed
@ArgoZhang ArgoZhang added the enhancement New feature or request label Aug 5, 2024
@ArgoZhang ArgoZhang added this to the v8.8.0 milestone Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(LoadMore): add LoadMore component
4 participants