Skip to content

Commit 611d34d

Browse files
IanRamosCmatticbot
authored andcommitted
JPMT-9: add a fullscreen container for the onboarding screen (#42523)
* My Jetpack: add initial skeleton for onboarding screen * My Jetpack: add dummy content to onboarding screen * changelog * Update spacing * Update component font * Update spacing on mobile * Remove unused params * Adjust layout according to reference Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13976213276 Upstream-Ref: Automattic/jetpack@20c68c1
1 parent f987289 commit 611d34d

15 files changed

+188
-184
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This is an alpha version! The changes listed here are not final.
1010

1111
### Added
1212
- Connection: Disconnecting a connection owner account will disconnect all other users first.
13+
- My Jetpack: An onboarding screen has been implemented to provide clear, step-by-step instructions for new users connecting to Jetpack.
1314
- VideoPress: Add title to the attachment details hijacked view
1415

1516
### Changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"automattic/jetpack-composer-plugin": "^4.0.4-alpha",
1010
"automattic/jetpack-config": "^3.0.1",
1111
"automattic/jetpack-connection": "^6.7.7-alpha",
12-
"automattic/jetpack-my-jetpack": "^5.7.4-alpha",
12+
"automattic/jetpack-my-jetpack": "^5.8.0-alpha",
1313
"automattic/jetpack-sync": "^4.9.2-alpha",
1414
"automattic/jetpack-videopress": "^0.27.5-alpha",
1515
"automattic/jetpack-status": "^5.0.10-alpha"

jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [5.7.4-alpha] - unreleased
8+
## [5.8.0-alpha] - unreleased
99

1010
This is an alpha version! The changes listed here are not final.
1111

12+
### Added
13+
- My Jetpack: An onboarding screen has been implemented to provide clear, step-by-step instructions for new users connecting to Jetpack.
14+
1215
### Fixed
1316
- Enable screen readers to read Boost score
1417

@@ -2044,7 +2047,7 @@ This is an alpha version! The changes listed here are not final.
20442047
### Added
20452048
- Created package
20462049

2047-
[5.7.4-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.7.3...5.7.4-alpha
2050+
[5.8.0-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.7.3...5.8.0-alpha
20482051
[5.7.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.7.2...5.7.3
20492052
[5.7.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.7.1...5.7.2
20502053
[5.7.1]: https://github.com/Automattic/jetpack-my-jetpack/compare/5.7.0...5.7.1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-private-apis', 'wp-url', 'wp-warning'), 'version' => '38c8830862e8067e7363');
1+
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-private-apis', 'wp-url', 'wp-warning'), 'version' => 'd917414d7a1bf43d62bb');

jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js

+78-78
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-my-jetpack/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
7272
},
7373
"branch-alias": {
74-
"dev-trunk": "5.7.x-dev"
74+
"dev-trunk": "5.8.x-dev"
7575
},
7676
"version-constants": {
7777
"::PACKAGE_VERSION": "src/class-initializer.php"

jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Initializer {
3939
*
4040
* @var string
4141
*/
42-
const PACKAGE_VERSION = '5.7.4-alpha';
42+
const PACKAGE_VERSION = '5.8.0-alpha';
4343

4444
/**
4545
* HTML container ID for the IDC screen on My Jetpack page.

jetpack_vendor/automattic/jetpack-videopress/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"automattic/jetpack-admin-ui": "^0.5.7-alpha",
99
"automattic/jetpack-assets": "^4.0.14-alpha",
1010
"automattic/jetpack-connection": "^6.7.7-alpha",
11-
"automattic/jetpack-my-jetpack": "^5.7.4-alpha",
11+
"automattic/jetpack-my-jetpack": "^5.8.0-alpha",
1212
"automattic/jetpack-plans": "^0.6.1-alpha"
1313
},
1414
"require-dev": {

jetpack_vendor/i18n-map.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
),
4747
'jetpack-my-jetpack' => array(
4848
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
49-
'ver' => '5.7.4-alpha1742481331',
49+
'ver' => '5.8.0-alpha1742493741',
5050
),
5151
'jetpack-password-checker' => array(
5252
'path' => 'jetpack_vendor/automattic/jetpack-password-checker',

vendor/composer/installed.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
10-
"reference": "6f7222bb9d2bee437abe8cc13abdb58c2710c6af"
10+
"reference": "f502f29aba12690c760d0e374f52518bf6c6aa62"
1111
},
1212
"require": {
1313
"php": ">=7.2"
@@ -64,7 +64,7 @@
6464
"dist": {
6565
"type": "path",
6666
"url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui",
67-
"reference": "d9334cd69334af192e7a8e88a972a1c9fa389bcd"
67+
"reference": "456d1fe61e5799135754fdd86fb2562e3a1d0ecd"
6868
},
6969
"require": {
7070
"php": ">=7.2"
@@ -127,7 +127,7 @@
127127
"dist": {
128128
"type": "path",
129129
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
130-
"reference": "2143419bb42bef3a74255abe17060e3a96a79aed"
130+
"reference": "3246bdc99bfbd24b91cbec32d177d101a2c45f96"
131131
},
132132
"require": {
133133
"automattic/jetpack-constants": "^3.0.5-alpha",
@@ -200,7 +200,7 @@
200200
"dist": {
201201
"type": "path",
202202
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
203-
"reference": "9e409cff5bbaca5cbe2de8b391aefe06dc7de153"
203+
"reference": "d086332a39726cec10b06bc7b2e062f88dadb5ae"
204204
},
205205
"require": {
206206
"composer-plugin-api": "^2.2",
@@ -272,7 +272,7 @@
272272
"dist": {
273273
"type": "path",
274274
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-core",
275-
"reference": "de0d6ceb3d3e0b28734be86b6546f6929e111982"
275+
"reference": "0fc4706bdf18eb47c69d52cb71ee5aba8957d70b"
276276
},
277277
"require": {
278278
"automattic/jetpack-connection": "^6.7.7-alpha",
@@ -331,7 +331,7 @@
331331
"dist": {
332332
"type": "path",
333333
"url": "/tmp/jetpack-build/Automattic/jetpack-boost-speed-score",
334-
"reference": "5b5552a69fd4be9bf4846ba730a2d9d3672dcb16"
334+
"reference": "35d9345c7ddbc6b9ae8994904a59966f166546cf"
335335
},
336336
"require": {
337337
"automattic/jetpack-boost-core": "^0.3.9-alpha",
@@ -399,7 +399,7 @@
399399
"dist": {
400400
"type": "path",
401401
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
402-
"reference": "56aa0a29c1cbeb0cd3ef6f6d694b8dff6afb2ead"
402+
"reference": "fe4c06a28edcaf393dacfce1942c5f19c7133040"
403403
},
404404
"require": {
405405
"composer-plugin-api": "^2.2",
@@ -463,7 +463,7 @@
463463
"dist": {
464464
"type": "path",
465465
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
466-
"reference": "08f0a8a5f2850b3b83b532ddb4dd2572a7f22f1a"
466+
"reference": "dc64e2a190a4030d69a07cf09368cffd5defd782"
467467
},
468468
"require": {
469469
"php": ">=7.2"
@@ -538,7 +538,7 @@
538538
"dist": {
539539
"type": "path",
540540
"url": "/tmp/jetpack-build/Automattic/jetpack-connection",
541-
"reference": "5f108edd4caf84e3c201ef14dc8e29ce891c0813"
541+
"reference": "61e7bb53d79f9182a41678ca5150c1721cddb653"
542542
},
543543
"require": {
544544
"automattic/jetpack-a8c-mc-stats": "^3.0.4-alpha",
@@ -626,7 +626,7 @@
626626
"dist": {
627627
"type": "path",
628628
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
629-
"reference": "d4090d2c1b9c608feb8fe78401ec155982bc4002"
629+
"reference": "39788b2f3b9cb866500a519f6c785f43099d3153"
630630
},
631631
"require": {
632632
"php": ">=7.2"
@@ -684,7 +684,7 @@
684684
"dist": {
685685
"type": "path",
686686
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
687-
"reference": "5e2709d36e34cd989ebbf332cb56e5c105de6c07"
687+
"reference": "2a4a50160d106eb9d256e128ed0fa31f129daefd"
688688
},
689689
"require": {
690690
"php": ">=7.2"
@@ -741,7 +741,7 @@
741741
"dist": {
742742
"type": "path",
743743
"url": "/tmp/jetpack-build/Automattic/jetpack-explat",
744-
"reference": "2da4c817f53c0a6fa00c111e5e7d0978d5e7c0aa"
744+
"reference": "0efe827fe0c961a961bb740824af308d99cc4761"
745745
},
746746
"require": {
747747
"automattic/jetpack-connection": "^6.7.7-alpha",
@@ -820,7 +820,7 @@
820820
"dist": {
821821
"type": "path",
822822
"url": "/tmp/jetpack-build/Automattic/jetpack-ip",
823-
"reference": "cda0c3deeb70f036ad30ec4dd9e390ddb962a344"
823+
"reference": "a9b64b75969141fd04e03b46010a6ef3826756a1"
824824
},
825825
"require": {
826826
"php": ">=7.2"
@@ -882,7 +882,7 @@
882882
"dist": {
883883
"type": "path",
884884
"url": "/tmp/jetpack-build/Automattic/jetpack-jitm",
885-
"reference": "d019c78e322d5059db4a2e8686f9e886b6737ba8"
885+
"reference": "7c8a0ce9aa785703571b58f91b214a94d2246f4c"
886886
},
887887
"require": {
888888
"automattic/jetpack-a8c-mc-stats": "^3.0.4-alpha",
@@ -961,7 +961,7 @@
961961
"dist": {
962962
"type": "path",
963963
"url": "/tmp/jetpack-build/Automattic/jetpack-licensing",
964-
"reference": "32e161e32091f29b6905763cc8733484ceac8602"
964+
"reference": "155f96088a10a52b743e4fc227487eb6af8bcb4b"
965965
},
966966
"require": {
967967
"automattic/jetpack-connection": "^6.7.7-alpha",
@@ -1021,7 +1021,7 @@
10211021
"dist": {
10221022
"type": "path",
10231023
"url": "/tmp/jetpack-build/Automattic/jetpack-logo",
1024-
"reference": "ff8d77c26621eeaa2d41dac3fd364f56fd0ea2bb"
1024+
"reference": "9b04710fb84d085644ee6a7c318faee706dc1ecb"
10251025
},
10261026
"require": {
10271027
"php": ">=7.2"
@@ -1073,12 +1073,12 @@
10731073
},
10741074
{
10751075
"name": "automattic/jetpack-my-jetpack",
1076-
"version": "5.7.4-alpha.1742481331",
1077-
"version_normalized": "5.7.4.0-alpha1742481331",
1076+
"version": "5.8.0-alpha.1742493741",
1077+
"version_normalized": "5.8.0.0-alpha1742493741",
10781078
"dist": {
10791079
"type": "path",
10801080
"url": "/tmp/jetpack-build/Automattic/jetpack-my-jetpack",
1081-
"reference": "6c73cadb5f75781dad5e5d99c91f9fdebcd1972d"
1081+
"reference": "ab7dbe9ab8e0e5db4cfb53bbc76d4b07987069ae"
10821082
},
10831083
"require": {
10841084
"automattic/jetpack-admin-ui": "^0.5.7-alpha",
@@ -1115,7 +1115,7 @@
11151115
"link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
11161116
},
11171117
"branch-alias": {
1118-
"dev-trunk": "5.7.x-dev"
1118+
"dev-trunk": "5.8.x-dev"
11191119
},
11201120
"version-constants": {
11211121
"::PACKAGE_VERSION": "src/class-initializer.php"
@@ -1178,7 +1178,7 @@
11781178
"dist": {
11791179
"type": "path",
11801180
"url": "/tmp/jetpack-build/Automattic/jetpack-password-checker",
1181-
"reference": "68ad6f12d0ab30fef94e8415ca5d4eb58bf83fff"
1181+
"reference": "a28143f59e80f9b56f3d6873d580381ecef5a7f4"
11821182
},
11831183
"require": {
11841184
"php": ">=7.2"
@@ -1237,7 +1237,7 @@
12371237
"dist": {
12381238
"type": "path",
12391239
"url": "/tmp/jetpack-build/Automattic/jetpack-plans",
1240-
"reference": "1826315a126d7171a1be7cccbc1dafbab167daf2"
1240+
"reference": "f9e5ac29ad04ed5f7098f38968c731a3fe95abaf"
12411241
},
12421242
"require": {
12431243
"automattic/jetpack-connection": "^6.7.7-alpha",
@@ -1303,7 +1303,7 @@
13031303
"dist": {
13041304
"type": "path",
13051305
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
1306-
"reference": "48325a3cfb192f659b7811af7782ffb80cb64116"
1306+
"reference": "b438dae5092f4154139ce23d9d867898f32f3e6a"
13071307
},
13081308
"require": {
13091309
"automattic/jetpack-a8c-mc-stats": "^3.0.4-alpha",
@@ -1363,7 +1363,7 @@
13631363
"dist": {
13641364
"type": "path",
13651365
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-models",
1366-
"reference": "808c8f44df59e2d7ac08b9f228bdae08557162e3"
1366+
"reference": "44b7192bd47853a9a8bb6efc7d1bdef1c37e7e22"
13671367
},
13681368
"require": {
13691369
"automattic/jetpack-redirect": "^3.0.5-alpha",
@@ -1432,7 +1432,7 @@
14321432
"dist": {
14331433
"type": "path",
14341434
"url": "/tmp/jetpack-build/Automattic/jetpack-protect-status",
1435-
"reference": "594270bccf38dbd09e2d41e6271ea59accf07c53"
1435+
"reference": "73584258016e307dfb5da9a83594e00ddf911c27"
14361436
},
14371437
"require": {
14381438
"automattic/jetpack-connection": "^6.7.7-alpha",
@@ -1505,7 +1505,7 @@
15051505
"dist": {
15061506
"type": "path",
15071507
"url": "/tmp/jetpack-build/Automattic/jetpack-redirect",
1508-
"reference": "fd03b019861136590ed32c27a92283bc420babf4"
1508+
"reference": "84326f87527644b51c3086d2878371376e6d2bd1"
15091509
},
15101510
"require": {
15111511
"automattic/jetpack-status": "^5.0.10-alpha",
@@ -1564,7 +1564,7 @@
15641564
"dist": {
15651565
"type": "path",
15661566
"url": "/tmp/jetpack-build/Automattic/jetpack-roles",
1567-
"reference": "46bc96b9464564f63eac59dbab400755466a5b51"
1567+
"reference": "d4b7cb5764ba11bdac7bf4c3b282230119769faf"
15681568
},
15691569
"require": {
15701570
"php": ">=7.2"
@@ -1622,7 +1622,7 @@
16221622
"dist": {
16231623
"type": "path",
16241624
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
1625-
"reference": "aa62afdd8c227a5cd65fff110c2b00b523ac9afb"
1625+
"reference": "2f4927af71b5254e9b2c5da9aa46ad24de8613d7"
16261626
},
16271627
"require": {
16281628
"automattic/jetpack-constants": "^3.0.5-alpha",
@@ -1690,7 +1690,7 @@
16901690
"dist": {
16911691
"type": "path",
16921692
"url": "/tmp/jetpack-build/Automattic/jetpack-sync",
1693-
"reference": "ce8cb66b9f058b52a4f2e7c7403c234326997d5f"
1693+
"reference": "fda2433b663b1b4389a80e8301109e82d4916879"
16941694
},
16951695
"require": {
16961696
"automattic/jetpack-connection": "^6.7.7-alpha",
@@ -1766,13 +1766,13 @@
17661766
"dist": {
17671767
"type": "path",
17681768
"url": "/tmp/jetpack-build/Automattic/jetpack-videopress",
1769-
"reference": "530d52d2dc78aed6f3df03962a9e744a459585ae"
1769+
"reference": "00ae8b1564b39b6daff57e193c9f08de4b470754"
17701770
},
17711771
"require": {
17721772
"automattic/jetpack-admin-ui": "^0.5.7-alpha",
17731773
"automattic/jetpack-assets": "^4.0.14-alpha",
17741774
"automattic/jetpack-connection": "^6.7.7-alpha",
1775-
"automattic/jetpack-my-jetpack": "^5.7.4-alpha",
1775+
"automattic/jetpack-my-jetpack": "^5.8.0-alpha",
17761776
"automattic/jetpack-plans": "^0.6.1-alpha",
17771777
"php": ">=7.2"
17781778
},

0 commit comments

Comments
 (0)