Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.16] [Search][Connectors] Confirmation modal before leaving the con…
…nector creation flow (#197646) (#198221) # Backport This will backport the following commits from `main` to `8.16`: - [[Search][Connectors] Confirmation modal before leaving the connector creation flow (#197646)](#197646) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"José Luis González","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-29T22:17:04Z","message":"[Search][Connectors] Confirmation modal before leaving the connector creation flow (#197646)\n\n## Summary\r\n\r\nThis PR shows a confirmation modal when users leave the connectors\r\ncreation flow before providing all necessary info, asking for\r\nintentional confirmation after leaving the experience.\r\n\r\nSetting `isFormDirty = true` only after generating the connectors config\r\nand letting users leave the experience setting `isFormDirty = false`\r\nwhen we arrive to the Finish up step\r\n\r\n![CleanShot 2024-10-24 at 18 56\r\n11](https://github.com/user-attachments/assets/90f355e2-d227-4d2a-a45e-bcfbb743d588)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>\r\nCo-authored-by: Jedr Blaszyk <[email protected]>","sha":"aec93bf043619cde2d6b3fecace70cd4c3c56e94","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:EnterpriseSearch","v8.16.0","backport:version","v8.17.0"],"title":"[Search][Connectors] Confirmation modal before leaving the connector creation flow","number":197646,"url":"https://github.com/elastic/kibana/pull/197646","mergeCommit":{"message":"[Search][Connectors] Confirmation modal before leaving the connector creation flow (#197646)\n\n## Summary\r\n\r\nThis PR shows a confirmation modal when users leave the connectors\r\ncreation flow before providing all necessary info, asking for\r\nintentional confirmation after leaving the experience.\r\n\r\nSetting `isFormDirty = true` only after generating the connectors config\r\nand letting users leave the experience setting `isFormDirty = false`\r\nwhen we arrive to the Finish up step\r\n\r\n![CleanShot 2024-10-24 at 18 56\r\n11](https://github.com/user-attachments/assets/90f355e2-d227-4d2a-a45e-bcfbb743d588)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>\r\nCo-authored-by: Jedr Blaszyk <[email protected]>","sha":"aec93bf043619cde2d6b3fecace70cd4c3c56e94"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197646","number":197646,"mergeCommit":{"message":"[Search][Connectors] Confirmation modal before leaving the connector creation flow (#197646)\n\n## Summary\r\n\r\nThis PR shows a confirmation modal when users leave the connectors\r\ncreation flow before providing all necessary info, asking for\r\nintentional confirmation after leaving the experience.\r\n\r\nSetting `isFormDirty = true` only after generating the connectors config\r\nand letting users leave the experience setting `isFormDirty = false`\r\nwhen we arrive to the Finish up step\r\n\r\n![CleanShot 2024-10-24 at 18 56\r\n11](https://github.com/user-attachments/assets/90f355e2-d227-4d2a-a45e-bcfbb743d588)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>\r\nCo-authored-by: Jedr Blaszyk <[email protected]>","sha":"aec93bf043619cde2d6b3fecace70cd4c3c56e94"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: José Luis González <[email protected]>
- Loading branch information