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
GH-1774/In-App Insights Promo #460
Merged
+492
−34
Factor plus promo modal rendering out to shared component. Implement …
2f912b7
Select commit
0f49440
Created modal UI
benstrumeyer 5f92023
Change feature language. Add exit button.
benstrumeyer b229c9d
Add insights modal that will appear if a user clicks 3x per day for 3…
benstrumeyer 3d24d70
Refactor insights modal into a component. Reshow modal after prompted…
benstrumeyer d57c5b3
Clean up insights modal code
benstrumeyer 2f7fcbc
Show plus promo modal on first view of Home view of each Hub session
wlycdgr e94a749
Stub out intro hub plus promo modal layout and implement its buttons
wlycdgr 894d742
Remove some unnecessary plus promo modal related CSS
wlycdgr ab4c58a
Continue adding styling for plus promo modal
wlycdgr 3cd79ce
Continue styling plus promo modal
wlycdgr b476ce1
Refactor plus promo modal CSS to improve alignment of elements
wlycdgr 4666877
Continue CSS work for plus promo modal
wlycdgr ff4d455
Implement recommended gold banner in plus promo modal
wlycdgr 446d137
Update and tweak plus promo modal design
wlycdgr 5afd2ce
Fix path bug in i18n-checker tool. Consolidate redundant entries in m…
wlycdgr 475143c
Additional consolidation of redundant and unused entries in messages
wlycdgr 2f912b7
Factor plus promo modal rendering out to shared component. Implement …
wlycdgr 6e7be93
Move Plus Promo modal rendering to a PlusPromoModal shared component.…
wlycdgr 41a08b1
Create ModalPromos background class responsible for modal promo relat…
wlycdgr 75fa2da
Add local state to Panel to make sure component rerenders after user …
wlycdgr 4329146
Make PromoModals code more robust
wlycdgr 66c1490
Factor PlusPromoModal rendering out to helper in Panel. Extend condit…
wlycdgr bb5d74d
Mark PromoModals methods as static. Refine PlusPromoModal implementat…
wlycdgr dd808b5
Add logic to hide plus promo modal from Insights subscribers. Cleanup…
wlycdgr a143c18
Clean up. Finish string localization in PlusPromoModal
wlycdgr 3795b25
Plug in insights modal into promo modal class
benstrumeyer cd467c8
GH-1777 and GH-1776 Plus Promo modals (#458)
wlycdgr 178ebf0
Consolidate insights promo with plus promo
benstrumeyer 4b7b84a
GH-1814/promo toggle (#453)
benstrumeyer 7fb7744
User can opt out of promotions
benstrumeyer 3697774
Remove empty SCSS class
benstrumeyer 2abb7cd
Add newlines
benstrumeyer be57477
Merge 8.4.5
benstrumeyer b0aa51b
Add hover effects
benstrumeyer 8231933
Refactor insights promo to use redux. Remove summary component code. …
benstrumeyer 3478857
Refactor hasEngagedFrequently to update in recordEngaged
benstrumeyer b490d7c
Refactor recordEngaged
benstrumeyer 0edc57c
Fix recordEngaged bug
benstrumeyer 14936c6
Fix font paths
wlycdgr 1d905aa
Remove unused font asset
wlycdgr
Merged
GH-1774/In-App Insights Promo #460
Factor plus promo modal rendering out to shared component. Implement …
Sep 26, 2019
Sep 27, 2019
Oct 8, 2019
Oct 8, 2019
Oct 9, 2019
Sep 16, 2019
Sep 16, 2019
Sep 17, 2019
Sep 17, 2019
Sep 18, 2019
Sep 20, 2019
Sep 20, 2019
Sep 23, 2019
Sep 27, 2019
Oct 1, 2019
Oct 2, 2019
Oct 6, 2019
Oct 7, 2019
Oct 7, 2019
Oct 8, 2019
Oct 8, 2019
Oct 8, 2019
Oct 8, 2019
Oct 9, 2019
Oct 9, 2019
Oct 16, 2019
Oct 16, 2019
Oct 18, 2019
Oct 18, 2019
Oct 18, 2019
Oct 18, 2019
Oct 18, 2019
Oct 18, 2019
Oct 21, 2019
Oct 23, 2019
Oct 23, 2019
Oct 24, 2019
Oct 24, 2019
Oct 24, 2019
Oct 24, 2019
2f912b7
Select commit
0f49440
Created modal UI
benstrumeyer 5f92023
Change feature language. Add exit button.
benstrumeyer b229c9d
Add insights modal that will appear if a user clicks 3x per day for 3…
benstrumeyer 3d24d70
Refactor insights modal into a component. Reshow modal after prompted…
benstrumeyer d57c5b3
Clean up insights modal code
benstrumeyer 2f7fcbc
Show plus promo modal on first view of Home view of each Hub session
wlycdgr e94a749
Stub out intro hub plus promo modal layout and implement its buttons
wlycdgr 894d742
Remove some unnecessary plus promo modal related CSS
wlycdgr ab4c58a
Continue adding styling for plus promo modal
wlycdgr 3cd79ce
Continue styling plus promo modal
wlycdgr b476ce1
Refactor plus promo modal CSS to improve alignment of elements
wlycdgr 4666877
Continue CSS work for plus promo modal
wlycdgr ff4d455
Implement recommended gold banner in plus promo modal
wlycdgr 446d137
Update and tweak plus promo modal design
wlycdgr 5afd2ce
Fix path bug in i18n-checker tool. Consolidate redundant entries in m…
wlycdgr 475143c
Additional consolidation of redundant and unused entries in messages
wlycdgr 2f912b7
Factor plus promo modal rendering out to shared component. Implement …
wlycdgr 6e7be93
Move Plus Promo modal rendering to a PlusPromoModal shared component.…
wlycdgr 41a08b1
Create ModalPromos background class responsible for modal promo relat…
wlycdgr 75fa2da
Add local state to Panel to make sure component rerenders after user …
wlycdgr 4329146
Make PromoModals code more robust
wlycdgr 66c1490
Factor PlusPromoModal rendering out to helper in Panel. Extend condit…
wlycdgr bb5d74d
Mark PromoModals methods as static. Refine PlusPromoModal implementat…
wlycdgr dd808b5
Add logic to hide plus promo modal from Insights subscribers. Cleanup…
wlycdgr a143c18
Clean up. Finish string localization in PlusPromoModal
wlycdgr 3795b25
Plug in insights modal into promo modal class
benstrumeyer cd467c8
GH-1777 and GH-1776 Plus Promo modals (#458)
wlycdgr 178ebf0
Consolidate insights promo with plus promo
benstrumeyer 4b7b84a
GH-1814/promo toggle (#453)
benstrumeyer 7fb7744
User can opt out of promotions
benstrumeyer 3697774
Remove empty SCSS class
benstrumeyer 2abb7cd
Add newlines
benstrumeyer be57477
Merge 8.4.5
benstrumeyer b0aa51b
Add hover effects
benstrumeyer 8231933
Refactor insights promo to use redux. Remove summary component code. …
benstrumeyer 3478857
Refactor hasEngagedFrequently to update in recordEngaged
benstrumeyer b490d7c
Refactor recordEngaged
benstrumeyer 0edc57c
Fix recordEngaged bug
benstrumeyer 14936c6
Fix font paths
wlycdgr 1d905aa
Remove unused font asset
wlycdgr