about summary refs log tree commit diff
path: root/src/routes.ts
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-08-30 15:21:12 -0700
committerGitHub <noreply@github.com>2023-08-30 15:21:12 -0700
commit9446c67880331452b3f79dabda183c23718edfa1 (patch)
tree1bdf1d57434a3095a58aa41b94c38db1fe12ad10 /src/routes.ts
parenta29f10aefe6fa67848ca281a0a7dffc43e292ec6 (diff)
downloadvoidsky-9446c67880331452b3f79dabda183c23718edfa1.tar.zst
Move `PreferencesHomeFeed` to a screen instead of a modal (#1335)
* move `PreferencesHomeFeed` to a screen instead of a modal

* add web route for home feed preferences

* upgrade `@miblanchard/react-native-slider` to fix lint

* fix web route naming

* fix desktop web styling

* add `react-native-slider` mock
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 54faba22d..45a8fa572 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -23,6 +23,7 @@ export const router = new Router({
   Debug: '/sys/debug',
   Log: '/sys/log',
   AppPasswords: '/settings/app-passwords',
+  PreferencesHomeFeed: '/settings/home-feed',
   SavedFeeds: '/settings/saved-feeds',
   Support: '/support',
   PrivacyPolicy: '/support/privacy',