-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add aspectRatio to constants object and add initialStates object cont…
…aining home and contactForm objects to _config.js, import @emailjs/browser into, import config.appFont into, refactor dimVeil and rename to fluctuateVeilOpacity in, refactor onHold for maintainability in, create isEmailValid in, create isNameValid in, create updateContactForm in, create submitContactForm in, remove call to utils.throttle from autoSwitchEyePosition in, create getTimeString in, create getStylesForAudioPlayer in, create getStylesAndRenderingVariablesForCloud in, getStylesClassNamesAndRenderingVariablesForContactForm in, create getStylesForFace in, create getStylesAndClassNamesForInfoSheet in, create getStylesForRipple in, create getStylesAndClassNamesForSocialMenu in, create getStylesAndClassNamesForSocialMenuLabels in, create getStylesForTrack in, create getStylesForVeil in and extend parseAndRenderPhotoData to include loadingElement and brokenElement props in _utils.js, create styles and keyframes for markup passed to loadingElement in parseAndRenderPhotoData of _utils.js in App.css, move initialState into _config from, add renderTracks and setCurrentTrack cases to the reducer of, remove allTracks, currentTrack, leftColumnTracks, rightColumnTracks and titleColumnsMargin cases from the reducer of, remove selectTrack and renderTracks functions from, add useEffect to automatically recompute track columns when state of tracks or currentTrack changes, replace allTracks and selectTrack props from AudioPlayer and replace with dispatch prop in, and update annotations to Home.js, refactor AudioPlayer.js to a functional component, move styling and rendering logic to utils.getStylesAndRenderingVariablesForCloud from Cloud.js, refactor ContactForm.js to a functional component, move styling logic to utils.getStylesForFace from Face.js, move styling logic to utils.getStylesAndClassNamesForInfoSheet from InfoSheet.js, move styling logic to utils.getStylesForRipple from Ripple.js, refactor SingleTrack.js to a functional component, move styling logic to utils.getStylesAndClassNamesForSocialMenu from SocialMenu.js, move styling logic to utils.getStylesAndClassNamesForSocialMenuLabels from SocialMenuLabels.js, move styling logic from utils.getStylesForTrack from Track.js, move styling logic from utils.getStylesForVeil from Veil.js, import App.css into index.js, and remove email-validator dependency from package.json and package-lock.json
- Loading branch information
Showing
20 changed files
with
3,064 additions
and
2,913 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.