fix(tui): preserve picker selection after detail views - #1977
Closed
aidandaly24 wants to merge 4 commits into
Closed
fix(tui): preserve picker selection after detail views#1977aidandaly24 wants to merge 4 commits into
aidandaly24 wants to merge 4 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## refactor #1977 +/- ##
=========================================
Coverage 96.78% 96.78%
=========================================
Files 326 326
Lines 18061 18091 +30
=========================================
+ Hits 17480 17510 +30
Misses 581 581 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
aidandaly24
force-pushed
the
feat/memory-tui-context-actions
branch
from
August 12, 2026 01:51
dcd613f to
e05690e
Compare
jariy17
previously approved these changes
Aug 13, 2026
jariy17
left a comment
Contributor
There was a problem hiding this comment.
This is fine but how is having events the first item a better customer experience.
aidandaly24
marked this pull request as draft
August 13, 2026 16:27
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
PaginatedTablePickeropens a detail screen and the user returns with EscapeFixes #1976
Testing
bun test src/components/PaginatedTablePicker.test.tsx src/components/ui/data-table/DataTable.test.tsx src/handlers/memory(92pass)bun test --coverage --coverage-reporter=lcovbun run typecheckbun run lint:checkbun run format:check100x28, independently confirming third-row restoration in both Memory Event and Harness list flows