mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #3327] [MERGED] web/frpc&frps: support dark mode #4724
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#4724
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/3327
Author: @fatedier
Created: 2/22/2023
Status: ✅ Merged
Merged: 2/22/2023
Merged by: @fatedier
Base:
dev← Head:dashboard📝 Commits (1)
1e84151web/frpc&frps: support dark mode📊 Changes
19 files changed (+224 additions, -127 deletions)
View changed files
➖
assets/frpc/static/index-26827c97.css(+0 -1)➕
assets/frpc/static/index-a2ed7ed4.js(+32 -0)➕
assets/frpc/static/index-aa3c7267.css(+1 -0)➖
assets/frpc/static/index-fec891f3.js(+0 -32)📝
assets/frpc/static/index.html(+2 -2)➖
assets/frps/static/index-2a8cf2f5.js(+0 -74)📝
assets/frps/static/index-7b4711f8.css(+1 -1)➕
assets/frps/static/index-b8250b3f.js(+74 -0)📝
assets/frps/static/index.html(+3 -3)📝
web/frpc/components.d.ts(+1 -0)📝
web/frpc/src/App.vue(+46 -5)➕
web/frpc/src/assets/dark.css(+5 -0)📝
web/frpc/src/main.ts(+2 -1)📝
web/frps/components.d.ts(+1 -0)📝
web/frps/index.html(+1 -1)📝
web/frps/src/App.vue(+46 -5)➕
web/frps/src/assets/dark.css(+5 -0)📝
web/frps/src/components/ServerOverview.vue(+2 -2)📝
web/frps/src/main.ts(+2 -0)📄 Description
Fix #2716
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.