Skip to content

Add UI for redirect URIs to plans#717

Merged
rickyrombo merged 3 commits intomainfrom
mjp-plans-plans-plans
Mar 12, 2026
Merged

Add UI for redirect URIs to plans#717
rickyrombo merged 3 commits intomainfrom
mjp-plans-plans-plans

Conversation

@rickyrombo
Copy link
Contributor

Adds UI for managing callback URLs for api keys

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a redirect-URI management UI to the Plans “API Keys” page so developers can add/remove OAuth callback URLs for a developer app via the existing PUT /v1/developer-apps/:address update endpoint.

Changes:

  • Extend the DeveloperApp UI type to include redirect_uris and render a redirect-URI list with add/remove controls.
  • Add handleAddRedirectUri / handleRemoveRedirectUri callbacks in App.tsx that persist updates via PUT /v1/developer-apps/:address.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
static/plans/src/components/DeveloperAppCard.tsx Adds redirect-URI list rendering plus add/remove UI rows.
static/plans/src/App.tsx Adds PUT-backed handlers to update redirect_uris in app state and on the API.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rickyrombo rickyrombo merged commit a5c88e8 into main Mar 12, 2026
5 checks passed
@rickyrombo rickyrombo deleted the mjp-plans-plans-plans branch March 12, 2026 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants