feat: add AI platform push integration admin toggle - #5965
Merged
Conversation
|
adaam2
requested changes
Sep 2, 2026
walker-tx
force-pushed
the
walker/admin-features-parity
branch
from
September 3, 2026 02:13
b8635d6 to
541d519
Compare
walker-tx
force-pushed
the
walker/admin-features-parity
branch
from
September 3, 2026 20:26
541d519 to
2afd4c9
Compare
adaam2
approved these changes
Sep 3, 2026
walker-tx
force-pushed
the
walker/admin-features-parity
branch
from
September 3, 2026 21:16
2afd4c9 to
3720582
Compare
walker-tx
force-pushed
the
walker/admin-features-parity
branch
from
September 3, 2026 22:53
3720582 to
4b15932
Compare
walker-tx
force-pushed
the
walker/admin-features-parity
branch
from
September 3, 2026 23:31
4b15932 to
a009eab
Compare
Contributor
|
|
||||||||||||||||
Contributor
|
|
||||||||||||||||
walker-tx
force-pushed
the
walker/admin-features-parity
branch
from
September 3, 2026 23:39
a009eab to
7ae8bce
Compare
walker-tx
force-pushed
the
walker/admin-features-parity
branch
3 times, most recently
from
September 4, 2026 17:03
d107d21 to
f65c415
Compare
walker-tx
force-pushed
the
walker/admin-features-parity
branch
from
September 4, 2026 17:55
f65c415 to
f620ea1
Compare
walker-tx
force-pushed
the
walker/admin-features-parity
branch
from
September 4, 2026 18:15
f620ea1 to
140dc5f
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Stack context
This PR is the third part of a four-PR stack that moves organization product-feature management from the legacy Dashboard Platform Admin surface into the standalone Admin application.
PR #6036 establishes the shared product-feature API and isolated Admin contract, and #6000 generates the private same-origin Admin SDK from it. This PR applies those foundations to the Admin Features page: it uses the generated contract for exhaustive feature classification and closes the remaining parity gap by adding AI Platform Push Integrations. The final PR can then remove the superseded Dashboard feature-management route.
What this PR does