Feat/responsive log event filters#190
Merged
mikewheeleer merged 4 commits intoJun 27, 2026
Merged
Conversation
- Add MAX_RENDERED_EVENTS constant set to 50 - Create renderedItems useMemo that slices visibleItems to cap - Calculate totalVisible and isTruncated for display logic - Show 'Showing N of M events.' note when list exceeds cap - Keep existing useMemo filter with minimal dependencies - Preserve safeStringify per-payload cap and auto-refresh
- Test cap at 50 with truncation note for 75-event list - Test no truncation note when list is below cap - Test cap applies after filtering (60 matches → 50 rendered) - Test stable memoization prevents re-render churn during polls - All 8 tests passing
- Explain 50-event render cap (MAX_RENDERED_EVENTS) - Note truncation indicator when filtered list exceeds cap - Document stable filtering with minimal useMemo dependencies - Clarify per-payload cap remains unchanged
Contributor
|
well done — merging now |
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
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.
Summary: All Tasks Complete ✅
All 3 tasks from the context transfer have been successfully completed:
Task 1: 404 Not-Found Page Recovery Links
Branch:
feat/dead-routes-recovery938068a,2c8e516,ad12e90Task 2: Error Boundary Reset() Wiring
Branch:
feat/retry-action5f8c04d,4e1e58d,ae58f2fTask 3: Event Count Cap & Stable Filtering
Branch:
feat/responsive-log-event-filters(current)79ce62f,10e1b32,247eaf0Final Status
All acceptance criteria have been met. The work is complete and ready for review.
Closes #170