[PR #1310] [MERGED] feat(dashboard): add sites navigation #1054 #4329

Closed
opened 2026-02-28 11:59:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1310
Author: @0xJacky
Created: 8/14/2025
Status: Merged
Merged: 8/14/2025
Merged by: @0xJacky

Base: devHead: feat/site-navigation


📝 Commits (1)

📊 Changes

49 files changed (+4131 additions, -284 deletions)

View changed files

📝 api/cluster/namespace.go (+1 -1)
📝 api/config/list.go (+9 -9)
📝 api/openai/router.go (+0 -1)
📝 api/sites/list.go (+5 -5)
📝 api/sites/router.go (+12 -0)
📝 api/sites/site.go (+2 -2)
api/sites/sitecheck.go (+195 -0)
api/sites/websocket.go (+164 -0)
📝 api/streams/streams.go (+6 -6)
📝 api/user/passkey.go (+2 -2)
📝 app/components.d.ts (+4 -0)
app/src/api/site_navigation.ts (+151 -0)
📝 app/src/components/Notification/notifications.ts (+8 -8)
app/src/constants/site-status.ts (+34 -0)
📝 app/src/routes/modules/dashboard.ts (+8 -0)
app/src/views/dashboard/SiteNavigation.vue (+292 -0)
app/src/views/dashboard/components/SiteCard.vue (+323 -0)
app/src/views/dashboard/components/SiteHealthCheckModal.vue (+709 -0)
app/src/views/dashboard/components/SiteNavigationToolbar.vue (+106 -0)
📝 go.mod (+1 -3)

...and 29 more files

📄 Description

No description provided


🔄 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/0xJacky/nginx-ui/pull/1310 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 8/14/2025 **Status:** ✅ Merged **Merged:** 8/14/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `feat/site-navigation` --- ### 📝 Commits (1) - [`e2b66fd`](https://github.com/0xJacky/nginx-ui/commit/e2b66fd8ddce42ae468f50f88c05242450c3f722) feat(dashboard): add sites navigation #1054 ### 📊 Changes **49 files changed** (+4131 additions, -284 deletions) <details> <summary>View changed files</summary> 📝 `api/cluster/namespace.go` (+1 -1) 📝 `api/config/list.go` (+9 -9) 📝 `api/openai/router.go` (+0 -1) 📝 `api/sites/list.go` (+5 -5) 📝 `api/sites/router.go` (+12 -0) 📝 `api/sites/site.go` (+2 -2) ➕ `api/sites/sitecheck.go` (+195 -0) ➕ `api/sites/websocket.go` (+164 -0) 📝 `api/streams/streams.go` (+6 -6) 📝 `api/user/passkey.go` (+2 -2) 📝 `app/components.d.ts` (+4 -0) ➕ `app/src/api/site_navigation.ts` (+151 -0) 📝 `app/src/components/Notification/notifications.ts` (+8 -8) ➕ `app/src/constants/site-status.ts` (+34 -0) 📝 `app/src/routes/modules/dashboard.ts` (+8 -0) ➕ `app/src/views/dashboard/SiteNavigation.vue` (+292 -0) ➕ `app/src/views/dashboard/components/SiteCard.vue` (+323 -0) ➕ `app/src/views/dashboard/components/SiteHealthCheckModal.vue` (+709 -0) ➕ `app/src/views/dashboard/components/SiteNavigationToolbar.vue` (+106 -0) 📝 `go.mod` (+1 -3) _...and 29 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 11:59:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#4329
No description provided.