mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #5145] [MERGED] web/frpc: redesign dashboard #5145
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#5145
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/5145
Author: @fatedier
Created: 1/31/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
a8639f6web/frpc: redesign dashboard📊 Changes
17 files changed (+1537 additions, -438 deletions)
View changed files
📝
web/frpc/components.d.ts(+6 -4)📝
web/frpc/src/App.vue(+162 -192)📝
web/frpc/src/api/http.ts(+38 -22)📝
web/frpc/src/assets/css/custom.css(+52 -36)📝
web/frpc/src/assets/css/dark.css(+127 -5)➕
web/frpc/src/assets/icons/logo.svg(+15 -0)➕
web/frpc/src/components/ProxyCard.vue(+236 -0)➕
web/frpc/src/components/StatCard.vue(+202 -0)📝
web/frpc/src/main.ts(+1 -1)📝
web/frpc/src/router/index.ts(+1 -1)📝
web/frpc/src/types/proxy.ts(+8 -8)📝
web/frpc/src/utils/format.ts(+1 -1)📝
web/frpc/src/views/ClientConfigure.vue(+321 -35)📝
web/frpc/src/views/Overview.vue(+351 -124)📝
web/frpc/vite.config.mts(+4 -2)📝
web/frps/components.d.ts(+0 -7)📝
web/frps/src/App.vue(+12 -0)📄 Description
WHY
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.