tuicr 0.14.0

Review AI-generated diffs like a GitHub pull request, right from your terminal.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod app_layout;
pub mod comment_panel;
pub mod diff_side_by_side;
pub mod diff_unified;
pub mod diff_view;
pub mod file_list;
pub mod help_popup;
pub mod inline_commit_selector;
pub mod selector;
pub mod status_bar;
pub mod styles;
pub mod submit_modals;
pub mod text_utils;

pub use app_layout::render;