-
Notifications
You must be signed in to change notification settings - Fork 158
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
Marching ants on copy target #2134
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Code looks good
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## qa #2134 +/- ##
==========================================
- Coverage 88.91% 88.90% -0.02%
==========================================
Files 305 305
Lines 62021 62021
==========================================
- Hits 55149 55140 -9
- Misses 6872 6881 +9 ☔ View full report in Codecov by Sentry. |
Adds a marching ants border around a clipboard copied region. This UI stays until you change something in the sheet or press Escape. (Technically, for the "change something," I'm removing it when I get a
transactionStart
event.)Screen.Recording.2024-12-17.at.10.39.22.AM.mov