[PR #5117] [MERGED] web/frpc: refactor dashboard with improved structure and API layer #5136

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5117
Author: @fatedier
Created: 1/8/2026
Status: Merged
Merged: 1/8/2026
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 3ab5da4 web/frpc: refactor dashboard with improved structure and API layer

📊 Changes

30 files changed (+2327 additions, -1712 deletions)

View changed files

assets/frpc/static/index-BAsh6RH1.js (+1 -0)
assets/frpc/static/index-HyKZ_pht.js (+0 -42)
assets/frpc/static/index-JCcyRUo1.css (+1 -0)
assets/frpc/static/index-iuf46MlF.css (+0 -1)
📝 assets/frpc/static/index.html (+3 -3)
📝 client/admin_api.go (+1 -0)
📝 server/dashboard_api.go (+6 -0)
📝 web/frpc/components.d.ts (+6 -4)
📝 web/frpc/index.html (+1 -1)
📝 web/frpc/package.json (+18 -13)
📝 web/frpc/src/App.vue (+247 -68)
web/frpc/src/api/frpc.ts (+18 -0)
web/frpc/src/api/http.ts (+76 -0)
web/frpc/src/assets/css/custom.css (+89 -0)
web/frpc/src/assets/css/dark.css (+58 -0)
web/frpc/src/assets/dark.css (+0 -5)
web/frpc/src/assets/icons/github.svg (+3 -0)
web/frpc/src/components/ClientConfigure.vue (+0 -102)
web/frpc/src/components/Overview.vue (+0 -85)
📝 web/frpc/src/main.ts (+3 -3)

...and 10 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/5117 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`3ab5da4`](https://github.com/fatedier/frp/commit/3ab5da4fe22a512d7d98ff81f807162833a8f667) web/frpc: refactor dashboard with improved structure and API layer ### 📊 Changes **30 files changed** (+2327 additions, -1712 deletions) <details> <summary>View changed files</summary> ➕ `assets/frpc/static/index-BAsh6RH1.js` (+1 -0) ➖ `assets/frpc/static/index-HyKZ_pht.js` (+0 -42) ➕ `assets/frpc/static/index-JCcyRUo1.css` (+1 -0) ➖ `assets/frpc/static/index-iuf46MlF.css` (+0 -1) 📝 `assets/frpc/static/index.html` (+3 -3) 📝 `client/admin_api.go` (+1 -0) 📝 `server/dashboard_api.go` (+6 -0) 📝 `web/frpc/components.d.ts` (+6 -4) 📝 `web/frpc/index.html` (+1 -1) 📝 `web/frpc/package.json` (+18 -13) 📝 `web/frpc/src/App.vue` (+247 -68) ➕ `web/frpc/src/api/frpc.ts` (+18 -0) ➕ `web/frpc/src/api/http.ts` (+76 -0) ➕ `web/frpc/src/assets/css/custom.css` (+89 -0) ➕ `web/frpc/src/assets/css/dark.css` (+58 -0) ➖ `web/frpc/src/assets/dark.css` (+0 -5) ➕ `web/frpc/src/assets/icons/github.svg` (+3 -0) ➖ `web/frpc/src/components/ClientConfigure.vue` (+0 -102) ➖ `web/frpc/src/components/Overview.vue` (+0 -85) 📝 `web/frpc/src/main.ts` (+3 -3) _...and 10 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:55:23 -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#5136
No description provided.