mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5237] [MERGED] web/frpc: redesign frpc dashboard with sidebar nav, proxy/visitor list and detail views #5196
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#5196
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/5237
Author: @fatedier
Created: 3/15/2026
Status: ✅ Merged
Merged: 3/16/2026
Merged by: @fatedier
Base:
dev← Head:web📝 Commits (1)
b2e2a03web/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.