fix(admin-omnibox): point Admin Panel link to users#2032
fix(admin-omnibox): point Admin Panel link to users#2032
Conversation
| { | ||
| label: 'Admin Panel', | ||
| href: '/admin/organizations', | ||
| href: '/admin/users', |
There was a problem hiding this comment.
WARNING: Omnibox still has a second Admin Panel link pointing at /admin/organizations
This updates the registry action, but the persistent button in src/components/admin-omnibox/AdminOmnibox.tsx:177 still sends users to the organizations page. As written, the omnibox now has two Admin Panel entry points that land on different destinations, so the bug remains for anyone using the info-panel link.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)WARNING
Other Observations (not in diff)None. Files Reviewed (1 files)
Reviewed by gpt-5.4-20260305 · 192,495 tokens |
|
Due to the monorepo restructure you will need to recreate this PR on a new branch from main. Pass the prompt found at, https://github.com/Kilo-Org/cloud/blob/main/plans/monorepo-migration-prompt.md, to your coding agent while running in this branch. Please close this PR once done or if you don't plan to proceed with it. |
Summary
/admin/usersso it lands on the main admin destination instead of the organizations page.Verification
Visual Changes
N/A
Reviewer Notes
src/components/admin-omnibox/action-registry.ts.