Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kaito/bottom sheet regression #2428

Merged
merged 3 commits into from
Apr 17, 2024
Merged

Kaito/bottom sheet regression #2428

merged 3 commits into from
Apr 17, 2024

Conversation

kaitoo1
Copy link
Collaborator

@kaitoo1 kaitoo1 commented Apr 17, 2024

Summary of Changes

Fixed regression where using navigation.push inside Bottom Sheets crashes the app.
also fixed regressions and issues with certain bottom sheets not opening, or having wrong heights.

Demo or Before/After Pics

CleanShot.2024-04-17.at.22.23.09.mp4

Edge Cases

  • every bottom sheet

Testing Steps

  • Go to a bottom sheet that has a list of users (ie shared followers list on user profile, or admires on a post)

  • Tap on a username in the bottom sheet list

  • you should be navigated to the user profile, without the app crashing

  • Test other bottom sheets in the app to ensure they open as expected

Checklist

Please make sure to review and check all of the following:

  • I've tested the changes and all tests pass.
  • (if web) I've tested the changes on various desktop screen sizes to ensure responsiveness.
  • (if mobile) I've tested the changes on both light and dark modes.

Copy link

vercel bot commented Apr 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gallery ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2024 1:26pm

Copy link

Bundle Sizes

Compared against f000929

Route: No significant changes found

Dynamic import: No significant changes found

@@ -98,11 +96,13 @@ export function ConnectedTokenAdmireList({ tokenId }: { tokenId: string }) {
);

return (
// <View className="flex-grow h-full">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't need?

@Robinnnnn Robinnnnn merged commit 53f88e3 into main Apr 17, 2024
9 checks passed
@Robinnnnn Robinnnnn deleted the kaito/bottom-sheet-regression branch April 17, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants