mirror of
https://github.com/avikeid2007/Ping-Legacy.git
synced 2026-04-27 00:45:49 +03:00
[PR #11] [MERGED] WinUI 3 modernization: new shell, theming, and features #12
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#12
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/11
Author: @avikeid2007
Created: 1/14/2026
Status: ✅ Merged
Merged: 1/14/2026
Merged by: @avikeid2007
Base:
master← Head:avnish/migrateWinUI📝 Commits (1)
fd03f07WinUI 3 modernization: new shell, theming, and features📊 Changes
45 files changed (+2986 additions, -3 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 25 more files
📄 Description
PR Classification
Design and feature enhancement: ports PingTool to WinUI 3 with a modernized UI, improved navigation, and new desktop features.
PR Summary
This pull request introduces a new WinUI 3 desktop version of PingTool, featuring a modern card-based UI, enhanced navigation, and persistent settings/history. The original UWP project is updated for compatibility.
PingTool.WinUI3) with modern navigation (ShellPage.xaml), theming, and card-based UI pages.MainViewModeland supporting services for ping logic, statistics, favorites, and keyboard shortcuts.PingService), SQLite-based history (SQLiteHelper), and settings storage (SettingsHelper).WinUI 3 modernization: new shell, theming, and features
🔄 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:53 +03:00