-
Notifications
You must be signed in to change notification settings - Fork 68
fix(ActivityAppFeed): handle cases for non-scrollable container #1963
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Maksim Sukharev <[email protected]>
6adca7d to
3f7bb9c
Compare
Contributor
Author
|
/compile / |
Signed-off-by: nextcloud-command <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1963 +/- ##
==========================================
- Coverage 30.89% 30.80% -0.10%
==========================================
Files 43 43
Lines 1615 1620 +5
Branches 110 110
==========================================
Hits 499 499
- Misses 1090 1095 +5
Partials 26 26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Activity
|
|||||||||||||||||||||||||||||||||||||
| Project |
Activity
|
| Branch Review |
fix/1909/handle-non-scrollable
|
| Run status |
|
| Run duration | 03m 39s |
| Commit |
|
| Committer | Maksim Sukharev |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
2
|
|
|
0
|
|
|
0
|
|
|
0
|
|
|
8
|
| View all changes introduced in this branch ↗︎ | |
Tests for review
cypress/e2e/sidebar.cy.ts • 2 failed tests • Run E2E
| Test | Artifacts | |
|---|---|---|
| Check activity listing in the sidebar > Has rename activity |
Test Replay
Screenshots
|
|
| Check activity listing in the sidebar > Has comment activity |
Test Replay
Screenshots
|
|
AndyScherzinger
approved these changes
Apr 3, 2025
artonge
approved these changes
Apr 3, 2025
Contributor
Author
|
/backport 3f7bb9c to stable31 |
Contributor
Author
|
/backport 3f7bb9c to stable30 |
Contributor
Author
|
/backport 3f7bb9c to stable29 |
This was referenced Apr 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
useInfiniteScroll does not call the callback, if there is nothing to scroll.
Added manual check for it
2025-04-03_17h11_13.mp4