Closed mindrones closed 3 years ago
Draft text below.
You can use the menu to change 2 groups of features.
You can change:
You can:
To show or hide the a11y menu, you need to click the accessibility icon in the top-right corner of the app.
On desktops, the menu should appear at the center of the screen sligthly toward the bottom.
On small screens, like a mobile phone, the menu should appear below the navigation header, near the thumb.
The menu is composed of 3 sections:
When you have a list of options, you might get presented with a series of radio buttons. For small screens, the list of radio buttons will be just 2 buttons:
For example, you can choose multiple font sizes.
When you have only 2 opposite options you get presented with a switch.
For example, you can invert all colors of the app, or not.
When the feature you are editing is defined by a numerical range, you can select any value in between the range extent using a slider.
For example, you can change the saturation gradually, from no change to grey.
Similarly to the `/info route, we need to:
/guide.svelte
toguides/indicators.svelte
/guide
route toguides/index.svelte
and redirect it toguides/indicators.svelte
guides/a11ymenu.svelte
We need to reference
guides/a11ymenu.svelte
in the accessibility statement.