-
Notifications
You must be signed in to change notification settings - Fork 11.9k
feat: Add Pagination to App logs page #36067
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
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: a8c09ad The changes in this PR will be included in the next version bump. This PR includes changesets to release 36 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #36067 +/- ##
===========================================
- Coverage 64.96% 64.95% -0.02%
===========================================
Files 3113 3113
Lines 93725 93755 +30
Branches 17804 17804
===========================================
+ Hits 60889 60899 +10
- Misses 30052 30075 +23
+ Partials 2784 2781 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
apps/meteor/client/views/marketplace/AppDetailsPage/tabs/AppLogs/AppLogs.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Aleksander Nicacio da Silva <aleksander.silva@rocket.chat>
Proposed changes (including videos or screenshots)
Adds a pagination component to the App Logs list. Allowing the user to see all the logs, instead of only the latest ones
Issue(s)
ALT-4
Further comments
I have not added tests in this PR for 2 reasons: