RemoteRepositoryView

The RemoteRepositoryView component shows a remote repository. When expanded, the episodes within the remote repository are retrieved and can be added to the user's schedule stash.

Props

Name Type Default value Required? Description
repo Repository - Yes Repository to view.
isOpen Boolean false No Whether the repository view is expanded.

Methods

doLookup() → {Promise.<void>}

Fetch the markdown episode files for this repository. Triggered when the view is expanded. When remote repository episodes are fetched, their day and order properties are voided so that they do not enter the schedule automatically and instead go into the stash.
Returns:
Promise.<void>