[inclusive] clarification
This commit is contained in:
parent
da1fd91a00
commit
cc7ccf2435
|
@ -54,6 +54,10 @@
|
||||||
<li v-for="w in s.el.insteadOf" class="text-strike"><LinkedText :text="w" noicons/></li>
|
<li v-for="w in s.el.insteadOf" class="text-strike"><LinkedText :text="w" noicons/></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<div v-if="s.el.clarification" class="alert alert-warning px-2 py-1 small">
|
||||||
|
<LinkedText :text="s.el.clarification"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
<li v-for="category in s.el.categories" class="list-inline-item">
|
<li v-for="category in s.el.categories" class="list-inline-item">
|
||||||
<a :href="`#:${category}`" class="badge bg-primary text-white" @click.prevent="filter = ':' + category">
|
<a :href="`#:${category}`" class="badge bg-primary text-white" @click.prevent="filter = ':' + category">
|
||||||
|
|
|
@ -20,6 +20,14 @@
|
||||||
<T>inclusive.insteadOf</T>
|
<T>inclusive.insteadOf</T>
|
||||||
</strong></label>
|
</strong></label>
|
||||||
<NounForm v-model="form.insteadOf" maxlength="128"/>
|
<NounForm v-model="form.insteadOf" maxlength="128"/>
|
||||||
|
|
||||||
|
<div class="mt-2">
|
||||||
|
<label>
|
||||||
|
<input class="form-check-input" type="checkbox" v-model="clarification">
|
||||||
|
<T>inclusive.clarification</T>
|
||||||
|
</label>
|
||||||
|
<input class="form-control" v-model="form.clarification" v-show="clarification"/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-lg-6">
|
<div class="col-12 col-lg-6">
|
||||||
|
@ -95,10 +103,12 @@
|
||||||
because: '',
|
because: '',
|
||||||
categories: [],
|
categories: [],
|
||||||
links: [],
|
links: [],
|
||||||
|
clarification: null,
|
||||||
base: null,
|
base: null,
|
||||||
},
|
},
|
||||||
submitting: false,
|
submitting: false,
|
||||||
afterSubmit: false,
|
afterSubmit: false,
|
||||||
|
clarification: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -113,8 +123,10 @@
|
||||||
because: '',
|
because: '',
|
||||||
categories: [],
|
categories: [],
|
||||||
links: [],
|
links: [],
|
||||||
|
clarification: null,
|
||||||
base: null,
|
base: null,
|
||||||
};
|
};
|
||||||
|
this.clarification = false;
|
||||||
} finally {
|
} finally {
|
||||||
this.submitting = false;
|
this.submitting = false;
|
||||||
}
|
}
|
||||||
|
@ -126,11 +138,22 @@
|
||||||
because: word.because,
|
because: word.because,
|
||||||
categories: word.categories,
|
categories: word.categories,
|
||||||
links: word.links,
|
links: word.links,
|
||||||
|
clarification: word.clarification,
|
||||||
base: word.id,
|
base: word.id,
|
||||||
}
|
}
|
||||||
|
this.clarification = !!word.clarification;
|
||||||
this.afterSubmit = false;
|
this.afterSubmit = false;
|
||||||
this.$el.scrollIntoView();
|
this.$el.scrollIntoView();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
clarification(v) {
|
||||||
|
if (v) {
|
||||||
|
this.form.clarification = this.$t('inclusive.clarificationDefault');
|
||||||
|
} else {
|
||||||
|
this.form.clarification = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -334,6 +334,8 @@ inclusive:
|
||||||
jakich konstrukcji lepiej unikać i dlatego, oraz czym je zastępować.
|
jakich konstrukcji lepiej unikać i dlatego, oraz czym je zastępować.
|
||||||
categories: 'Kategorie'
|
categories: 'Kategorie'
|
||||||
sources: 'Linki źródłowe'
|
sources: 'Linki źródłowe'
|
||||||
|
clarification: 'Załącz wyjaśnienie'
|
||||||
|
clarificationDefault: 'Chodzi oczywiście o użycie w tym pejoratywnym znaczeniu. Nie mówimy, żeby zupełnie nie używać tego słowa.'
|
||||||
|
|
||||||
terminology:
|
terminology:
|
||||||
header: 'Terminologia'
|
header: 'Terminologia'
|
||||||
|
@ -1821,15 +1823,15 @@ calendar:
|
||||||
aids_vaccine_day: 'Światowy Dzień Szczepionki na AIDS'
|
aids_vaccine_day: 'Światowy Dzień Szczepionki na AIDS'
|
||||||
queer_youth_day: 'Dzień Queerowej Młodzieży'
|
queer_youth_day: 'Dzień Queerowej Młodzieży'
|
||||||
ominsexual_day: 'Dzień Widoczności Osób Omniseksualnych'
|
ominsexual_day: 'Dzień Widoczności Osób Omniseksualnych'
|
||||||
unlabeled_day: 'Dzień Widoczności Osób Bez Etykiety'
|
unlabeled_day: 'Dzień Widoczności Osób Bez Etykiety'
|
||||||
trans_youth_day: 'Dzień Widoczności Dzieci i Młodzieży Trans'
|
trans_youth_day: 'Dzień Widoczności Dzieci i Młodzieży Trans'
|
||||||
hiv_long_term_survivors_day: 'Dzień Świadomości nt. Długotrwałego Życia z HIV'
|
hiv_long_term_survivors_day: 'Dzień Świadomości nt. Długotrwałego Życia z HIV'
|
||||||
women_hiv_awareness_day: 'Dzień Świadomości nt. HIV/AIDS u Kobiet i Dziewczyn'
|
women_hiv_awareness_day: 'Dzień Świadomości nt. HIV/AIDS u Kobiet i Dziewczyn'
|
||||||
youth_hiv_awareness_day: 'Dzień Świadomości nt. HIV/AIDS wśród Młodzieży'
|
youth_hiv_awareness_day: 'Dzień Świadomości nt. HIV/AIDS wśród Młodzieży'
|
||||||
gay_hiv_awareness_day: 'Dzień Świadomości nt. HIV/AIDS u Gejów'
|
gay_hiv_awareness_day: 'Dzień Świadomości nt. HIV/AIDS u Gejów'
|
||||||
black_hiv_awareness_day: 'Dzień Świadomości nt. HIV/AIDS u Osób Czarnych'
|
black_hiv_awareness_day: 'Dzień Świadomości nt. HIV/AIDS u Osób Czarnych'
|
||||||
hiv_aging_awareness_day: 'Dzień Świadomości nt. Starzenia się z HIV/AIDS'
|
hiv_aging_awareness_day: 'Dzień Świadomości nt. Starzenia się z HIV/AIDS'
|
||||||
trans_hiv_testing_day: 'Dzień Testów na HIV u Osób Transpłciowych'
|
trans_hiv_testing_day: 'Dzień Testów na HIV u Osób Transpłciowych'
|
||||||
banner: 'Dziś w kalendarzu'
|
banner: 'Dziś w kalendarzu'
|
||||||
celebrating_custom: 'obchodzimy'
|
celebrating_custom: 'obchodzimy'
|
||||||
celebrating_day: 'obchodzimy'
|
celebrating_day: 'obchodzimy'
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
-- Up
|
||||||
|
|
||||||
|
ALTER TABLE inclusive ADD COLUMN clarification TEXT NULL;
|
||||||
|
|
||||||
|
-- Down
|
||||||
|
|
|
@ -59,12 +59,12 @@ router.post('/inclusive/submit', handleErrorAsync(async (req, res) => {
|
||||||
|
|
||||||
const id = ulid();
|
const id = ulid();
|
||||||
await req.db.get(SQL`
|
await req.db.get(SQL`
|
||||||
INSERT INTO inclusive (id, insteadOf, say, because, approved, base_id, locale, author_id, categories, links)
|
INSERT INTO inclusive (id, insteadOf, say, because, approved, base_id, locale, author_id, categories, links, clarification)
|
||||||
VALUES (
|
VALUES (
|
||||||
${id},
|
${id},
|
||||||
${req.body.insteadOf.join('|')}, ${req.body.say.join('|')}, ${req.body.because},
|
${req.body.insteadOf.join('|')}, ${req.body.say.join('|')}, ${req.body.because},
|
||||||
0, ${req.body.base}, ${global.config.locale}, ${req.user ? req.user.id : null},
|
0, ${req.body.base}, ${global.config.locale}, ${req.user ? req.user.id : null},
|
||||||
${req.body.categories.join(',')}, ${JSON.stringify(req.body.links)}
|
${req.body.categories.join(',')}, ${JSON.stringify(req.body.links)}, ${req.body.clarification || null}
|
||||||
)
|
)
|
||||||
`);
|
`);
|
||||||
|
|
||||||
|
|
|
@ -715,7 +715,7 @@ export class NounDeclension {
|
||||||
|
|
||||||
|
|
||||||
export class InclusiveEntry {
|
export class InclusiveEntry {
|
||||||
constructor({id, insteadOf, say, because, author, approved = true, base_id = null, categories = '', links = '[]'}) {
|
constructor({id, insteadOf, say, because, author, approved = true, base_id = null, categories = '', links = '[]', clarification = null}) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
this.insteadOf = insteadOf.split('|');
|
this.insteadOf = insteadOf.split('|');
|
||||||
this.say = say.split('|');
|
this.say = say.split('|');
|
||||||
|
@ -725,6 +725,7 @@ export class InclusiveEntry {
|
||||||
this.base = base_id;
|
this.base = base_id;
|
||||||
this.categories = categories ? categories.split(',') : [];
|
this.categories = categories ? categories.split(',') : [];
|
||||||
this.links = JSON.parse(links);
|
this.links = JSON.parse(links);
|
||||||
|
this.clarification = clarification || null;
|
||||||
}
|
}
|
||||||
|
|
||||||
matches(filter) {
|
matches(filter) {
|
||||||
|
|
Reference in New Issue