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

Redesign task creation modal #304

Merged
merged 16 commits into from
Mar 30, 2024
Merged

Conversation

jamiebrynes7
Copy link
Owner

No description provided.

Introducing some structure into the application
and make things slightly less coupled
We were having issues with the semantics of modals as implemented in Obsidian.

In particular, the semantics where clicking outside the modal closes it. It seems
there might be some double-event shenanigans on mobile where clicking on the dialog
closes the dialog and then triggers the "out of modal" click handler. So I've
suppressed this behaviour by removing the element the on-click is on and re-adding
it. Its very dumb, but it works!
@jamiebrynes7 jamiebrynes7 merged commit 73760fe into master Mar 30, 2024
1 check passed
@jamiebrynes7 jamiebrynes7 deleted the feature/redesign-task-modal branch April 10, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant