diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 15:52:11 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 15:52:11 -0500 |
commit | c55ce6de020d6c9df86c71158251caddf12da777 (patch) | |
tree | aff4b8b41437a69961a28426ce79994271187d55 /src/lib/routes/types.ts | |
parent | 0f5b3808f8107ff4f04cda8c3da18ffcdcf6f27f (diff) | |
download | voidsky-c55ce6de020d6c9df86c71158251caddf12da777.tar.zst |
Rework the UI for the custom feed view
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 8b96aaad7..52d0e9af2 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -13,11 +13,11 @@ export type CommonNavigatorParams = { Profile: {name: string; hideBackButton?: boolean} ProfileFollowers: {name: string} ProfileFollows: {name: string} + ProfileCustomFeed: {name: string; rkey: string} ProfileList: {name: string; rkey: string} PostThread: {name: string; rkey: string} PostLikedBy: {name: string; rkey: string} PostRepostedBy: {name: string; rkey: string} - CustomFeed: {name: string; rkey: string; displayName?: string} Debug: undefined Log: undefined Support: undefined |