-
Notifications
You must be signed in to change notification settings - Fork 38
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
DCXY-19397: Don't pre-render dropzone when l2 limit is hit and upsell is shown #490
Conversation
Co-authored-by: Adam Peller <[email protected]>
…nd returning user check anymore
Co-authored-by: Adam Peller <[email protected]>
Hello, I'm the AEM Code Sync Bot and I will run some test suites that validate the page speed.
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## stage #490 +/- ##
==========================================
- Coverage 99.44% 99.34% -0.11%
==========================================
Files 26 26
Lines 2878 2894 +16
==========================================
+ Hits 2862 2875 +13
- Misses 16 19 +3 ☔ View full report in Codecov by Sentry. |
@@ -113,7 +113,17 @@ const verbRedirMap = { | |||
'number-pages': 'number', | |||
}; | |||
|
|||
const exhLimitCookieMap = { | |||
'createpdf': 'cr_p_c_e', |
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.
🚫 [eslint] <quote-props> reported by reviewdog 🐶
Unnecessarily quoted property 'createpdf' found.
'createpdf': 'cr_p_c_e', | |
createpdf: 'cr_p_c_e', |
|
closing in favor of #489 |
DC Web will keep a set of cookies for when a limit has been reached. We can check this cookie to predict whether an upsell will be shown and only pre-render the dropzone if that cookie is not set.
merged from kbenelli-adobe:DCXY-19397-New
@kbenelli-adobe