ChoreRunnerUI.ChoreView (chore_runner v0.5.2)

Summary

Functions

The resource name, as an atom, for this view

Renders the given template locally.

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.

Functions

__resource__()

The resource name, as an atom, for this view

chore_input_errors.html(assigns)

chore_inputs.html(assigns)

chore_item.html(assigns)

index.html(assigns)

live.html(assigns)

render(template, assigns \\ %{})

Renders the given template locally.

template_not_found(template, assigns)

@spec template_not_found(binary(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.