feat(console): refine UI semantics and signal routing - #50
Merged
Conversation
flybaozi
marked this pull request as ready for review
August 5, 2026 15:08
0xDing
force-pushed
the
codex/console-ux-semantics
branch
from
August 5, 2026 22:05
e9e1ea8 to
01e2ca0
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 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.
What changed
@ankole/uikitand shared Console primitives.Why
The Console had inconsistent per-page controls, exposed masked secret placeholders to the browser, and treated recoverable signal bindings as destructive records. Some provider options also used public UI names directly on incompatible upstream wire formats.
Impact
Operators get consistent list, detail, and edit behavior; safe secret replacement; reversible Signal Routing lifecycle; clearer model and provider forms; and localized accessible controls. This does not add Carbon or another component library, and it does not change the product palette.
Audit
The branch was reviewed for page-local replacements of shared components, duplicated domain behavior, and request-specific shortcuts. The audit removed duplicate encrypted-field preservation and redaction logic from Identity Providers and Signal Routing and replaced it with
Ankole.Plugins.ConfigSecrets. No remaining brittle or duplicate implementation was found.Validation
MIX_ENV=test mix compile --warnings-as-errorsMIX_ENV=test mix test— 1,939 passed, 9 excludedbun run fmt:checkbun run lintbun run type-checkbun run analyzebun run testbun run --filter @ankole/webapps buildgit diff --check