-
Notifications
You must be signed in to change notification settings - Fork 801
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
Update/my jetpack status handling #37217
Merged
Merged
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
99461b2
improve the active/ inactive status handling in My Jetpack with bette…
jboland88 b36a9e1
changelog
jboland88 1b38ee4
Merge branch 'trunk' into update/my-jetpack-status-handling
jboland88 b70404d
Don't yet remove extra product classes
jboland88 cd441bd
Add better handling for connection error states
jboland88 2ebf1ed
Add one more caveat to first site conneciton status
jboland88 6ea7237
Merge branch 'trunk' into update/my-jetpack-status-handling
jboland88 d7e5da1
Change condition for first site connection stauts
jboland88 7fe0ee5
Fix boost unit test in My Jetpack
jboland88 621424e
Version madness
jboland88 5a3fe56
Add some additional checks for products that have overrides of is_active
jboland88 9430da2
Adjustment to hybrid module activation
jboland88 e6bd972
Add more handling for when a product has a disabled module and no plan
jboland88 c467372
more updates for hybrid products
jboland88 5dfe8a9
Switch to explicit check for inactive module
jboland88 9ce0ff4
Additional check for module name
jboland88 d2b3169
Merge branch 'trunk' into update/my-jetpack-status-handling
jboland88 0ac7f9c
Merge branch 'trunk' into update/my-jetpack-status-handling
jboland88 33b7157
Version bump
jboland88 4b10c36
A few bugfixes
jboland88 c6a6d0e
update language on cards for missing user connection
jboland88 0b28264
Add a required plan check for disabled modules
jboland88 931d34e
Merge branch 'trunk' into update/my-jetpack-status-handling
jboland88 d3e7e7d
version management
jboland88 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
projects/packages/my-jetpack/changelog/update-my-jetpack-status-handling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: minor | ||
Type: changed | ||
|
||
Improving the active/ inactive statuses on My Jetpack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I like the wording of "Sign In" much more, but I noticed we've never really called in a sign-in anywhere else
In the connection footer we just call it "Connect"
and on the connection screen we say "Connect your user account"
on the auth screen if we are already logged in we just say "Approve"
and on the login screen we call it "log in" not "sign in"
and when connected, in the connection footer we say "Connected as" not "signed in as"
Overall it seems like we lack consistency in what we call a user connection on the frontend, and I don't think we'll fix that here, but we might want to go with one of the existing names for it rather than introducing yet another name for it, even though I do like "Sign in" much more than a lot of the others as far as clarity. Maybe we could just have it as "Connect" (since that's most of our messaging around it in My Jetpack) or "Log In" (since we use that on the actual auth screen when logging in)
I may be putting too much thought into this, let me know what you think!
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.
Good call - this is probably not the diff to change that in :) I'll update that to use the "connect" and "needs user connection" language.