[faq] move legend customisation to FAQ

This commit is contained in:
Andrea Vos 2022-12-27 12:04:23 +01:00
parent 6abdfe552f
commit 309fb276fe
5 changed files with 27 additions and 32 deletions

View File

@ -675,15 +675,6 @@ profile:
duplicateDescription: 'Description must be unique'
invalidOpinion: 'Selected icon was not found in the legend above'
custom: 'custom, added by the user:'
consistency: >
Next to the default opinion choices you can now specify your own.
Those that had already existed before we added customisation have to remain the same, to make cards more predictable and consistent.
Whoever stumbles across a card and sees, lets say, a bold pink entry with a heart,
will know without checking the legend that it means an option that one likes very much.
Adding new opinions is customisable, though.
We're not planning to support fully customisable colours (like picking <em>just any</em> hex code)
because we'd rather hand-pick them to ensure they have enough contrast, distinguishability,
and a dark mode version for the cards to be readable and accessible.
header: 'Cards'
list: 'Your cards'
init: 'Create a card'

View File

@ -492,6 +492,33 @@ faq:
or people who want to have a separate cards for more public use and for close friends.
Unfortunately, this feature requires <em>tons</em> of changes in the code as well as testing.
We'll try to prioritise it, but being swamped with other work, we can't really promise any specific date.
customise-opinions:
question: 'Can I customise the “legend/opinions” field even more?'
answer:
- >
Next to the default opinion choices (like “Yes”, “Jokingly”, “Nope”) you can now specify your own.
Those that had already existed before we added customisation have to remain the same, to make cards more predictable and consistent.
Whoever stumbles across a card and sees, lets say, a bold pink entry with a heart,
will know without checking the legend that it means an option that one likes very much.
Adding new opinions is customisable, though.
- >
We're not planning to support fully customisable colours (like picking <em>just any</em> hex code)
because we'd rather hand-pick them to ensure they have enough contrast, distinguishability,
and a dark mode version for the cards to be readable and accessible.
deletion-bug:
question: 'When I click a “delete” button nothing happens'
answer:
- >
Some buttons on our website, mostly related to removing things that aren't easy to restore,
show a modal window asking “are you sure you want to do XYZ?”.
We're aware that some browser extensions mistakenly think
that this modal window is a cookie popup or an ad and just hide it.
- >
We're trying to be very explicit in our HTML markup which elements are which,
so that such extensions have an easier time distinguishing them,
but it's very difficult to accommodate all possible extensions.
- >
Before you report an issue, please check if disabling such extensions fixes your problem.
links:
header: 'References'
@ -786,15 +813,6 @@ profile:
invalidOpinion: 'Selected icon was not found in the legend above'
kys: 'Our Terms of Service forbid encouraging self-harm and/or suicide.'
custom: 'custom, added by the user:'
consistency: >
Next to the default opinion choices you can now specify your own.
Those that had already existed before we added customisation have to remain the same, to make cards more predictable and consistent.
Whoever stumbles across a card and sees, lets say, a bold pink entry with a heart,
will know without checking the legend that it means an option that one likes very much.
Adding new opinions is customisable, though.
We're not planning to support fully customisable colours (like picking <em>just any</em> hex code)
because we'd rather hand-pick them to ensure they have enough contrast, distinguishability,
and a dark mode version for the cards to be readable and accessible.
expendableList:
more: '… and %count% more items'
show: '(click to show)'

View File

@ -103,5 +103,4 @@ export default [
'profile.timezone.areas.Europe',
'profile.timezone.areas.Indian',
'profile.timezone.areas.Pacific',
'profile.opinions.consistency',
];

View File

@ -1402,16 +1402,6 @@ profile:
duplicateDescription: 'Opishy muszą być unikalne'
invalidOpinion: 'Wybrana ikona nie jest dostępna w legendzie powyżej'
custom: 'dodane ręcznie:'
consistency: >
Oprócz domyślnych opcji opinii możesz też zdefiniować swoje własne.
Opcje, które istniały przed wprowadzeniem tej funkcji, muszą pozostać bez zmian, aby wizytówki były bardziej przewidywalne i spójne.
Jeśli ktosio zobaczy, powiedzmy, pogrubiony różowy tekst z ikonką serca,
będzie wiedzieć bez zaglądania do legendy, że chodzi o bardzo lubianą opcję.
Ale dodając własne opcje, możesz je dostosować, jak chcesz.
Nie planujemy wsparcia dla wybierania w pełni dowolnych kolorów,
ponieważ wybierając dostępne barwy ręcznie możemy zatroszczyć się o to,
by miały wystarczający kontrast, by odróżniały się od innych, i by miały wersję dla trybu nocnego
tak, aby wizytówki były czytelne i dostępne.
header: 'Wizytówki'
list: 'Twoje wizytówki'
init: 'Stwórz wizytówkę'

View File

@ -100,9 +100,6 @@
<LegendOpinionListInput v-model="defaultOpinions" readonly class="mb-0"/>
<LegendOpinionListInput v-model="opinions" :maxitems="5"/>
<AdPlaceholder phkey="main-0"/>
<p class="text-muted small">
<T>profile.opinions.consistency</T>
</p>
</template>
<template v-slot:names-header>