forked from bloom-housing/bloom
-
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
Release/2024 02 12 v2 #476
Merged
Merged
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
ColinBuyck
reviewed
Feb 13, 2024
ColinBuyck
force-pushed
the
release/2024-02-12-v2
branch
from
February 15, 2024 01:06
cb2b76c
to
b222888
Compare
* feat: check if user is logged in * fix: clean up logs * fix: remove unneeded prop * fix: sign in before submit application test * fix: add feature toggle * fix: sign in before submitApplication tests * fix: fix test * fix: add feature flag to circleCI * fix: remove toggle * refactor: move redirect logic to ListingView
* fix: rough draft refactoring * fix: wip seeds card * fix: wip account updates * fix: account card styling * fix: wip status item styling * fix: edit screen adjustments * fix: css matched app view * fix: testing fixes * fix: getById chnage * fix: add plural copy fix * fix: json update * fix: remove tailwind * fix: font weight touches * fix: mantain translations * fix: reorganizing files * fix: svg updates * fix: current pswd translations * fix: unused css * fix: width needed * fix: css and heading updates * fix: account card updates * fix: partial new icon approach * fix: final tweaks * fix: no border figma matching
* fix: add divider width * fix: remove space
* feat: add sign-in copy for mandated accounts * refactor: signUpBenefits component * feat(component): allow classNames to be applied and overridden * feat: allow Sign Copy to be mobile responsive * feat: show and hide correct layout based on screen size * refactor: signUpBenefits component * fix: 3753 fix typescript errors * fix: fix null errors * fix: remove type cast * fix: fix import * fix: 3753 remove duplicate sign in form * fix: add feature toggle * fix: clean up sign-in page * fix: address issue with email input losing focus * fix: add feature toggle * fix: remvoe MA flag from circleCI * fix: sort strings * refactor: signUpBenefitsHeadingGroup component * fix: style fixes * fix: adjust padding * refactor: clean up classNames
* feat: redirect user after forget password email * refactor: parse query params as strings * feat: redirect user to application after create account * feat: confirmation Modal redirect * feat: redirect after resendConfirmation button * fix: add SHOW_MANDATED_ACCOUNTS var * refactor: check feature toggle first * fix: maintain default behavior when SHOW_MANDATED_ACCOUNTS is FALSE * refactor: remove bend feature toggle * refactor: add helper * refactor: helper function to generate email url * refactor: getListingRedirectUrl helper * style: cleanup * fix: cleanup
* feat: update copy strings * feat: update error strings * feat: add show password * feat: add form styling * feat: update form styling * fix: revert to previous password * fix: update strings * fix: remove tailwind apply * fix: use seeds Card * fix: update heading size * fix: use style variables * fix: alphabetize strings * fix: use CardSection * fix: use AccountCard * fix: remove strings * fix: update strings * fix: remove doorway env * fix: remove CardSection classNames * fix: remove input colors * fix: your name style * feat: make emailConfirmation optional on the user-create dto * fix: emailConfirmation optional * fix: add AccountCard styles * fix: change h2 * fix: override CardSection style with divider * fix: update divider * fix: style tweaks --------- Co-authored-by: Cade Wolcott <[email protected]>
* feat: create Sign Up Copy * fix: style fix * fix: reinstate success dto * fix: update icon margin --------- Co-authored-by: ColinBuyck <[email protected]> Co-authored-by: cliu02 <[email protected]>
* feat: mA-3752 feat: add SHOW_MANDATED_ACCOUNTS flag * fix: add feature flag to bloom public next config * fix: remove flag from partners
* fix: updates per Jesse feedback * fix: generalize application view * fix: heading level and typography updates * fix: confirmation page changes * fix: applications spacing changes * fix: no results updates * fix: update prisma typing * fix: back href * fix: final tweaks * fix: aligning mobile view and css class names * fix: remove testing line
Co-authored-by: Cade Wolcott <[email protected]> Co-authored-by: cliu02 <[email protected]> Co-authored-by: ColinBuyck <[email protected]>
ColinBuyck
force-pushed
the
release/2024-02-12-v2
branch
from
February 16, 2024 00:14
3884340
to
9dfad3f
Compare
@ColinBuyck @emilyjablonski Are there any pieces of follow-up work here I can help with? |
@ColinBuyck is this ready to be reviewed? |
Yep ⛱️ @ludtkemorgan! And with those testing fixes I just pushed, I think just helping with any PR feedback would be great @cade-exygy |
ludtkemorgan
approved these changes
Feb 20, 2024
YazeedLoonat
approved these changes
Feb 20, 2024
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.
LGTM!
YazeedLoonat
added
ready to merge
Should be applied when a PR has been reviewed and approved
and removed
1 review needed
labels
Feb 20, 2024
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.
Pull Request Template
Issue Overview
This PR addresses #issue
Description
Please include a summary of the change and which issue(s) is addressed. Please also include relevant motivation and context. List any dependencies that are required for this change.
How Can This Be Tested/Reviewed?
Provide instructions so we can review.
Describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration.
Checklist:
yarn generate:client
and/or created a migration if I made backend changes that require themReviewer Notes:
Steps to review a PR:
On Merge:
If you have one commit and message, squash. If you need each message to be applied, rebase and merge.