core-agent-ide/codex-rs/tui/src/chatwidget
Jeremy Rose 75176dae70
dynamic width for line numbers in diffs (#4664)
instead of always reserving 6 spaces for the line number and gutter, we
now dynamically adjust to the width of the longest number.

<img width="871" height="616" alt="Screenshot 2025-10-03 at 8 21 00 AM"
src="https://github.com/user-attachments/assets/5f18eae6-7c85-48fc-9a41-31978ae71a62"
/>
<img width="871" height="616" alt="Screenshot 2025-10-03 at 8 21 21 AM"
src="https://github.com/user-attachments/assets/9009297d-7690-42b9-ae42-9566b3fea86c"
/>
<img width="871" height="616" alt="Screenshot 2025-10-03 at 8 21 57 AM"
src="https://github.com/user-attachments/assets/669096fd-dddc-407e-bae8-d0c6626fa0bc"
/>
2025-10-07 11:32:07 -07:00
..
snapshots dynamic width for line numbers in diffs (#4664) 2025-10-07 11:32:07 -07:00
agent.rs chore: enable clippy::redundant_clone (#3489) 2025-09-11 11:59:37 -07:00
interrupts.rs refactor onboarding screen to a separate "app" (#2524) 2025-08-20 20:47:24 +00:00
session_header.rs Add session header to chat widget (#3592) 2025-09-14 17:53:50 -07:00
tests.rs Use assert_matches (#4756) 2025-10-05 21:12:31 +00:00