Jacob Scearcy

Results 4 issues of Jacob Scearcy

Address or start to address #16 Add client support for fragments in vdom - Add Fragment type and handling in the package itself - Flatten fragments into a group of...

Allowing certain configuration options to streamline work flows could be useful. Enumerating a couple below: * Workspace settings: - Open specific docs in workspace by path (includes custom docs locations)...

enhancement
3.0

**Is your feature request related to a problem? Please describe.** A navigation toolbar would help out - back/forward

enhancement

### Summary When using a top level fragment such as: ``` fn view(model: Model) -> Element(Msg) { element.fragment([ // html.div([], [ ui.button([event.on_click(AddRow)], [element.text("Add")]), html.table([], [ html.thead([], [ html.tr([], [ html.td([],...