mirror of
https://github.com/avikeid2007/Ping-Legacy.git
synced 2026-04-27 00:45:49 +03:00
[PR #12] [MERGED] Avnish/migrate win UI #14
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#14
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/12
Author: @avikeid2007
Created: 1/14/2026
Status: ✅ Merged
Merged: 1/14/2026
Merged by: @avikeid2007
Base:
dev← Head:avnish/migrateWinUI📝 Commits (7)
c29f93dMerge pull request #1 from avikeid2007/dev1c4aeacMerge pull request #2 from avikeid2007/devfb12ac3Merge pull request #4 from avikeid2007/dev78b72efMerge pull request #7 from avikeid2007/dev6818047Merge pull request #10 from avikeid2007/deva7b4fceUpdate README.mdfd03f07WinUI 3 modernization: new shell, theming, and features📊 Changes
46 files changed (+2987 additions, -4 deletions)
View changed files
➕
PingTool.WinUI3.sln(+40 -0)➕
PingTool.WinUI3/App.xaml(+18 -0)➕
PingTool.WinUI3/App.xaml.cs(+39 -0)➕
PingTool.WinUI3/Assets/DefaultIcon.png(+0 -0)➕
PingTool.WinUI3/Assets/LockScreenLogo.scale-200.png(+0 -0)➕
PingTool.WinUI3/Assets/SplashScreen.scale-200.png(+0 -0)➕
PingTool.WinUI3/Assets/Square150x150Logo.scale-200.png(+0 -0)➕
PingTool.WinUI3/Assets/Square44x44Logo.scale-200.png(+0 -0)➕
PingTool.WinUI3/Assets/Square44x44Logo.targetsize-24_altform-unplated.png(+0 -0)➕
PingTool.WinUI3/Assets/StoreLogo.png(+0 -0)➕
PingTool.WinUI3/Assets/Wide310x150Logo.scale-200.png(+0 -0)➕
PingTool.WinUI3/Converters/TextColorConverter.cs(+37 -0)➕
PingTool.WinUI3/Helpers/FileHelper.cs(+34 -0)➕
PingTool.WinUI3/Helpers/NavHelper.cs(+19 -0)➕
PingTool.WinUI3/Helpers/SQLiteHelper.cs(+86 -0)➕
PingTool.WinUI3/MainWindow.xaml(+10 -0)➕
PingTool.WinUI3/MainWindow.xaml.cs(+17 -0)➕
PingTool.WinUI3/Models/DataUse.cs(+24 -0)➕
PingTool.WinUI3/Models/PingMassage.cs(+32 -0)➕
PingTool.WinUI3/Package.appxmanifest(+51 -0)...and 26 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
kerem referenced this issue2026-03-03 00:05:54 +03:00