This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP feat/code-quality: Code Quality Improvements (#390)
* Fixed plural and singular use in redux * More plural changes * Removed dead index.css file * Updated some packages, and removed ^ from all packages * Updated packages and fixed deprecation - Updated reactstrap, react-beautiful-dnd - Fixed deprecation warnings for component methods * Updated eslint * Manually linted to align with new rules * Removed unused packages * Update more packages, fix sorting bug * Removed unused mapbox-gl, updated react testing * Improved OrganizationCard performance Uses setImmediate on query-string manipulation for add and remove, which allows rendering to happen faster * Removed qs-lite, refactored query-string - Removed qs-lite, an outdated dependency - Refactored query-string usage for resources into a utils file - Removed setImmediate, causing animation issues * Added source-map-explorer to analyze bundle size * Admin view and Map View toggle button to more easily build your saved resources page * Added a localstorage entry for hideFeedback to remind in a week, rather than on refresh * Fixed redux mutated state bug in CategoryList * Fixed mutating bug... again
- Loading branch information
1 parent
065f39d
commit 8b108a9
Showing
30 changed files
with
1,523 additions
and
1,770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ package-lock.json | |
|
||
# misc | ||
.DS_Store | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.