diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-04-19 22:10:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 22:10:37 +0100 |
commit | 8b33ffdfb5ca606708c8104ecad4fa5430268483 (patch) | |
tree | 9dd6ad037a19fc8257023c9760633c9749fd9d4f /src/lib/routes | |
parent | ade2ea6172a71d60bd7ce6aed97d09dbddb352d0 (diff) | |
download | voidsky-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/routes')
-rw-r--r-- | src/lib/routes/types.ts | 1 |
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} } |