core-agent-ide/codex-rs/tui/src
Jeremy Rose ea69a1d72f
lighter approval modal (#1768)
The yellow hazard stripes were too scary :)

This also has the added benefit of not rendering anything at the full
width of the terminal, so resizing is a little easier to handle.

<img width="860" height="390" alt="Screenshot 2025-07-31 at 4 03 29 PM"
src="https://github.com/user-attachments/assets/18476e1a-065d-4da9-92fe-e94978ab0fce"
/>

<img width="860" height="390" alt="Screenshot 2025-07-31 at 4 05 03 PM"
src="https://github.com/user-attachments/assets/337db0da-de40-48c6-ae71-0e40f24b87e7"
/>
2025-07-31 17:10:52 -07:00
..
bottom_pane streamline ui (#1733) 2025-07-31 00:43:21 -07:00
app.rs lighter approval modal (#1768) 2025-07-31 17:10:52 -07:00
app_event.rs remove conversation history widget (#1727) 2025-07-30 10:05:40 -07:00
app_event_sender.rs chore: introduce AppEventSender to help fix clippy warnings and update to Rust 1.87 (#948) 2025-05-15 14:50:30 -07:00
chatwidget.rs lighter approval modal (#1768) 2025-07-31 17:10:52 -07:00
citation_regex.rs chore: replace regex with regex-lite, where appropriate (#1200) 2025-06-02 17:11:45 -07:00
cli.rs feat: add support for --sandbox flag (#1476) 2025-07-07 22:31:30 -07:00
custom_terminal.rs resizable viewport (#1732) 2025-07-31 00:06:55 +00:00
exec_command.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
file_search.rs feat: highlight matching characters in fuzzy file search (#1420) 2025-06-28 15:04:23 -07:00
get_git_diff.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
git_warning_screen.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
history_cell.rs Initial planning tool (#1753) 2025-07-31 20:45:52 +00:00
insert_history.rs clamp render area to terminal size (#1758) 2025-07-31 09:59:36 -07:00
lib.rs Initial planning tool (#1753) 2025-07-31 20:45:52 +00:00
log_layer.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
main.rs replace login screen with a simple prompt (#1713) 2025-07-28 17:25:14 -07:00
markdown.rs chore: replace regex with regex-lite, where appropriate (#1200) 2025-06-02 17:11:45 -07:00
slash_command.rs streamline ui (#1733) 2025-07-31 00:43:21 -07:00
status_indicator_widget.rs streamline ui (#1733) 2025-07-31 00:43:21 -07:00
text_block.rs remove conversation history widget (#1727) 2025-07-30 10:05:40 -07:00
text_formatting.rs chore(rs): update dependencies (#1494) 2025-07-10 11:08:16 -07:00
tui.rs add keyboard enhancements to support shift_return (#1743) 2025-07-31 03:23:56 +00:00
user_approval_widget.rs lighter approval modal (#1768) 2025-07-31 17:10:52 -07:00