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

feat: notify component image replaced #5124

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

roger-in-kiva
Copy link
Collaborator

  • notify component image replaced

@roger-in-kiva roger-in-kiva merged commit b0a0446 into main Jan 11, 2024
5 checks passed
@roger-in-kiva roger-in-kiva deleted the ACK-906_replace_notify_component_image branch January 11, 2024 17:55
kiva-robot added a commit that referenced this pull request Jan 16, 2024
## [2.724.0-rc.1](v2.723.0...v2.724.0-rc.1) (2024-01-16)

### 🎉 New Features

* ability to attribute a loan to a team from cookie value ([2812e72](2812e72))
* add baseline otel auto-instrumentation config ([644b15a](644b15a))
* add lender images to team activity ([d4f748a](d4f748a))
* add link back to team challenge page ([28cca99](28cca99))
* add tracking to teams page buttons ([7880334](7880334))
* challenge cta image replaced ([#5123](#5123)) ([3bfcf3d](3bfcf3d))
* clean up cookie for team challenge in basket item after using ([a2548e2](a2548e2))
* clear challenge cookie after completed checkout, added unit testing ([e51bca9](e51bca9))
* create donation banner type ([672d921](672d921))
* get goal info within prefetch ([517964e](517964e))
* notify component image replaced ([#5124](#5124)) ([b0a0446](b0a0446))
* notify me component ([a6ad481](a6ad481))
* redirect lender that has lent to the borrower to its legacy page when it is no longer in fundraising state ([95c7cd7](95c7cd7))
* redirect portfolio CTA to new team challenge page ([42c9870](42c9870))
* small styling revision on teams cta ([a960ea7](a960ea7))
* teams challenge cta on teams page ([c7009bd](c7009bd))

### 🐛 Bugfixes

* add config for custom host local dev ([c62f65c](c62f65c))
* add event to notify me cta and add secondary bg ([0e9e3b2](0e9e3b2))
* add optional env var to disable otel sdk ([0e70ec0](0e70ec0))
* add sentry trace rate config defaults ([13ac855](13ac855))
* add trace + metric exporters ([0068f5b](0068f5b))
* allow configuration for otel endpoint ([cdf1bf5](cdf1bf5))
* also clear cookie on removal from basket ([c76f76a](c76f76a))
* apollo error ([0206295](0206295))
* change tracking events values ([f774c0a](f774c0a))
* check for name before operating on it, default to empty string ([da209ab](da209ab))
* cleanup linting errors ([0006eb9](0006eb9))
* conflicts ([4406f3c](4406f3c))
* convert indentation to spaces ([34ed9db](34ed9db))
* eslint ([3eee557](3eee557))
* eslint and wrong formed urls ([9dc530b](9dc530b))
* events values ([98e70a8](98e70a8))
* get teamId ([815218c](815218c))
* gql whitespace ([ac0c4b4](ac0c4b4))
* hide lender avatars in mobile ([ffc3bc0](ffc3bc0))
* hide notify me component when loan doesnt belong to a challenge ([c5b9956](c5b9956))
* iterable url ([48c919b](48c919b))
* lint ([f786b5f](f786b5f))
* my teams link in portfolio ([76e8bb1](76e8bb1))
* notify icon size updated ([#5125](#5125)) ([d04575d](d04575d))
* only show avatars in desktop ([4adf0ff](4adf0ff))
* remove text padding in mobile ([324bb89](324bb89))
* remove unnecesary prop reference ([3ccca2b](3ccca2b))
* remove unnecessary mark ([e1394f8](e1394f8))
* remove unnecessary package, reduce origins to only our domain ([b973a6f](b973a6f))
* safe programming ([f1ce83f](f1ce83f))
* styling issues with photos ([4ad67cd](4ad67cd))
* teamsGoals query by adding id for image ([e157896](e157896))
* tracking format in View challenge button ([8a3a20b](8a3a20b))
* upgrade sentry ([2247d42](2247d42))
* use dev iterable list for testing and replace icon for materialUI ([b3e2fcd](b3e2fcd))
* user that has lent to a borrower was not being redirected due to amountLeft being not zero ([88d7b05](88d7b05))
* wrapping donation banner headline ([9e57883](9e57883))

### 🪚 Refactors

* methods to get loans and team id ([072bc57](072bc57))
* remove old donate pages code since they are now handled by cps ([6ecca6b](6ecca6b))
* use loan declaration for lentTo variable ([ca91daf](ca91daf))

### 🔍 Tests

* ensure teams are loaded on Checkout Page to get forceTeamId ([bd1ea4a](bd1ea4a))
* getting goal info before page loads ([90b5ca1](90b5ca1))
@kiva-robot
Copy link
Collaborator

🎉 This PR is included in version 2.724.0-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

kiva-robot added a commit that referenced this pull request Jan 17, 2024
## [2.724.0](v2.723.0...v2.724.0) (2024-01-17)

### 🎉 New Features

* ability to attribute a loan to a team from cookie value ([2812e72](2812e72))
* add baseline otel auto-instrumentation config ([644b15a](644b15a))
* add lender images to team activity ([d4f748a](d4f748a))
* add link back to team challenge page ([28cca99](28cca99))
* add tracking to teams page buttons ([7880334](7880334))
* challenge cta image replaced ([#5123](#5123)) ([3bfcf3d](3bfcf3d))
* clean up cookie for team challenge in basket item after using ([a2548e2](a2548e2))
* clear challenge cookie after completed checkout, added unit testing ([e51bca9](e51bca9))
* create donation banner type ([672d921](672d921))
* get goal info within prefetch ([517964e](517964e))
* notify component image replaced ([#5124](#5124)) ([b0a0446](b0a0446))
* notify me component ([a6ad481](a6ad481))
* redirect lender that has lent to the borrower to its legacy page when it is no longer in fundraising state ([95c7cd7](95c7cd7))
* redirect portfolio CTA to new team challenge page ([42c9870](42c9870))
* small styling revision on teams cta ([a960ea7](a960ea7))
* teams challenge cta on teams page ([c7009bd](c7009bd))

### 🐛 Bugfixes

* add config for custom host local dev ([c62f65c](c62f65c))
* add event to notify me cta and add secondary bg ([0e9e3b2](0e9e3b2))
* add optional env var to disable otel sdk ([0e70ec0](0e70ec0))
* add sentry trace rate config defaults ([13ac855](13ac855))
* add trace + metric exporters ([0068f5b](0068f5b))
* allow configuration for otel endpoint ([cdf1bf5](cdf1bf5))
* also clear cookie on removal from basket ([c76f76a](c76f76a))
* apollo error ([0206295](0206295))
* basketItem test ([fc0a19d](fc0a19d))
* change tracking events values ([f774c0a](f774c0a))
* check for name before operating on it, default to empty string ([da209ab](da209ab))
* cleanup linting errors ([0006eb9](0006eb9))
* conflicts ([4406f3c](4406f3c))
* convert indentation to spaces ([34ed9db](34ed9db))
* ensure forceTeamId is not overwritten by undefined value ([d530146](d530146))
* eslint ([3eee557](3eee557))
* eslint and wrong formed urls ([9dc530b](9dc530b))
* events values ([98e70a8](98e70a8))
* get teamId ([815218c](815218c))
* gql whitespace ([ac0c4b4](ac0c4b4))
* hide lender avatars in mobile ([ffc3bc0](ffc3bc0))
* hide notify me component when loan doesnt belong to a challenge ([c5b9956](c5b9956))
* iterable url ([48c919b](48c919b))
* lint ([f786b5f](f786b5f))
* mutate loan reservation on mounted ([a8c5334](a8c5334))
* my teams link in portfolio ([76e8bb1](76e8bb1))
* notify icon size updated ([#5125](#5125)) ([d04575d](d04575d))
* only show avatars in desktop ([4adf0ff](4adf0ff))
* remove text padding in mobile ([324bb89](324bb89))
* remove unnecesary prop reference ([3ccca2b](3ccca2b))
* remove unnecessary mark ([e1394f8](e1394f8))
* remove unnecessary package, reduce origins to only our domain ([b973a6f](b973a6f))
* safe programming ([f1ce83f](f1ce83f))
* styling issues with photos ([4ad67cd](4ad67cd))
* team attribution tests ([a15bc06](a15bc06))
* teamsGoals query by adding id for image ([e157896](e157896))
* test ([2a53a4e](2a53a4e))
* tracking format in View challenge button ([8a3a20b](8a3a20b))
* upgrade sentry ([2247d42](2247d42))
* use dev iterable list for testing and replace icon for materialUI ([b3e2fcd](b3e2fcd))
* user that has lent to a borrower was not being redirected due to amountLeft being not zero ([88d7b05](88d7b05))
* wrapping donation banner headline ([9e57883](9e57883))

### 🪚 Refactors

* methods to get loans and team id ([072bc57](072bc57))
* remove old donate pages code since they are now handled by cps ([6ecca6b](6ecca6b))
* use loan declaration for lentTo variable ([ca91daf](ca91daf))

### 🔍 Tests

* ensure teams are loaded on Checkout Page to get forceTeamId ([bd1ea4a](bd1ea4a))
* getting goal info before page loads ([90b5ca1](90b5ca1))

### 🧹 Chores

* **release:** 2.724.0-rc.1 [skip ci] ([52365e4](52365e4)), closes [#5123](#5123) [#5124](#5124) [#5125](#5125)
* **release:** 2.724.0-rc.2 [skip ci] ([d0577fc](d0577fc))
kiva-robot added a commit that referenced this pull request Jan 17, 2024
## [2.724.0](v2.723.0...v2.724.0) (2024-01-17)

### 🎉 New Features

* ability to attribute a loan to a team from cookie value ([2812e72](2812e72))
* add baseline otel auto-instrumentation config ([644b15a](644b15a))
* add lender images to team activity ([d4f748a](d4f748a))
* add link back to team challenge page ([28cca99](28cca99))
* add tracking to teams page buttons ([7880334](7880334))
* challenge cta image replaced ([#5123](#5123)) ([3bfcf3d](3bfcf3d))
* clean up cookie for team challenge in basket item after using ([a2548e2](a2548e2))
* clear challenge cookie after completed checkout, added unit testing ([e51bca9](e51bca9))
* create donation banner type ([672d921](672d921))
* get goal info within prefetch ([517964e](517964e))
* notify component image replaced ([#5124](#5124)) ([b0a0446](b0a0446))
* notify me component ([a6ad481](a6ad481))
* redirect lender that has lent to the borrower to its legacy page when it is no longer in fundraising state ([95c7cd7](95c7cd7))
* redirect portfolio CTA to new team challenge page ([42c9870](42c9870))
* small styling revision on teams cta ([a960ea7](a960ea7))
* teams challenge cta on teams page ([c7009bd](c7009bd))

### 🐛 Bugfixes

* add config for custom host local dev ([c62f65c](c62f65c))
* add event to notify me cta and add secondary bg ([0e9e3b2](0e9e3b2))
* add optional env var to disable otel sdk ([0e70ec0](0e70ec0))
* add sentry trace rate config defaults ([13ac855](13ac855))
* add trace + metric exporters ([0068f5b](0068f5b))
* allow configuration for otel endpoint ([cdf1bf5](cdf1bf5))
* also clear cookie on removal from basket ([c76f76a](c76f76a))
* apollo error ([0206295](0206295))
* basketItem test ([fc0a19d](fc0a19d))
* change tracking events values ([f774c0a](f774c0a))
* check for name before operating on it, default to empty string ([da209ab](da209ab))
* cleanup linting errors ([0006eb9](0006eb9))
* conflicts ([4406f3c](4406f3c))
* convert indentation to spaces ([34ed9db](34ed9db))
* ensure forceTeamId is not overwritten by undefined value ([d530146](d530146))
* eslint ([3eee557](3eee557))
* eslint and wrong formed urls ([9dc530b](9dc530b))
* events values ([98e70a8](98e70a8))
* get teamId ([815218c](815218c))
* gql whitespace ([ac0c4b4](ac0c4b4))
* hide lender avatars in mobile ([ffc3bc0](ffc3bc0))
* hide notify me component when loan doesnt belong to a challenge ([c5b9956](c5b9956))
* iterable url ([48c919b](48c919b))
* lint ([f786b5f](f786b5f))
* mutate loan reservation on mounted ([a8c5334](a8c5334))
* my teams link in portfolio ([76e8bb1](76e8bb1))
* notify icon size updated ([#5125](#5125)) ([d04575d](d04575d))
* only show avatars in desktop ([4adf0ff](4adf0ff))
* remove text padding in mobile ([324bb89](324bb89))
* remove unnecesary prop reference ([3ccca2b](3ccca2b))
* remove unnecessary mark ([e1394f8](e1394f8))
* remove unnecessary package, reduce origins to only our domain ([b973a6f](b973a6f))
* safe programming ([f1ce83f](f1ce83f))
* styling issues with photos ([4ad67cd](4ad67cd))
* team attribution tests ([a15bc06](a15bc06))
* teamsGoals query by adding id for image ([e157896](e157896))
* test ([2a53a4e](2a53a4e))
* tracking format in View challenge button ([8a3a20b](8a3a20b))
* upgrade sentry ([2247d42](2247d42))
* use dev iterable list for testing and replace icon for materialUI ([b3e2fcd](b3e2fcd))
* user that has lent to a borrower was not being redirected due to amountLeft being not zero ([88d7b05](88d7b05))
* wrapping donation banner headline ([9e57883](9e57883))

### 🪚 Refactors

* methods to get loans and team id ([072bc57](072bc57))
* remove old donate pages code since they are now handled by cps ([6ecca6b](6ecca6b))
* use loan declaration for lentTo variable ([ca91daf](ca91daf))

### 🔍 Tests

* ensure teams are loaded on Checkout Page to get forceTeamId ([bd1ea4a](bd1ea4a))
* getting goal info before page loads ([90b5ca1](90b5ca1))

### 🧹 Chores

* **release:** 2.724.0-rc.1 [skip ci] ([52365e4](52365e4)), closes [#5123](#5123) [#5124](#5124) [#5125](#5125)
* **release:** 2.724.0-rc.2 [skip ci] ([d0577fc](d0577fc))
@kiva-robot
Copy link
Collaborator

🎉 This PR is included in version 2.724.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants