DEV: Update eslint-config-discourse, use prettier for hbs (#146)
This commit is contained in:
parent
fb072aa851
commit
7fb0936e5c
|
@ -41,8 +41,8 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
yarn prettier -v
|
yarn prettier -v
|
||||||
if [ 0 -lt $(find assets admin/assets -type f \( -name "*.scss" -or -name "*.js" -or -name "*.es6" \) 2> /dev/null | wc -l) ]; then
|
if [ 0 -lt $(find assets admin/assets -type f \( -name "*.scss" -or -name "*.js" -or -name "*.es6" -or -name "*.hbs" \) 2> /dev/null | wc -l) ]; then
|
||||||
yarn prettier --list-different "assets/**/*.{scss,js,es6}"
|
yarn prettier --list-different "assets/**/*.{scss,js,es6,hbs}"
|
||||||
fi
|
fi
|
||||||
if [ 0 -lt $(find test -type f \( -name "*.js" -or -name "*.es6" \) 2> /dev/null | wc -l) ]; then
|
if [ 0 -lt $(find test -type f \( -name "*.js" -or -name "*.es6" \) 2> /dev/null | wc -l) ]; then
|
||||||
yarn prettier --list-different "test/**/*.{js,es6}"
|
yarn prettier --list-different "test/**/*.{js,es6}"
|
||||||
|
@ -50,7 +50,12 @@ jobs:
|
||||||
|
|
||||||
- name: Ember template lint
|
- name: Ember template lint
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
run: yarn ember-template-lint --no-error-on-unmatched-pattern assets/javascripts admin/assets/javascripts
|
run: yarn ember-template-lint --no-error-on-unmatched-pattern assets/javascripts
|
||||||
|
|
||||||
|
# Separated due to https://github.com/ember-template-lint/ember-template-lint/issues/2758
|
||||||
|
- name: Ember template lint (admin)
|
||||||
|
if: ${{ !cancelled() }}
|
||||||
|
run: yarn ember-template-lint --no-error-on-unmatched-pattern admin/assets/javascripts
|
||||||
|
|
||||||
- name: Rubocop
|
- name: Rubocop
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
{{#if model.unconfigured}}
|
{{#if model.unconfigured}}
|
||||||
<p>{{i18n "discourse_subscriptions.admin.unconfigured"}}</p>
|
<p>{{i18n "discourse_subscriptions.admin.unconfigured"}}</p>
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a href="https://meta.discourse.org/t/discourse-subscriptions/140818/">
|
||||||
href="https://meta.discourse.org/t/discourse-subscriptions/140818/"
|
|
||||||
>
|
|
||||||
{{i18n "discourse_subscriptions.admin.on_meta"}}
|
{{i18n "discourse_subscriptions.admin.on_meta"}}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -135,7 +135,7 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
<p class="control-instructions">
|
<p class="control-instructions">
|
||||||
{{i18n "discourse_subscriptions.admin.plans.operations.create_help"}}
|
{{i18n "discourse_subscriptions.admin.plans.operations.create_help"}}
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8">
|
<td colspan="8">
|
||||||
<hr>
|
<hr />
|
||||||
{{i18n
|
{{i18n
|
||||||
"discourse_subscriptions.admin.products.product.plan_help"
|
"discourse_subscriptions.admin.products.product.plan_help"
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
}}
|
}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
<div id="discourse-subscriptions-admin">
|
<div id="discourse-subscriptions-admin">
|
||||||
{{outlet}}
|
{{outlet}}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
{{outlet}}
|
{{outlet}}
|
||||||
</div>
|
</div>
|
|
@ -4,7 +4,7 @@
|
||||||
{{model.product.name}}
|
{{model.product.name}}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{{html-safe model.product.description}}
|
{{html-safe model.product.description}}
|
||||||
|
@ -17,11 +17,11 @@
|
||||||
{{i18n "discourse_subscriptions.subscribe.card.title"}}
|
{{i18n "discourse_subscriptions.subscribe.card.title"}}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
{{payment-options plans=model.plans selectedPlan=selectedPlan}}
|
{{payment-options plans=model.plans selectedPlan=selectedPlan}}
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
{{subscribe-card cardElement=cardElement}}
|
{{subscribe-card cardElement=cardElement}}
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<h3>{{i18n "discourse_subscriptions.user.subscriptions.update_card.heading" sub_id=model}}</h3>
|
<h3>{{i18n
|
||||||
|
"discourse_subscriptions.user.subscriptions.update_card.heading"
|
||||||
|
sub_id=model
|
||||||
|
}}</h3>
|
||||||
|
|
||||||
<div class="form-vertical">
|
<div class="form-vertical">
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
{{subscribe-card
|
{{subscribe-card cardElement=cardElement class="input-xxlarge"}}
|
||||||
cardElement=cardElement
|
|
||||||
class="input-xxlarge"
|
|
||||||
}}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{save-controls
|
{{save-controls
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
}}
|
}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{d-button
|
{{d-button
|
||||||
action= (route-action "updateCard" subscription.id)
|
action=(route-action "updateCard" subscription.id)
|
||||||
icon="far-edit"
|
icon="far-edit"
|
||||||
class="btn no-text btn-icon"
|
class="btn no-text btn-icon"
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -423,7 +423,9 @@ body:not(.archetype-regular):not(.success-animation-off) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body.subscription-campaign-sidebar:not(.archetype-regular):not(.success-animation-off) {
|
body.subscription-campaign-sidebar:not(.archetype-regular):not(
|
||||||
|
.success-animation-off
|
||||||
|
) {
|
||||||
.fireworks > .before,
|
.fireworks > .before,
|
||||||
.fireworks > .after {
|
.fireworks > .after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue