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/routes.ts | |
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/routes.ts')
-rw-r--r-- | src/routes.ts | 1 |
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', |