core-agent-ide/codex-rs/tui/src
Jeremy Rose be23fe1353
Pause status timer while modals are open (#3131)
Summary:
- pause the status timer while waiting on approval modals
- expose deterministic pause/resume helpers to avoid sleep-based tests
- simplify bottom pane timer handling now that the widget owns the clock
2025-09-04 12:37:43 -07:00
..
bottom_pane Pause status timer while modals are open (#3131) 2025-09-04 12:37:43 -07:00
chatwidget Use ⌥⇧⌃ glyphs for key hints on mac (#3143) 2025-09-04 10:55:50 -07:00
onboarding Include originator in authentication URL parameters (#3117) 2025-09-03 16:51:00 -07:00
render tui: coalesce command output; show unabridged commands in transcript (#2590) 2025-08-22 16:32:31 -07:00
snapshots Use ⌥⇧⌃ glyphs for key hints on mac (#3143) 2025-09-04 10:55:50 -07:00
streaming rework message styling (#2877) 2025-09-02 17:29:58 +00:00
app.rs TUI: Add session resume picker (--resume) and quick resume (--continue) (#3135) 2025-09-04 06:20:40 +00:00
app_backtrack.rs TUI: Add session resume picker (--resume) and quick resume (--continue) (#3135) 2025-09-04 06:20:40 +00:00
app_event.rs rework message styling (#2877) 2025-09-02 17:29:58 +00:00
app_event_sender.rs tui: switch to using tokio + EventStream for processing crossterm events (#2489) 2025-08-20 17:11:09 +00:00
backtrack_helpers.rs prefer ratatui Stylized for constructing lines/spans (#3068) 2025-09-02 23:19:54 +00:00
chatwidget.rs tui: avoid panic when active exec cell area is zero height (#3133) 2025-09-04 15:51:02 +00:00
chatwidget_stream_tests.rs Re-add markdown streaming (#2029) 2025-08-12 17:37:28 -07:00
citation_regex.rs Added allow-expect-in-tests / allow-unwrap-in-tests (#2328) 2025-08-14 17:59:01 -07:00
cli.rs TUI: Add session resume picker (--resume) and quick resume (--continue) (#3135) 2025-09-04 06:20:40 +00:00
clipboard_paste.rs feat: add Android/Termux support by gating arboard dependency (#2895) 2025-09-02 23:36:40 -07:00
custom_terminal.rs improve performance of 'cargo test -p codex-tui' (#2593) 2025-08-22 14:03:58 -07:00
diff_render.rs rework message styling (#2877) 2025-09-02 17:29:58 +00:00
exec_command.rs tui: coalesce command output; show unabridged commands in transcript (#2590) 2025-08-22 16:32:31 -07:00
file_search.rs chore: upgrade to Rust 1.89 (#2465) 2025-08-19 13:22:02 -07:00
get_git_diff.rs Show progress indicator for /diff command (#2245) 2025-08-15 15:32:41 -07:00
history_cell.rs [codex] move configuration for reasoning summary format to model family config type (#3171) 2025-09-04 11:00:01 -07:00
insert_history.rs prefer ratatui Stylized for constructing lines/spans (#3068) 2025-09-02 23:19:54 +00:00
key_hint.rs Use ⌥⇧⌃ glyphs for key hints on mac (#3143) 2025-09-04 10:55:50 -07:00
lib.rs Use ⌥⇧⌃ glyphs for key hints on mac (#3143) 2025-09-04 10:55:50 -07:00
live_wrap.rs Stream model responses (#1810) 2025-08-05 04:23:22 +00:00
main.rs First pass at a TUI onboarding (#1876) 2025-08-06 18:22:14 -04:00
markdown.rs prefer ratatui Stylized for constructing lines/spans (#3068) 2025-09-02 23:19:54 +00:00
markdown_stream.rs fix (most) doubled lines and hanging list markers (#2789) 2025-08-27 13:55:59 -07:00
pager_overlay.rs tui: pager pins scroll to bottom (#3167) 2025-09-04 11:50:49 -07:00
resume_picker.rs TUI: Add session resume picker (--resume) and quick resume (--continue) (#3135) 2025-09-04 06:20:40 +00:00
session_log.rs rework message styling (#2877) 2025-09-02 17:29:58 +00:00
shimmer.rs tweak thresholds for shimmer on non-true-color terminals (#2533) 2025-08-21 11:44:18 -07:00
slash_command.rs Fix CI release build (#2864) 2025-08-29 03:06:10 +00:00
status_indicator_widget.rs Pause status timer while modals are open (#3131) 2025-09-04 12:37:43 -07:00
text_formatting.rs chore: upgrade to Rust 1.89 (#2465) 2025-08-19 13:22:02 -07:00
tui.rs tui: fix occasional UI flicker (#2918) 2025-09-02 16:14:47 -07:00
updates.rs Add a common way to create HTTP client (#3110) 2025-09-03 10:11:02 -07:00
user_approval_widget.rs prefer ratatui Stylized for constructing lines/spans (#3068) 2025-09-02 23:19:54 +00:00