Anthony Gubler

Results 22 issues of Anthony Gubler

Is it possible to enable comments for different working directories, for example if I had a repo with server and ui code where the tests are run independently. At the...

**Enhancement** A routing middleware that can be used to: * conditionally render content based on the an outlet * create links * determine whether an outlet is active * provide...

enhancement
next
area: core
area: routing

## Enhancement Defining the view of Dojo widgets has two distinct approaches, using the functional API (`v()`, `w()`) and TSX. These approaches work well, however it would be nice if...

enhancement
next
area: core

**Enhancement** Add section for class based widgets and themed mixin to the theming reference guide.

reference guide

**Enhancement** When a hash is applied the expected behaviour is the browser to scroll to an associated node with a matching `id` attribute. There are a couple of issues dealing...

enhancement
area: routing

**Enhancement** Add a new widget that can be used to render a view before a route transition has been completed based on a predicate. The render function would receive two...

enhancement
next

@agubler commented on [Wed Jul 26 2017](https://github.com/dojo/widget-core/issues/621) **Enhancement** It could be useful for a widget author to be able to specify default properties that the consumer properties are mixed over...

enhancement

Is it possible add an externally created `domNode` to a `vnode` in the tree that will get used instead of creating a new element? Example code below, looking for the...

type:enhancement
affects:user

**Enhancement** Add a `toggle` (https://material.io/components/buttons#toggle-button) kind for `Button`, depends on changes in https://github.com/dojo/widgets/pull/1751 - this would manage the toggle state internally.

**Enhancement** To enable "composite" columns or custom renders that need to use additional information other that than the column value, we should consider passing the entire data item to the...

low priority