diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-19 12:24:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 12:24:58 -0700 |
commit | da8499c8810eccbb448516adedcbb19a1964c081 (patch) | |
tree | 313655842435ee59d98accdbba403d46aee0e242 /src/lib | |
parent | 9c4374f66a270c97a303821a39b9c0c6f5fd4e27 (diff) | |
download | voidsky-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.ts | 1 |
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 & { |