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

V4 #188

Merged
merged 20 commits into from
Aug 3, 2023
Merged

V4 #188

merged 20 commits into from
Aug 3, 2023

Conversation

excid3
Copy link
Owner

@excid3 excid3 commented Jul 5, 2023

This is a major refactoring of TailwindCSS Stimulus Components.

The goals are

  • Take better advantage of Stimulus features like :prevent and keydown.esc to be less strict on implementations
  • Replace all animation code with a transition library
  • Simplify where we can

@excid3
Copy link
Owner Author

excid3 commented Jul 6, 2023

If an animation gets interrupted, we get an error:

Uncaught (in promise) DOMException: The user aborted a request.

Need to figure out how to rescue these and handle the animation properly.

This was referenced Aug 1, 2023
@excid3 excid3 merged commit 78e9e59 into master Aug 3, 2023
5 of 6 checks passed
@excid3 excid3 temporarily deployed to github-pages August 3, 2023 01:38 — with GitHub Pages Inactive
@excid3 excid3 deleted the v4 branch March 22, 2024 14:28
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.

None yet

1 participant