Skip to content

feat: add Gateway section to sidebar and /gateway page#33

Open
kiloconnect[bot] wants to merge 1 commit intomainfrom
session/agent_1309a04b-3d1c-4470-87ce-a4f17b0e6811
Open

feat: add Gateway section to sidebar and /gateway page#33
kiloconnect[bot] wants to merge 1 commit intomainfrom
session/agent_1309a04b-3d1c-4470-87ce-a4f17b0e6811

Conversation

@kiloconnect
Copy link
Contributor

@kiloconnect kiloconnect bot commented Feb 5, 2026

Summary

This PR adds a new "Gateway" section to the user profile left sidebar menu in the cloud app.

Changes

Sidebar Changes (PersonalAppSidebar.tsx)

  • Added a new "Gateway" section in the sidebar
  • Positioned it above the Account section (order: Dashboard → Cloud → Gateway → Account → Start)
  • The Gateway section has one menu item that links to /gateway

New Gateway Page (/gateway)

  • Created a new page at the route /gateway
  • Displays the user's API key using the existing CopyTokenButton component
  • Includes the ResetAPITokenDialog for resetting the token
  • Follows existing code patterns and styling from the profile page's Integration section

Testing

  • Type checking passes (pnpm typecheck)
  • Lint-staged checks pass

Built for jobrietbergen by Kilo for Slack

- Add Gateway section to PersonalAppSidebar above Account section
- Create new /gateway page that displays user's API key
- Reuse existing CopyTokenButton and ResetAPITokenDialog components
@jobrietbergen jobrietbergen requested a review from jrf0110 February 5, 2026 15:51
@kiloconnect
Copy link
Contributor Author

kiloconnect bot commented Feb 5, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • src/app/(app)/components/PersonalAppSidebar.tsx
  • src/app/(app)/gateway/page.tsx

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.

0 participants