improvement(byok): updated styling for byok page#2581
Merged
waleedlatif1 merged 1 commit intostagingfrom Dec 25, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile SummaryThis PR improves the BYOK page UI with several styling and UX enhancements:
All changes follow the established styling patterns in the codebase, using exact pixel values and CSS variables as per the project guidelines. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant BYOK Component
participant Modal
participant API
User->>BYOK Component: View provider list
BYOK Component->>BYOK Component: Render provider cards with improved layout
alt No API Key Exists
BYOK Component->>User: Show "Add Key" button (brand-tertiary-2 styling)
User->>BYOK Component: Click "Add Key"
else API Key Exists
BYOK Component->>User: Show masked key with "Update" and "Delete" buttons
User->>BYOK Component: Click "Update" or "Delete"
end
BYOK Component->>Modal: Open edit modal
Modal->>User: Display API key input with autofill prevention
User->>Modal: Enter API key
User->>Modal: Click "Save" (brand-tertiary-2 styling)
Modal->>API: Upsert BYOK key
API->>Modal: Success response
Modal->>BYOK Component: Close modal and refresh
BYOK Component->>User: Display updated provider with masked key
|
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
Type of Change
Testing
Tested manually
Checklist