From 1e3b7feccfb59c70a97ed51b26bee8c6ea33348f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 14 Feb 2025 23:22:32 +0000 Subject: Screen for searching user's posts (#7622) * search user's posts screen * custom placeholder copy if self * navigate to /profile/:handle * add name to title * show header on desktop --- src/lib/routes/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 8b69a66c4..51f196d09 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -18,6 +18,7 @@ export type CommonNavigatorParams = { ProfileFollowers: {name: string} ProfileFollows: {name: string} ProfileKnownFollowers: {name: string} + ProfileSearch: {name: string; q?: string} ProfileList: {name: string; rkey: string} PostThread: {name: string; rkey: string} PostLikedBy: {name: string; rkey: string} -- cgit 1.4.1