mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix(faq): better mobile routing, new q
This commit is contained in:
@@ -69,7 +69,16 @@
|
|||||||
<p v-html="$t('sunsetFaqPara9')"></p> <!-- there's html in here -->
|
<p v-html="$t('sunsetFaqPara9')"></p> <!-- there's html in here -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Can I access guild chats? -->
|
<!-- Can I access guild chats? Or banked Gems? -->
|
||||||
|
<div>
|
||||||
|
<h3 class="headings">
|
||||||
|
{{ $t('sunsetFaqHeader12') }}
|
||||||
|
</h3>
|
||||||
|
</div>
|
||||||
|
<div class="body-text">
|
||||||
|
<p v-html="$t('sunsetFaqPara21')"></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h3 class="headings">
|
<h3 class="headings">
|
||||||
{{ $t('sunsetFaqHeader6') }}
|
{{ $t('sunsetFaqHeader6') }}
|
||||||
@@ -144,6 +153,7 @@
|
|||||||
<div class="body-text">
|
<div class="body-text">
|
||||||
<p v-html="$t('sunsetFaqPara20')"></p>
|
<p v-html="$t('sunsetFaqPara20')"></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- sidebar -->
|
<!-- sidebar -->
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ const router = new VueRouter({
|
|||||||
name: 'faq', path: 'faq', component: FAQPage, meta: { requiresLogin: false },
|
name: 'faq', path: 'faq', component: FAQPage, meta: { requiresLogin: false },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'chatSunsetFaq', path: 'faq/tavern-and-guilds', component: ChatSunsetFaq, meta: { requiresLogin: false },
|
name: 'chatSunsetFaq', path: 'tavern-and-guilds', component: ChatSunsetFaq, meta: { requiresLogin: false },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'features', path: 'features', component: FeaturesPage, meta: { requiresLogin: false },
|
name: 'features', path: 'features', component: FeaturesPage, meta: { requiresLogin: false },
|
||||||
@@ -386,6 +386,7 @@ const router = new VueRouter({
|
|||||||
|
|
||||||
// Only used to handle some redirects
|
// Only used to handle some redirects
|
||||||
// See router.beforeEach
|
// See router.beforeEach
|
||||||
|
{ path: '/static/faq/tavern-and-guilds', redirect: '/static/tavern-and-guilds' },
|
||||||
{ path: '/redirect/:redirect', name: 'redirect' },
|
{ path: '/redirect/:redirect', name: 'redirect' },
|
||||||
{ path: '*', redirect: { name: 'notFound' } },
|
{ path: '*', redirect: { name: 'notFound' } },
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -188,6 +188,9 @@
|
|||||||
"sunsetFaqHeader11": "How does this affect Habitica’s Community Guidelines and Terms of Service?",
|
"sunsetFaqHeader11": "How does this affect Habitica’s Community Guidelines and Terms of Service?",
|
||||||
"sunsetFaqPara20": "Habitica’s Community Guidelines will be updated at the time Tavern and Guild service is discontinued. They will reflect that community rules for conduct are now in relation to player profiles, Challenges, and messages in private spaces. Our Terms of Service have always applied to both public and private spaces and do not require an immediate update in regard to this change.",
|
"sunsetFaqPara20": "Habitica’s Community Guidelines will be updated at the time Tavern and Guild service is discontinued. They will reflect that community rules for conduct are now in relation to player profiles, Challenges, and messages in private spaces. Our Terms of Service have always applied to both public and private spaces and do not require an immediate update in regard to this change.",
|
||||||
|
|
||||||
|
"sunsetFaqHeader12": "What will happen to Guild Bank Gems?",
|
||||||
|
"sunsetFaqPara21": "Gems in the Guild Bank will be refunded to the leader of the Guild on August 8th when Guild Services end.",
|
||||||
|
|
||||||
"anotherQuestion": "Have another question?",
|
"anotherQuestion": "Have another question?",
|
||||||
"contactAdmin": "Contact <a href='mailto:admin@habitica.com'>admin@habitica.com</a>"
|
"contactAdmin": "Contact <a href='mailto:admin@habitica.com'>admin@habitica.com</a>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user