//! UI helper utilities for formatting and pane-specific behaviors.
//!
//! This module contains small, focused helpers used by the TUI layer:
//!
//! - Formatting package details into rich `ratatui` lines
//! - Human-readable byte formatting
//! - In-pane filtering for Recent and Install panes
//! - Triggering background preview fetches for Recent selections
//! - Resolving a query string to a best-effort first matching package
/// Logging utilities for change tracking and debugging.
pub use ;
pub use ;
pub use ChangeLogger;
pub use is_package_loading_preflight;
pub use ;