-
Notifications
You must be signed in to change notification settings - Fork 26
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: use primary tag variants in partners #3632
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
✅ Deploy Preview for bloom-demo-public ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
emilyjablonski
added
the
1 review needed
Requires 1 more review before ready to merge
label
Aug 31, 2023
✅ Deploy Preview for bloom-partners-listings-approval ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for bloom-exygy-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ludtkemorgan
approved these changes
Sep 1, 2023
ludtkemorgan
added
ready to merge
Should be applied when a PR has been reviewed and approved
and removed
1 review needed
Requires 1 more review before ready to merge
labels
Sep 1, 2023
emilyjablonski
added a commit
to metrotranscom/doorway
that referenced
this pull request
Sep 1, 2023
ludtkemorgan
pushed a commit
to housingbayarea/bloom
that referenced
this pull request
Sep 5, 2023
ludtkemorgan
added a commit
to housingbayarea/bloom
that referenced
this pull request
Sep 6, 2023
* chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (bloom-housing#3522) * chore(deps): bump fast-xml-parser from 4.1.3 to 4.2.4 (bloom-housing#3500) * chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 (bloom-housing#3354) * fix: remove updated_at field from listing details page (bloom-housing#3527) * feat: uptake field value v2 (bloom-housing#3509) * fix: partners listings table sort by status (bloom-housing#3576) * fix: add sorting by status * fix: change default sort to status * fix: default sorting by status * fix: sort by application when the same status * fix: orderBy test using default value * fix: trigger backend sorting on initial load * fix: add unsort icon to indicate that column might be sorted * test: rollback test changes * fix: use enums to order by status * chore: upgrade uic * refactor: use new seeds tag component (bloom-housing#3597) * feat: submit for approval flow (bloom-housing#3598) * fix: cors origin deploy preview issues (bloom-housing#3564) * fix: update label for monthly minimum income (bloom-housing#3609) * feat: update label for monthly minimum income * fix: change string to Minimum Monthly Income * feat: listings approval superadmin flow (bloom-housing#3611) * fix: add backend url validation for url fields (bloom-housing#3568) * fix: add backend url validation for url fields * fix: validate only if externalUrl should be URL * fix: use form values for application types on failed form submit * fix: hide url field when no digital application * fix: set proper default value to common digital application choice * fix: add hasHttps decorator for second error variant * fix: add four and five bedrooms keys to sort array (bloom-housing#3618) * fix: sort table with listings approval statuses (bloom-housing#3622) * test: add listings approval cypress tests (bloom-housing#3612) * feat: listings approval emails (bloom-housing#3600) * fix: use primary tag variants in partners (bloom-housing#3632) * fix: amiPercentage being unset on unit edit (bloom-housing#3635) --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Krzysztof Zięcina <kziecina@airnauts.com> Co-authored-by: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com> Co-authored-by: ColinBuyck <53269332+ColinBuyck@users.noreply.github.com> Co-authored-by: Yazeed Loonat <YazeedLoonat@gmail.com>
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 #3633
Description
Currently in partners for status tags, we are sometimes using the light primary variant and sometimes the darker secondary variant. We need to use the lighter primary version everywhere in partners for status tags.
How Can This Be Tested/Reviewed?
Ensure when a listing is in an open or closed state that the pill is the primary / lighter version.
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.