Skip to content
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
merged 37 commits into from
May 5, 2024

Conversation

ballyalley-o
Copy link
Owner

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

…erializableCheck and immutableCheck configuration in store.ts):
…imports and links in navbar and nav-drawer files
…t.ts (moved typography variants to variants.)
src/section/bootcamp/bootcamp-card.tsx Show resolved Hide resolved
src/section/bootcamp/view/view.tsx Show resolved Hide resolved
@ballyalley-o ballyalley-o merged commit 65bbd56 into development May 5, 2024
1 check passed
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