Nx
Enterprise
Nx
fix(core): use scroll-offset-based scrollbar positioning in TUI The scrollbar was driven by selected_task_index, which reflects where the selection is among tasks rather than the viewport's scroll position. This caused the scrollbar thumb to appear offset even when at the top of the list (scroll_offset=0), because the selected task might not be the first visible one. Switch to scroll-offset-based metrics (total_entries, viewport_height, scroll_offset) so the scrollbar accurately represents which portion of the entry list is currently in view. Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019cb465-ccad-76b4-9585-feb0afe377fc
nx affected --targets=lint,test,build,e2e,e2e-ci,format-native,lint-native,gradle:build-ci
Sign in / Sign up
Open main menu
Back to Run Details
Fetching task details...