feat(web): rework secrets UI, drop unused budgets, clean up copy - #166
Merged
Conversation
Secrets tab gets backend icons (official Vault/AWS marks, matching provider cards), default-first ordering, a stored/encrypted badge for backend bootstrap credentials instead of a bare configured flag, and a proper AWS region dropdown for Secrets Manager. Chain-only backends no longer show an irrelevant "nothing stored" note, and multi-input auth methods (named profile, access keys) now lay out on their own row. Agent context-budget and spend-budget cards are removed from the Features tab: neither backs a feature in active use yet, and their presence implied more configurability than the product currently offers. Backend endpoints are untouched. Removes Bedrock's STS session-token support end to end (state, JSON payload field, and UI) since it was unused, and swaps raw millisecond latency figures in the analytics table for human-readable durations (745ms, 8.9s, 2m 22s) via the existing formatDuration helper. Routes list now renders the full ordered provider/model chain instead of a bare count, so the chain composition is visible without opening each route. Also removes every em dash from user-visible UI copy across the app, per the project's no-emdash convention.
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.
Summary
Test plan
npm run buildnpm run lint(0 errors, pre-existing warnings only)npm test(394 tests passing)