-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
Codecov Report
@@ Coverage Diff @@
## next #84 +/- ##
==========================================
+ Coverage 91.05% 93.02% +1.96%
==========================================
Files 3 7 +4
Lines 123 172 +49
Branches 35 43 +8
==========================================
+ Hits 112 160 +48
- Misses 11 12 +1
Continue to review full report at Codecov.
|
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.
Looks interesting and useful 👍 Left a few comments / questions. Might have more questions when using it in anger once it's in next, but cross that bridge later.
alex-ketch
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.
I've got some questions re. the Person encoding changes, and would like to see the type casting removed please.
… semantics of `tag` when setting. See #84 (comment)
Fixes eslint npm script args, adds `no-shadow` rule and applies fixes. See #84 (comment)
|
Thanks for the comments. I've done a round of changes. Please have another quick check and merge if happy. |
Using `document.readyState !== 'loading'` is preferable because in both `interactive` and `complete` states the DOM is ready to be manipulated. See https://developer.mozilla.org/en-US/docs/Web/API/Document/readyState
alex-ketch
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.
One minor typo, but otherwise looks good.
Thanks for making the changes @nokome 🙇
Co-Authored-By: Alex Ketch <[email protected]>
|
🎉 This PR is included in version 1.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Testing, refinement and additions to extensions to achieve short term stability in the DOM structure to be targeted by CSS. As per (the new) README:
@alex-ketch I'll only do the DOM manipulations, feel free to make an CSS changes necessary from these changes.
Done: