[PR #5237] [MERGED] web/frpc: redesign frpc dashboard with sidebar nav, proxy/visitor list and detail views #5196

Closed
opened 2026-05-05 14:56:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5237
Author: @fatedier
Created: 3/15/2026
Status: Merged
Merged: 3/16/2026
Merged by: @fatedier

Base: devHead: web


📝 Commits (1)

  • b2e2a03 web/frpc: redesign frpc dashboard with sidebar nav, proxy/visitor list and detail views

📊 Changes

71 files changed (+5887 additions, -4271 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 client/api_router.go (+2 -0)
📝 client/config_manager.go (+42 -0)
📝 client/configmgmt/types.go (+3 -0)
📝 client/http/controller.go (+38 -0)
📝 client/http/controller_test.go (+131 -0)
📝 client/service.go (+11 -0)
📝 client/visitor/visitor_manager.go (+7 -0)
📝 web/frpc/components.d.ts (+28 -11)
📝 web/frpc/index.html (+1 -0)
📝 web/frpc/package-lock.json (+136 -0)
📝 web/frpc/package.json (+1 -0)
📝 web/frpc/src/App.vue (+406 -149)
📝 web/frpc/src/api/frpc.ts (+14 -1)
web/frpc/src/assets/css/_form-layout.scss (+33 -0)
web/frpc/src/assets/css/_index.scss (+2 -0)
web/frpc/src/assets/css/_mixins.scss (+49 -0)
web/frpc/src/assets/css/_variables.scss (+61 -0)
web/frpc/src/assets/css/custom.css (+0 -105)
📝 web/frpc/src/assets/css/dark.css (+107 -94)

...and 51 more files

📄 Description

WHY


🔄 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/fatedier/frp/pull/5237 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/15/2026 **Status:** ✅ Merged **Merged:** 3/16/2026 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `web` --- ### 📝 Commits (1) - [`b2e2a03`](https://github.com/fatedier/frp/commit/b2e2a03244c08cdaf815dad7acb771e6019ff081) web/frpc: redesign frpc dashboard with sidebar nav, proxy/visitor list and detail views ### 📊 Changes **71 files changed** (+5887 additions, -4271 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `client/api_router.go` (+2 -0) 📝 `client/config_manager.go` (+42 -0) 📝 `client/configmgmt/types.go` (+3 -0) 📝 `client/http/controller.go` (+38 -0) 📝 `client/http/controller_test.go` (+131 -0) 📝 `client/service.go` (+11 -0) 📝 `client/visitor/visitor_manager.go` (+7 -0) 📝 `web/frpc/components.d.ts` (+28 -11) 📝 `web/frpc/index.html` (+1 -0) 📝 `web/frpc/package-lock.json` (+136 -0) 📝 `web/frpc/package.json` (+1 -0) 📝 `web/frpc/src/App.vue` (+406 -149) 📝 `web/frpc/src/api/frpc.ts` (+14 -1) ➕ `web/frpc/src/assets/css/_form-layout.scss` (+33 -0) ➕ `web/frpc/src/assets/css/_index.scss` (+2 -0) ➕ `web/frpc/src/assets/css/_mixins.scss` (+49 -0) ➕ `web/frpc/src/assets/css/_variables.scss` (+61 -0) ➖ `web/frpc/src/assets/css/custom.css` (+0 -105) 📝 `web/frpc/src/assets/css/dark.css` (+107 -94) _...and 51 more files_ </details> ### 📄 Description ### WHY <!-- author to complete --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:56:31 -06: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: github-starred/frp#5196
No description provided.