fn catalogue(
ui: &mut Ui,
palette: &Palette,
audio: Option<bool>,
) -> Option<(EffectKind, Scope)>Expand description
The catalogue grid: search box + collapsible category sections of thumbnail cards, filtered to what
the selected clip (audio) can use. Returns the effect a card click or quick-action menu asked for.