mirror of
https://github.com/avikeid2007/Ping-Legacy.git
synced 2026-04-27 00:45:49 +03:00
[PR #1] [MERGED] Dev #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Ping-Legacy#2
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/avikeid2007/Ping-Legacy/pull/1
Author: @avikeid2007
Created: 11/13/2020
Status: ✅ Merged
Merged: 11/13/2020
Merged by: @avikeid2007
Base:
master← Head:dev📝 Commits (6)
60be389Add Desktop bridge background service.6033936Network Ui Changesd8262dbAdd Data usages page.ba924a2Add chart to data uses pagee6639edfixing settinge6a8e46remove unused code📊 Changes
87 files changed (+2103 additions, -223 deletions)
View changed files
➕
PingBackground/PingBackground.csproj(+16 -0)➕
PingBackground/Program.cs(+142 -0)📝
PingTool.Core/Helpers/Json.cs(+1 -3)📝
PingTool.Core/Services/IdentityService.cs(+5 -28)📝
PingTool.sln(+54 -1)📝
PingTool/App.config(+1 -1)📝
PingTool/App.xaml(+3 -4)📝
PingTool/App.xaml.cs(+38 -12)➕
PingTool/Converters/TextColorConverter.cs(+38 -0)➕
PingTool/Helpers/FileHelper.cs(+41 -0)📝
PingTool/Helpers/NavHelper.cs(+2 -4)➕
PingTool/Helpers/PieLabelStrategy.cs(+40 -0)➕
PingTool/Models/DataUse.cs(+57 -0)➕
PingTool/Models/NetworkDataUse.cs(+8 -0)➕
PingTool/Models/PingMassage.cs(+60 -0)📝
PingTool/Models/UserData.cs(+1 -3)📝
PingTool/PingTool.csproj(+26 -0)📝
PingTool/Strings/en-us/Resources.resw(+10 -11)📝
PingTool/Styles/Page.xaml(+3 -5)📝
PingTool/Styles/TextBlock.xaml(+2 -4)...and 67 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.