about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-09-19 12:24:58 -0700
committerGitHub <noreply@github.com>2023-09-19 12:24:58 -0700
commitda8499c8810eccbb448516adedcbb19a1964c081 (patch)
tree313655842435ee59d98accdbba403d46aee0e242 /src/lib
parent9c4374f66a270c97a303821a39b9c0c6f5fd4e27 (diff)
downloadvoidsky-da8499c8810eccbb448516adedcbb19a1964c081.tar.zst
Add thread sort settings (#1475)
* Add thread sorting preferences

* UI tweaks

* Tweak settings

* Tune the copy
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 cc7a468e9..e2867a707 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -29,6 +29,7 @@ export type CommonNavigatorParams = {
   AppPasswords: undefined
   SavedFeeds: undefined
   PreferencesHomeFeed: undefined
+  PreferencesThreads: undefined
 }
 
 export type BottomTabNavigatorParams = CommonNavigatorParams & {