Skip to main content

choosing_body

Function choosing_body 

Source
fn choosing_body(
    output_dir: String,
    format: SaveFormat,
    busy: bool,
    cbs: ChoosingCallbacks,
) -> AnyView
Expand description

The Choosing-state body: folder row + format dropdown + Discard / Edit / Export actions. Split out of SavePanel so neither branch trips the function-length lint; it carries no state (every prop is owned or a Copy callback).