Skip to content

Add main navigation menu, replace intro blurb with full About page #22

Add main navigation menu, replace intro blurb with full About page

Add main navigation menu, replace intro blurb with full About page #22

Triggered via pull request November 17, 2023 13:30
Status Success
Total duration 1m 42s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (16.x): app/templates/dashboard.hbs#L53
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/templates/dashboard.hbs#L67
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/templates/dashboard.hbs#L82
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/templates/dashboard.hbs#L90
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/components/add-contribution/template.hbs#L1
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/components/add-contribution/template.hbs#L5
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/components/add-contribution/template.hbs#L16
Do not use `action` as {{action ...}}. Instead, use the `on` modifier and `fn` helper.
build (16.x): app/components/add-contribution/template.hbs#L39
Do not use `action` as (action ...). Instead, use the `on` modifier and `fn` helper.
build (16.x): 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'] }`.
build (16.x): 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'] }`.