generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Task] [User Profile] useRef in Step1FormErrorHeader #145
Merged
shindigira
merged 25 commits into
85-dsr-userprofile
from
102-useref-user-profile-header
Jan 11, 2024
Merged
Changes from 8 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
bb72c45
feat: utilized useRef in Step1FormErrorHeader
shindigira ce62c0d
fix: lint errors
shindigira 723a628
Merge branch 'main' of github.com:cfpb/sbl-frontend into 102-useref-u…
shindigira 08e9818
chore: moved function to profileformutils
shindigira ef2cf34
feat: added back scroll animation to step1formerrorheader
shindigira 3755c93
chore: remove unused useref
shindigira 792c599
Merge branch 'main' of github.com:cfpb/sbl-frontend into 102-useref-u…
shindigira 6da8228
fix: removed unused var
shindigira e2707e4
refactor: added type to submitprofile
shindigira 14cc083
chore: pulled in 85 and fixed merge conflicts
shindigira 3c66a20
fix: resolved merge conflicts
shindigira c879e4c
fix: resolved conflicts 2
shindigira 8e5a831
revert: reverted to document.querySelector use
shindigira 4235401
fix: resolved merge conflicts
shindigira 2095f1e
Merge branch '85-dsr-userprofile' of github.com:cfpb/sbl-frontend int…
shindigira e7d551a
Merge branch '85-dsr-userprofile' of github.com:cfpb/sbl-frontend int…
shindigira 27b3f9e
Merge branch '85-dsr-userprofile' of github.com:cfpb/sbl-frontend int…
shindigira 1d95da5
style: merge conflicts fix
shindigira e9bbebc
rebased off of 85
shindigira b9b7f02
Merge branch '85-dsr-userprofile' of github.com:cfpb/sbl-frontend int…
shindigira e6c9095
fix: resolved merge conflicts
shindigira 3e996b2
fix: resolved merge conflicts
shindigira a7dd6f8
style: fix gray/red border
shindigira 9d66483
style: remove periods from error header text
shindigira d47bfe4
chore: removed class attribute
shindigira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the issue is solved, navigating should done this way. Using
window.location.href
causes a hard refresh.I'm keeping the comment here since it will eventually be uncommented.