Improve selection type documentation

- Refine tooltip documentation with clearer information.
- Introduce privacy ranking indicator for intuitive user guidance.
- Adopt a consistent format throughout documentation.
- Switch from emojis to icons to maintain visual uniformity.
This commit is contained in:
undergroundwires
2024-01-26 15:40:20 +01:00
parent d67100ad5e
commit 7af8daa341
12 changed files with 633 additions and 18 deletions

View File

@@ -17,6 +17,9 @@ export const IconNames = [
'file-arrow-down',
'floppy-disk',
'play',
'lightbulb',
'square-check',
'triangle-exclamation',
] as const;
export type IconName = typeof IconNames[number];