feat(tui): unify list interactions across all tabs#19
Merged
Conversation
- Add mouse click/double-click support to History, Watchlist, Orders, and Positions tabs (previously only Market tab handled clicks) - Add Enter key navigation to detail view for History and Orders tabs - Fix Market tab empty space: use correct visible_rows_in_table() in draw, prevent clicks on empty rows beyond rendered data - Fix History tab over-scroll: add scroll_offset tracking so selected item always stays within visible bounds - Fix History pagination: replace incorrect page_size/page params with API-correct end_time/limit cursor-based pagination using nanosecond timestamps; prevent duplicate requests with a requesting guard - Add Esc-returns-to-origin: pressing Esc in Market detail view returns to the tab that initiated the navigation (Watchlist, History, etc.) - Fix Positions tab unstable sort: sort by instrument name after loading - Improve History time column: show full YYYY-MM-DD HH:MM instead of just HH:MM Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
end_time/limit) instead of non-existentpage_size/pageparamsYYYY-MM-DD HH:MMformatTest plan
🤖 Generated with Claude Code