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

Sync costco figo changes to develop #299

Merged
merged 17 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Feature/pm 375 costco figo promo (#294)
* Initial setup for Costco Figo campaign

* PM-367: Added form and summary logic accomodating promo requirements

* PM-367: Updated logic based on multipet and active promo

* PM-367: Added checks on multipet to identify if we need to clear cookie and data

* PM-367: Added method to disable field, prevent any mouse interactions and disable focus

* PM-367: Added nullish checks on summary page

* PM-367: removing edits to eslint

* PM-367: Adding env config for service

* PM-367: Updated config to proxy service

* PM-367: moving reset method into costo-promo.js

* PM-367: adding removed comment back

* PM-367: remove unnecessary additional check on policyId

* PM-698: update redirect logic (#284) (#286)

* PM-367: Updating subid value for costco figo

* PM-375: Removing type from eligibility rules

* PM-375: Adding console logs for testing

* PM-375: Rename localStorage key for promo

* PM-375: Adding annotations

* PM-375: remove console logs used for testing

* PM-375: add additional css prop for safari to prevent user-select on disabled field

---------

Co-authored-by: hero-dokane <46008504+hero-dokane@users.noreply.github.com>
  • Loading branch information
pgilmore-phi and hero-dokane authored Nov 27, 2024
commit 7a6cf48b7f64c6ded966e0522bcbdcd6b2670f6b
2 changes: 2 additions & 0 deletions blocks/plans-quote/plans-quote.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ main .plans-quote form input:not(:placeholder-shown)~label {

main .plans-quote form .wrapper.disabled-field > input {
cursor: not-allowed;
cursor: unset;
pointer-events: none;
user-select: none;
-webkit-user-select: none;
position: relative;
}

Expand Down