discourse/app/assets
Joffrey JAFFEUX 0854785175
FIX: allows to define label/title properties for display instead of name
Usage:

```
const content = [{foo: "FOO", bar: "BAR", value: 1, name: "foo-bar"}];

{{combo-box
  content=content
  value=value
  labelProperty="foo"
  titleProperty="bar"
}}
```
2020-05-28 08:30:31 +02:00
..
images FIX: images:compress rake task 2019-03-15 15:23:57 +01:00
javascripts FIX: allows to define label/title properties for display instead of name 2020-05-28 08:30:31 +02:00
stylesheets UX: More consistent alignment of topic timer's selected datetimes 2020-05-27 22:19:00 -04:00