-
Notifications
You must be signed in to change notification settings - Fork 1k
refactor(components): reorganised the structure of the components keeping things cleaner #2921
Conversation
…ping things cleaner
Note.: The number of affected files is significant, but there are no changes in the code, just files being moved around and the imports being updated. |
Please find a preview at: https://staging.nodejs.dev/2921/ |
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.
Hacktoberfest Accepted label 🤨 |
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.
LGTM! We can merge after the linting errors are fixed.
Codecov ReportBase: 66.02% // Head: 66.07% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2921 +/- ##
==========================================
+ Coverage 66.02% 66.07% +0.05%
==========================================
Files 118 136 +18
Lines 1351 1530 +179
Branches 342 357 +15
==========================================
+ Hits 892 1011 +119
- Misses 422 477 +55
- Partials 37 42 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Are you not participating in hacktoberfest? |
Maintainers cannot participate afaik (in the projects they're maintainers) |
Description
This PR simply moves files around (no actual code changes) by restructuring the overall
src/
folder, having these notable changes:src/components
now exports components grouped by their "category"src/layouts
Actual Code changes
src/types
useIntl
in favour ofinjectIntl