[PR #838] [MERGED] Fix navigation link to users page via omnibar #2913

Closed
opened 2026-04-11 10:40:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: fix-omnibar-users


📝 Commits (1)

  • 82631ed fix 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 /users page was moved into a tab in the /settings page via 914f4c6197 (diff-87aa4da73c5d91a90af8a1b87e8442a664508c2ac5fb45ee932475e91102dfa3), navigating to /users using 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.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/838 **Author:** [@azrikahar](https://github.com/azrikahar) **Created:** 9/11/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `fix-omnibar-users` --- ### 📝 Commits (1) - [`82631ed`](https://github.com/moghtech/komodo/commit/82631edc3d2e79bd0e96602d9bad601e2190d201) fix navigation link to users page via omnibar ### 📊 Changes **1 file changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/omnibar.tsx` (+6 -2) </details> ### 📄 Description As `/users` page was moved into a tab in the `/settings` page via https://github.com/moghtech/komodo/commit/914f4c61975a2fbb0457ceed77d3a252dafe2b37#diff-87aa4da73c5d91a90af8a1b87e8442a664508c2ac5fb45ee932475e91102dfa3, navigating to `/users` using 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: https://github.com/moghtech/komodo/blob/a65fd4dca74f262f265e1694e9f146f00d0d70cd/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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-11 10:40:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#2913