-
Notifications
You must be signed in to change notification settings - Fork 57
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
Added support for node 22.x on backend and shared folder, wip #931
Draft
wickathou
wants to merge
15
commits into
hackjunction:upgrade/backend
Choose a base branch
from
wickathou:test/node-update
base: upgrade/backend
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Added support for node 22.x on backend and shared folder, wip #931
wickathou
wants to merge
15
commits into
hackjunction:upgrade/backend
from
wickathou:test/node-update
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
…ove them and then redo the styles
…th node 22 Debugged multiple version conflicts Modified event edit changed comparison to use lodash isEqual to compare objects too
Modified MUI to use latest stable instead of next version Added @redux/toolkit to replace redux core with latest Added @babel/core and removed depreciated babel-eslint Temporarily disabled or commented code for debugging Updated App.js to use BrowserRouter Started migration of routes to new react router Removed browser history sync between react router and redux while migrating Started removing makeStyles Added multiple console logs for debugging Replaced push from connected-react-router with navigate
wickathou
changed the title
Added support for node 14.x on backend and shared folder, wip
Added support for node 22.x on backend and shared folder, wip
Jul 10, 2024
Debugged login and contact page routing to work using react-router-dom v6 Updated global navbar to use Link instead of a tag for home page Modified UserMenu navigation to login page to pass next route via router state Removed unnecesary use of useCallback and useEffect from callback page Added next route navigation on callback page via router state to return users to the page they were in after login or first time sign up Modified contact page back button navigation to use the useNavigation hook Improved sendEmail function on contact page to properly verify that mandatory fields are filled Fix issue on contact page that caused the form to clear all fields even if the email failed to be sent Commented unnused hackerpack section from home page Implemented useNavigation on home page to remove the use of connected-react-router push function Commented multiple instances of unnused code Modified welcome page to use default MUI text fields and checkbox components Fixed welcome to send user to next route from router state
Renabled organizer router and dashboard Updated tailwind classes missing tw- suffix Updated contact us page to prefill fields if user is logged in Added multiple debugging console logs
Renabled organise dashboard for edit, manage and alerts Disabled all organise/edit routes for refactoring Modified redux store to test RTK queries Modified async actions to use asyncThunk Modified reducer logic to use asyncThunk statuses with the handleBuilder logic
Updated multiple tailwind classes missing tw- prefix Renabled markdown to render styles properly\ Removed multiple instances makeStyle and withStyles Renabled all organiser tabs Renabled all organiser/edit tabs Renabled all organiser/participants tabs Updated all organiser redux async actions to use createAsyncThunk Disabled junctionStyle theme to remove makeStyles errors when using theme
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.
No description provided.