upcoming: [M3-10510] - Add unsaved changes modal for ACLP (beta) alerts - #12799
Merged
pmakode-akamai merged 8 commits intoSep 11, 2025
Conversation
pmakode-akamai
marked this pull request as ready for review
September 3, 2025 05:52
pmakode-akamai
requested review from
bnussman-akamai,
dmcintyr-akamai and
hana-akamai
and removed request for
a team
September 3, 2025 05:52
ankita-akamai
approved these changes
Sep 4, 2025
bnussman-akamai
approved these changes
Sep 9, 2025
| }, | ||
| }} | ||
| secondaryButtonProps={{ | ||
| buttonType: 'outlined', |
Member
Contributor
Author
There was a problem hiding this comment.
Thanks for pointing that out. I discussed this with @tzmiivsk-akamai previously -- there's an ADS ticket for it, and my understanding is that it will be addressed along with other related changes under M3-10331.
We had originally added the outlined secondary button based on the UX mocks, which follow ADS guidelines. However, I agree that for consistency, it's better to use the standard (non-outlined) secondary button for now, until the outlined variant is rolled out globally in Cloud Manager as part of that work
edit: Temporarily removed the outlined style from ACLP secondary buttons in modals for consistency -- fixed here: 4b5dba3
pmakode-akamai
force-pushed
the
M3-10510-add-unsaved-changes-modal-for-aclp-alerts
branch
from
September 10, 2025 07:09
b2defa3 to
4b5dba3
Compare
Cloud Manager UI test results🎉 745 passing tests on test run #8 ↗︎
|
hana-akamai
approved these changes
Sep 10, 2025
This was referenced Sep 17, 2025
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.

Description 📝
The
onToggleAlerthandler inAclpReusableComponentis now updated (in PR: #12730) to support tracking of unsaved changes during the Beta Alerts edit flow. This allows the Service Owners to manage unsaved state and display a Unsaved changes confirmation dialog if the user attempts to navigate away without saving changes.Changes 🔄
Scope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
N/A
Preview 📷
How to test 🧪
Prerequisites
ACLP Services → linode → alertsfeature flagVerification steps
aclp-supported-region-linode-2Alertstab ->Click Try Alerts (Beta)Note
For the mocked Linode
aclp-supported-region-linode-1(with alerts enabled by default), theUnsaved Changesmodal andSavebutton state may not appear correctly as expected. This is due to a known issue inAclpReusableComponent(specifically when alerts are enabled by default), which needs to be addressed separately by the Cloudpulse team.Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅