about summary refs log tree commit diff
path: root/src/routes.ts
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/routes.ts
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/routes.ts')
-rw-r--r--src/routes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts
index 7c356eb1b..35266d85b 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -23,6 +23,7 @@ export const router = new Router({
   Log: '/sys/log',
   AppPasswords: '/settings/app-passwords',
   PreferencesHomeFeed: '/settings/home-feed',
+  PreferencesThreads: '/settings/threads',
   SavedFeeds: '/settings/saved-feeds',
   Support: '/support',
   PrivacyPolicy: '/support/privacy',