/// Commit-log page size: how many commits to load initially and per "load more".
pub const COMMIT_PAGE: usize = 50;
pub mod app;
pub mod comments;
pub mod coverage;
pub mod dap;
pub mod debug;
pub mod git;
pub mod highlight;
pub mod process;
pub mod icons;
pub mod review;
pub mod skill;
pub mod storage;
pub mod theme;
pub mod tree;
pub mod ui;