-
Notifications
You must be signed in to change notification settings - Fork 1
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: Improve group creation #171
Conversation
useClickAway(headerRef, () => { | ||
if (!group.isEditing) return | ||
|
||
handleSubmit(submit)() | ||
}) |
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.
This custom hook would cause a race condition and disable edit mode when clicking on "add group" button, replacing it with the hook from react-use
seems to solve the problem.
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.
From the functionality point of view looks great 🚀
This PR aims to improve group creation during recording.
Potential future improvements:
CleanShot.2024-09-19.at.14.45.12.mp4