-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Site Settings: Add Disconnect Confirmation Page #18796
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
541e9bd
Site Settings: add ConfirmDisconnection route definition
AnnaMag 03ab0d6
Site Settings: hook up the Confirm Disconnection page
AnnaMag bb933a9
Site Settings: add Confirm Disconnection page
AnnaMag 9d35390
Site Settings: include Confirm Disconnection styling
AnnaMag 1a5fb5f
Site Settings: add dev feature flag
AnnaMag b6ac35a
Use different route, drop extra feature flag
ockham a3240f7
Simplify a little
ockham 1fc290c
Move to site-settings/disconnect-site/confirm
ockham 8a63b02
Use DisconnectJetpack component
ockham af5159a
Rename controller
ockham 120bb42
Fix stayConnectedHref
ockham 75bf63e
Alphabetize props
ockham 3e2fe0d
Change route schema
ockham 10e5e3c
Fullscreen styling
ockham 5c38736
Hacky full-width fix
ockham e93c183
Revert "Hacky full-width fix"
ockham 9e7999b
Set hasSidebar to false
ockham 1824388
Remove obsolete styling
ockham 222c928
Drop two obsolete classNames
ockham 3e97f6e
Add sites middleware for routes without site slug
ockham c1ebb5f
JITM: Guard against null action
ockham 67638cb
Add showTitle prop
ockham 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
Fullscreen styling
- Loading branch information
commit 10e5e3c204fb7d79cd0755ebcd03b6c7e2f840d1
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
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.
This is rather a design comment, but I was just thinking: don't we have just too many headings/subheadings here?
cc @keoshi
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.
@tyxla we totally do, this should be adjusted.
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 found this mockup over in the PR desc for #18039
But it diverges quite a bit from the dialog, especially regarding the layout of the "By disconnection..." part...
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.
Also, I guess we want full-screen (i.e. no sidebar)?
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.
@ockham I would say let's leave the big paragraph as is (without the red icon) and just remove the heading. Also, yes to full-screen!