pub fn RecordingsLibrary(props: RecordingsLibraryProps) -> impl IntoViewExpand 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::Editorwhen a recording is opened.
- Active nav section — flipped to