[Campaign Launcher UI] Redesign Manage API Keys page#826
Draft
KirillKirill wants to merge 3 commits intokb/770-redesign-appfrom
Draft
[Campaign Launcher UI] Redesign Manage API Keys page#826KirillKirill wants to merge 3 commits intokb/770-redesign-appfrom
KirillKirill wants to merge 3 commits intokb/770-redesign-appfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR redesigns the Campaign Launcher UI for the “Manage API Keys” page by moving from the legacy modal-based flows to new responsive dialog/drawer overlays and updating the table + empty/loading states.
Changes:
- Replace Add/Edit/Delete API key modals with new responsive overlay dialogs (desktop modal + mobile drawer).
- Update Manage API Keys page header/layout and add a fixed bottom CTA on mobile.
- Enhance API keys table styling and add loading + “no rows” states; add a new
WarningIcon.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| campaign-launcher/client/src/pages/ManageApiKeys/index.tsx | New page layout + mobile bottom CTA; uses new Add API Key dialog and passes loading state to table |
| campaign-launcher/client/src/components/ApiKeysTable/index.tsx | Table redesign, adds isLoading prop, swaps to new Edit/Delete dialogs, custom empty state |
| campaign-launcher/client/src/components/AddApiKeyDialog/index.tsx | New responsive Add API Key overlay (replaces old modal) |
| campaign-launcher/client/src/components/EditApiKeyDialog/index.tsx | New responsive Edit API Key overlay (replaces old modal) |
| campaign-launcher/client/src/components/DeleteApiKeyDialog/index.tsx | New responsive Delete API Key overlay (replaces old modal) |
| campaign-launcher/client/src/components/FormExchangeSelect/index.tsx | Updates exchange select input rendering (label removed, placeholder/aria-label added) |
| campaign-launcher/client/src/components/BaseDrawer/index.tsx | Prevent closing while loading; changes default drawer sizing behavior |
| campaign-launcher/client/src/icons/index.tsx | Adds WarningIcon for delete confirmation dialog |
| campaign-launcher/client/src/components/ModalState/Success.tsx | Layout tweaks for success state container sizing |
| campaign-launcher/client/src/components/ModalState/Error.tsx | Layout tweaks for error state container sizing |
| campaign-launcher/client/src/components/modals/AddApiKeyModal/index.tsx | Removed legacy modal implementation |
| campaign-launcher/client/src/components/modals/EditApiKeyModal/index.tsx | Removed legacy modal implementation |
| campaign-launcher/client/src/components/modals/DeleteApiKeyModal/index.tsx | Removed legacy modal implementation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
69eacd4 to
26c831e
Compare
c5c2830 to
414a3a6
Compare
79efe33 to
c10f9f1
Compare
414a3a6 to
a25df82
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.
Issue tracking
Context behind the change
How has this been tested?
Release plan
Potential risks; What to monitor; Rollback plan