Issue #19 🎫: Refactor to migrate es6 FC to es5 FC - and - Fix 'LikeButton' UI FC non-persistend liked style #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Summary for Issue #19 Completion
Overview:
Changes Made:
Added:
Modified:
/package.json
/package-lock.json
gh-pages
version from 5.0.0 to 6.1.1.The following components were refactored from ES6 fat arrow functions to ES5 functions:
/src/components/UI/*
ContactForm.tsx
.ExpertiseLinks.tsx
.FileTabsNavbar.tsx
.LineCount.tsx
.Navbar.tsx
.SplideCarousel.tsx
.SplideCarouselSlide.tsx
.LikeButton.tsx
.liked
style class when the user clicks on it./src/components/animations/*
AccessPageVideo.tsx
.Drone.tsx
.FloatingAstronaut.tsx
./src/components/pages/*
AboutPage.tsx
.AccessPage.tsx
.ContactPage.tsx
.HomePage.tsx
.ExpertiseSummaryPage.tsx
.NotFoundPage.tsx
.ProjectsPage.tsx
.Deleted/Renamed
Impact:
Testing:
Related Issues:
Dependencies:
Additional Notes: