-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix performance issue with SerializableStateInvariantMiddleware #162
Merged
ballyalley-o
merged 37 commits into
development
from
other/TCCP157-bootcamp-details-page
May 5, 2024
Merged
Fix performance issue with SerializableStateInvariantMiddleware #162
ballyalley-o
merged 37 commits into
development
from
other/TCCP157-bootcamp-details-page
May 5, 2024
Conversation
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
…erializableCheck and immutableCheck configuration in store.ts):
…dd related files
…imports and links in navbar and nav-drawer files
…t.ts (moved typography variants to variants.)
…nents to Dashboard page
…oc) #161: refactor asset location utilities
… and AppFooter components
This was
linked to
issues
May 5, 2024
Closed
in-a-iii
approved these changes
May 5, 2024
ballyalley-o
added a commit
that referenced
this pull request
May 5, 2024
Merge pull request #162 from ballyalley-o/other/TCCP157-bootcamp-deta…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes issue #159.
The SerializableStateInvariantMiddleware was causing a warning from redux-toolkit due to its slow performance. This pull request fixes the issue by updating the configuration in store.ts to fix the serializableCheck and immutableCheck settings.
Add Back Button component
Fixes issue #160.
This pull request adds a BackButton component and related files to the client codebase.
Add Dashboard Layout feature
Fixes issue #123.
This pull request adds a Dashboard layout to the app, making it clean and easy to add layout switching. It includes the AppLayout component and related files.
Refactor asset location utilities
Fixes issue #161.
This pull request refactors the asset location utilities to accept the fields instead of the bootcamp object.
Implement Details page for Bootcamps