Add main navigation menu, replace intro blurb with full About page #22
Annotations
10 warnings
Run npm test:
app/templates/dashboard.hbs#L53
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
|
Run npm test:
app/templates/dashboard.hbs#L67
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
|
Run npm test:
app/templates/dashboard.hbs#L82
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
|
Run npm test:
app/templates/dashboard.hbs#L90
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
|
Run npm test:
app/components/add-contribution/template.hbs#L1
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
|
Run npm test:
app/components/add-contribution/template.hbs#L5
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
|
Run npm test:
app/components/add-contribution/template.hbs#L16
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
|
Run npm test:
app/components/add-contribution/template.hbs#L39
Do not use `action` as (action ...). Instead, use the `on` modifier and `fn` helper.
|
Run npm test:
app/components/add-contribution/template.hbs#L33
You are using the component {{ember-flatpickr}} with curly component syntax. You should use <EmberFlatpickr> instead. If it is actually a helper you must manually add it to the 'no-curly-component-invocation' rule configuration, e.g. `'no-curly-component-invocation': { allow: ['ember-flatpickr'] }`.
|
Run npm test:
app/components/add-contribution/template.hbs#L46
You are using the component {{input}} with curly component syntax. You should use <Input> instead. If it is actually a helper you must manually add it to the 'no-curly-component-invocation' rule configuration, e.g. `'no-curly-component-invocation': { allow: ['input'] }`.
|
The logs for this run have expired and are no longer available.
Loading