-
Notifications
You must be signed in to change notification settings - Fork 4.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
Remove "preview" mode/step from Link Control component #50998
Draft
getdave
wants to merge
24
commits into
trunk
Choose a base branch
from
try/link-remove-interstitial-preview-step
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+294
−223
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
c4b166f
Remove edit control from preview
getdave 5be5c28
Remove image and description from preview
getdave fbb69ad
Don’t use label in preview title and this represents an entity
getdave 3a59112
Remove some editing-based conditionals
getdave 6f39472
Remove remaining state relating to editing mode
getdave 4b3faf3
Add border to separate preview from form
getdave f3c1460
Always focus firstElement in Popover
getdave afbed95
Make Popover a dialog
getdave a1a41dc
Allow for Popover to be forced closed when exiting the Link UI
getdave 87d8d99
Reintstate rich media preview for attachments
getdave 605f11c
Fix Nav block to conform to new steps
getdave a14c763
Don’t show cancel button if no handler is supplied
getdave 6a310ac
Remove stopEditing internal mode
getdave 31cd887
Call `onChange` will original value to mimic Cancel exiting the edit …
getdave 7b1f6e0
Update Core implemenation for button
getdave 251597c
Close UI on submitting link in Navigation block
getdave 19c457c
Differentiate focus handling between create and edit
getdave cce2a69
Revert previous change
getdave 7214db7
Don’t set ID on direct entry results type
getdave dbe5b82
Conditionally display search input only for direct entry results
getdave 8c03f78
Show non-searchable URL input for direct entry types
getdave 656bfb1
Details entity details in preview
getdave 95d495b
Force stop editing link to remove activeFormats
getdave a4a0927
Close the Link UI on value updates except upon initial creation
getdave 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
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.
Here is the current mitigation strategy for backwards compatibility problems.