Feat: uninstall flow adjustments#2875
Open
abaicus wants to merge 1 commit into
Open
Conversation
Contributor
Bundle Size Diff
|
Contributor
|
Plugin build for fb97aef is ready 🛎️!
|
Contributor
E2E TestsPlaywright Test Status: See serial and parallel matrix jobs Performance ResultsserverResponse: {"q25":400.3,"q50":417,"q75":431.3,"cnt":10}, firstPaint: {"q25":574.2,"q50":649.3,"q75":738.7,"cnt":10}, domContentLoaded: {"q25":3310,"q50":3323.9,"q75":3382.6,"cnt":10}, loaded: {"q25":3312.1,"q50":3326.25,"q75":3384.7,"cnt":10}, firstContentfulPaint: {"q25":3808.6,"q50":3854.05,"q75":3896.9,"cnt":10}, firstBlock: {"q25":13541,"q50":13648.8,"q75":14025.1,"cnt":10}, type: {"q25":23.45,"q50":23.71,"q75":25.31,"cnt":10}, typeWithoutInspector: {"q25":20.55,"q50":21.57,"q75":23.72,"cnt":10}, typeWithTopToolbar: {"q25":29.04,"q50":30.19,"q75":32.49,"cnt":10}, typeContainer: {"q25":13.41,"q50":14.38,"q75":15.01,"cnt":10}, focus: {"q25":107.58,"q50":110,"q75":118.02,"cnt":10}, inserterOpen: {"q25":38.92,"q50":39.92,"q75":40.26,"cnt":10}, inserterSearch: {"q25":13.74,"q50":13.94,"q75":14.31,"cnt":10}, inserterHover: {"q25":5.48,"q50":5.77,"q75":6.03,"cnt":20}, loadPatterns: {"q25":1541.55,"q50":1616.15,"q75":1685.1,"cnt":10}, listViewOpen: {"q25":214.05,"q50":222.64,"q75":228.27,"cnt":10} |
Soare-Robert-Daniel
approved these changes
Jun 19, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes Codeinwp/otter-internals#290.
Summary
Makes the plugin's uninstall (deactivation) feedback modal usage-aware. When the site has pages built with Otter blocks, the modal now warns how many pages
will be affected and surfaces Documentation / Get Support links — nudging users to reconsider or get help before they leave.
Screenshots
Test instructions
Note
Needs this https://github.com/Codeinwp/themeisle-sdk-main/pull/319 version of the SDK.
Checklist before the final review
[ ] Included E2E or unit tests for the changes in this PR.