-
Notifications
You must be signed in to change notification settings - Fork 227
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
feat: prompt modal on edit #3800
Conversation
create post working create created individual callbacks remove unnecessary callbacks switch edit and create text Minor refactors
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Anyone know why preview isn't working properly? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides Lee's feedback looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Looks good to me, tested in local env and works like a charm :)
Just coordinate with @sshanzel before merge pls
Changes
Added prompt modal on edit, as well as moving remaining create/edit flows into usePostToSquad.
Originally when I updated this I tried to consolidate everything in as few callbacks as possible. That was a mistake. Made it confusing to work with and caused some weird behaviors, so I decided on just giving each action its own callback.
Events
Did you introduce any new tracking events?
Experiment
Did you introduce any new experiments?
Manual Testing
Caution
Please make sure existing components are not breaking/affected by this PR
MI-584 #done
MI-619 #done