-
Notifications
You must be signed in to change notification settings - Fork 81
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
refactor: files-and-videos folder #672
refactor: files-and-videos folder #672
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #672 +/- ##
==========================================
- Coverage 88.19% 88.19% -0.01%
==========================================
Files 417 418 +1
Lines 6600 6598 -2
Branches 1430 1427 -3
==========================================
- Hits 5821 5819 -2
Misses 755 755
Partials 24 24
☔ View full report in Codecov by Sentry. |
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 left one little request for renaming, but everything looks great. The folder structure is really clear to understand, and it's very consistent with the rest of the repo (especially the 'generics' folder). It's nicely scalable now so that we can organize files the same way in other folders and everything is still consistent.
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 better named constants.js
because this is the naming we use everywhere else in the project
No description provided.