Skip to main content

studio_worker/ui/tabs/
mod.rs

1//! Per-tab modules.  Each module exposes a pure-data view model
2//! (testable without egui) and a thin `render` function that draws
3//! the view model into an `egui::Ui`.
4
5pub mod about;
6pub mod config;
7pub mod jobs;
8pub mod logs;
9pub mod status;