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

PM-375: Costco Figo Promotion - added price comment for promo #298

Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8930264
Initial setup for Costco Figo campaign
pgilmore-phi Nov 5, 2024
fad21e1
PM-367: Added form and summary logic accomodating promo requirements
pgilmore-phi Nov 12, 2024
d571a13
PM-367: Updated logic based on multipet and active promo
pgilmore-phi Nov 13, 2024
0ae6703
PM-367: Added checks on multipet to identify if we need to clear cook…
pgilmore-phi Nov 14, 2024
cf38e7f
PM-367: Added method to disable field, prevent any mouse interactions…
pgilmore-phi Nov 14, 2024
d2bd9b7
PM-367: Added nullish checks on summary page
pgilmore-phi Nov 14, 2024
27ad70f
PM-367: removing edits to eslint
pgilmore-phi Nov 14, 2024
9653907
PM-367: Adding env config for service
pgilmore-phi Nov 18, 2024
a9c6134
PM-367: Updated config to proxy service
pgilmore-phi Nov 19, 2024
cb7239f
PM-367: moving reset method into costo-promo.js
pgilmore-phi Nov 20, 2024
19d789f
PM-367: adding removed comment back
pgilmore-phi Nov 20, 2024
b3268c2
PM-367: remove unnecessary additional check on policyId
pgilmore-phi Nov 21, 2024
ac02c8f
PM-698: update redirect logic (#284) (#286)
hero-dokane Nov 21, 2024
c6c7f0d
PM-367: Updating subid value for costco figo
pgilmore-phi Nov 25, 2024
8d749c8
Merge branch 'release/costco-figo-promotion' into feature/PM-367-cost…
pgilmore-phi Nov 25, 2024
c6b6094
Merge remote-tracking branch 'origin/main' into feature/PM-375-costco…
pgilmore-phi Nov 25, 2024
165d105
PM-375: Removing type from eligibility rules
pgilmore-phi Nov 25, 2024
8ffe702
PM-375: Adding console logs for testing
pgilmore-phi Nov 26, 2024
cc72924
PM-375: Rename localStorage key for promo
pgilmore-phi Nov 26, 2024
805f855
PM-375: Adding annotations
pgilmore-phi Nov 26, 2024
2badae5
PM-375: remove console logs used for testing
pgilmore-phi Nov 26, 2024
a1504eb
PM-375: add additional css prop for safari to prevent user-select on …
pgilmore-phi Nov 27, 2024
8e64238
PM-375: Added additional promo price comment key value used on condit…
pgilmore-phi Dec 4, 2024
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
PM-375: add additional css prop for safari to prevent user-select on …
…disabled field
  • Loading branch information
pgilmore-phi committed Nov 27, 2024
commit a1504eb855d7da0f78bc0dcbd2570efddb981e50
2 changes: 2 additions & 0 deletions blocks/plans-quote/plans-quote.css
Original file line number Diff line number Diff line change
@@ -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;
}