Skip to main content

RecordingsLibrary

Function RecordingsLibrary 

Source
pub fn RecordingsLibrary(props: RecordingsLibraryProps) -> impl IntoView
Expand description

The recordings library: a grid of finished recordings; clicking one opens it in the editor. Refreshes its list each time it mounts.

§Required Props

  • active: [RwSignal<AppSection>]
    • Active nav section — flipped to AppSection::Editor when a recording is opened.