about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-04-19 22:10:37 +0100
committerGitHub <noreply@github.com>2024-04-19 22:10:37 +0100
commit8b33ffdfb5ca606708c8104ecad4fa5430268483 (patch)
tree9dd6ad037a19fc8257023c9760633c9749fd9d4f /src/lib
parentade2ea6172a71d60bd7ce6aed97d09dbddb352d0 (diff)
downloadvoidsky-8b33ffdfb5ca606708c8104ecad4fa5430268483.tar.zst
Add disable autoplay preference and group related settings into a dedicated page (#3626)
* add autoplay preference

* group accessibility settings into a dedicated page

* fix gray background on web

* Put a11y first

---------

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/routes/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts
index 95af2f237..ac5cb0bce 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -35,6 +35,7 @@ export type CommonNavigatorParams = {
   PreferencesFollowingFeed: undefined
   PreferencesThreads: undefined
   PreferencesExternalEmbeds: undefined
+  AccessibilitySettings: undefined
   Search: {q?: string}
   Hashtag: {tag: string; author?: string}
 }