-
-
Notifications
You must be signed in to change notification settings - Fork 21
Show spinner when bulk generating aliases #296
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
Conversation
🦋 Changeset detectedLatest commit: 0dfc272 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
91012af to
53c3bac
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #296 +/- ##
==========================================
- Coverage 40.98% 40.87% -0.11%
==========================================
Files 2 2
Lines 627 614 -13
Branches 148 146 -2
==========================================
- Hits 257 251 -6
+ Misses 296 290 -6
+ Partials 74 73 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I have no idea how the code coverage is calculated. It only shows a file in the sitemap package. |
boazpoolman
left a comment
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 is great. Thanks @jorrit <3
What does it do?
The primary goal was to show a spinner on the 'Bulk generate' button when generating. I also added some cosmetic changes in separate commits.
Why is it needed?
It's easy to accidently click twice on the Bulk generate button as it provides no feedback. When this process is started twice, the results are either no or duplicate aliases.
How to test it?
Start the playground, click the Bulk generate button. It should show a spinner.