Jacob Scearcy
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)...
**Is your feature request related to a problem? Please describe.** A navigation toolbar would help out - back/forward
### 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([],...