mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 17:35:21 -05:00
[PR #838] [MERGED] Fix navigation link to users page via omnibar #4532
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/838
Author: @azrikahar
Created: 9/11/2025
Status: ✅ Merged
Merged: 9/11/2025
Merged by: @mbecker20
Base:
main← Head:fix-omnibar-users📝 Commits (1)
82631edfix navigation link to users page via omnibar📊 Changes
1 file changed (+6 additions, -2 deletions)
View changed files
📝
frontend/src/components/omnibar.tsx(+6 -2)📄 Description
As
/userspage was moved into a tab in the/settingspage via914f4c6197 (diff-87aa4da73c5d91a90af8a1b87e8442a664508c2ac5fb45ee932475e91102dfa3), navigating to/usersusing the omnibar doesn't seem to work anymore and shows a blank page.This PR refers to the following existing code block to first set the settings view to "Users" tab then navigate the user to the settings page:
a65fd4dca7/frontend/src/components/config/util.tsx (L1066-L1067)Before
https://github.com/user-attachments/assets/c034b656-8fb0-49fd-877b-c8d371eb7933
After
https://github.com/user-attachments/assets/e6f92594-ac03-4cd1-97c1-48b4d497d506
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.