From c536845bcc44db6de9c6e39b66df18f7b719a6ca Mon Sep 17 00:00:00 2001 From: MRegnard <62838312+MRegnard@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:13:45 +0100 Subject: [PATCH] Adding an asterisk in the roles reference (#116) --- CHANGELOG.md | 1 + src/components/modals/ReferenceModal.vue | 7 +++++++ src/store/locale/en/ui.json | 1 + src/store/locale/fr/ui.json | 1 + 4 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0156db0..99d813e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Release Notes ## Upcomming Version +- Adding an asterisk in the roles reference - Correcting the message when someone wants to exile a Traveller - Correcting Leviathan's english description - Correcting "Late Night Drive By"'s name diff --git a/src/components/modals/ReferenceModal.vue b/src/components/modals/ReferenceModal.vue index c07e218..5e615ba 100644 --- a/src/components/modals/ReferenceModal.vue +++ b/src/components/modals/ReferenceModal.vue @@ -84,6 +84,7 @@
  • +
    {{ locale.modal.reference.notfirstnight }}
    @@ -211,6 +212,12 @@ h3 { } } +.asterisk { + font-size: 60%; + text-align: right; + padding-top: 20px; +} + .team { display: flex; align-items: stretch; diff --git a/src/store/locale/en/ui.json b/src/store/locale/en/ui.json index 5503784..8dad857 100644 --- a/src/store/locale/en/ui.json +++ b/src/store/locale/en/ui.json @@ -207,6 +207,7 @@ "reference": { "title": "Character Reference", "jinxed": "Jinxed", + "notfirstnight": "*Not the first night", "teamNames": { "townsfolk": "townfolk", "outsider": "outsider", diff --git a/src/store/locale/fr/ui.json b/src/store/locale/fr/ui.json index f74453d..8f72eb5 100644 --- a/src/store/locale/fr/ui.json +++ b/src/store/locale/fr/ui.json @@ -207,6 +207,7 @@ "reference": { "title": "Réference de rôles", "jinxed": "Jinx", + "notfirstnight": "* Pas la première nuit", "teamNames": { "townsfolk": "villageois", "outsider": "étranger",