upgate-presentation 0.1.1

Keep globally installed developer tools up to date
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod command_log;
mod footer;
mod frame;
mod modal;
mod scrollbar;
mod spinner;
mod table;
mod tabs;

pub use command_log::{clamp_command_log_scroll, command_log_layout, render_command_log};
pub use footer::{KeyBinding, key_footer, key_footer_hit};
pub use frame::{app_block, render_separator};
pub use modal::render_modal_frame;
pub use spinner::spinner_frame;
pub use table::{
    TuiTable, render_table, selection_update_columns, update_header_row, version_picker_columns,
};
pub use tabs::{render_tabs, visible_tabs};