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

Revise Jetpack connection agreement text to comply with our User Agreement #28403

Merged
merged 41 commits into from
Feb 27, 2023
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5952aa5
[not verified] Update Jetpack connection aggrement text position
vikneshwar Jan 16, 2023
4052b01
[not verified] changelog
vikneshwar Jan 16, 2023
7d671c9
[not verified] Update Jetpack connection aggrement text position - fi…
vikneshwar Jan 17, 2023
adfc6a0
[not verified] Re-write selector to click 'Get Started' button instea…
Jan 24, 2023
29f0f73
[not verified] Update Jetpack boost agreement text position.
Jan 25, 2023
7f90837
[not verified] Fix typo in terms of service class name: should be 'to…
Jan 25, 2023
2563d16
[not verified] Create a new shared TermsOfService component in jetpac…
Feb 9, 2023
82417f9
[not verified] Replace js-packages/connection ToS with new shared com…
Feb 9, 2023
012baef
[not verified] Add translation for Jetpack Boost product name (as els…
Feb 9, 2023
408821f
[not verified] Replace Jetpack Boost ToS with shared component
Feb 9, 2023
22cb4fa
[not verified] Remove props.children reference from ConnectButton (ne…
Feb 9, 2023
d58f104
[not verified] Replace Social plugin ToS with shared component
Feb 9, 2023
27d3b4b
[not verified] Replace ToS on pricing card/table with shared component
Feb 9, 2023
9877fbc
[not verified] Replace connection screen ToS with shared component
Feb 9, 2023
055998d
[not verified] Refine TermsOfServiceProps to show mutual exclusivity
Feb 9, 2023
73e1207
[not verified] Update vertical spacing on ConnectScreen
Feb 9, 2023
3b3ce57
[not verified] Boost: Keep icon the same size for all checklist items
Feb 9, 2023
409c7ff
[not verified] Boost: Emulate Jetpack ConnectScreen styling on connec…
Feb 9, 2023
39c3a23
[not verified] Add unit tests for TermsOfService component
Feb 9, 2023
e3d0f53
[not verified] Remove unnecessary mock in unit tests
Feb 9, 2023
e6f8432
[not verified] Re-add children prop to PricingCardProps (rebase mistake)
Feb 10, 2023
fcc844a
[not verified] Decrease max width of Boost connection button
Feb 10, 2023
a0e222f
[not verified] Add CSS classes to TermsOfService component
Feb 10, 2023
b6bfe3a
[not verified] Add default styles for TermsOfService component
Feb 10, 2023
b8065d8
[not verified] Auto-format changes to pricing table styles
Feb 10, 2023
22cb266
[not verified] Change checklist icon color declaration to render corr…
Feb 10, 2023
e6e9494
[not verified] Boost: Update terms of service styling
Feb 10, 2023
767b86f
[not verified] Add classNames property to TermsOfService
Feb 10, 2023
5b585d4
[not verified] Adjust vertical spacing for Terms of Service on shared…
Feb 10, 2023
121ce0b
[not verified] Social: Adjust vertical spacing for terms of service a…
Feb 10, 2023
3640294
[not verified] Refactor TermsOfService for readability
Feb 10, 2023
54ce133
[not verified] Standardize padding and margin with --spacing-base
Feb 13, 2023
a63759c
[not verified] Position pricing card more specifically and prevent ho…
Feb 13, 2023
58b10ff
[not verified] Add specifier to 'Log In' button to prevent upstream s…
Feb 13, 2023
59dcce9
[not verified] Refine wrapping behavior for login prompt below pricin…
Feb 13, 2023
4a83199
[not verified] Increase vertical spacing between features and pricing…
Feb 13, 2023
8220396
[not verified] Remove unneeded body-small variant attribute from term…
Feb 15, 2023
db357de
[not verified] Enforce underlining links in Terms of Service
mattgawarecki Feb 22, 2023
6838775
[not verified] Standardize button border-radius and font-weight to ma…
mattgawarecki Feb 22, 2023
0ee901b
Fix failing unit test (incorrect link names)
mattgawarecki Feb 22, 2023
4dcfa6b
Fix one more failing test (same link names, different test)
Feb 22, 2023
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
[not verified] Refine wrapping behavior for login prompt below pricin…
…g card
Matt Gawarecki authored and mattgawarecki committed Feb 22, 2023
commit 59dcce92c145127c978255f660e216134f1efdb5
Original file line number Diff line number Diff line change
@@ -56,9 +56,11 @@
&__with-subscription {
margin-top: calc(var(--spacing-base) * 4);

.jp-action-button {
display: inline;
}
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 1ch;
line-height: 1;

.jp-action-button--button.components-button.is-primary {
display: inline;