Rework the UI for the custom feed view
This commit is contained in:
parent
0f5b3808f8
commit
c55ce6de02
8 changed files with 300 additions and 177 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue