mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5117] [MERGED] web/frpc: refactor dashboard with improved structure and API layer #5136
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#5136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/fatedier/frp/pull/5117
Author: @fatedier
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
3ab5da4web/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.