Implement Web versions of the bottom sheet, toast, and progress circle
This commit is contained in:
parent
af55a89758
commit
041bfa22a9
19 changed files with 295 additions and 92 deletions
|
@ -16,7 +16,7 @@ export const FeedItem = observer(function FeedItem({
|
|||
}: {
|
||||
item: FeedViewItemModel
|
||||
onNavigateContent: OnNavigateContent
|
||||
onPressShare: (uri: string) => void
|
||||
onPressShare: (_uri: string) => void
|
||||
}) {
|
||||
const record = item.record as unknown as bsky.Post.Record
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue