Skip to content

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

Closed
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
session/agent_1309a04b-3d1c-4470-87ce-a4f17b0e6811
Closed

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

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot 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
@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot 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

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 8, 2026

This Pull Request has been inactive for 30 days and will be closed in 7 days if no further activity occurs. Please update or close this PR if it is no longer relevant.

@github-actions github-actions bot added the stale label Mar 8, 2026
@github-actions
Copy link
Copy Markdown

This Pull Request has been closed due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants