[PR #438] [MERGED] General UI Cleanup #1018

Closed
opened 2026-01-29 16:24:51 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/438
Author: @mnadareski
Created: 12/13/2022
Status: Merged
Merged: 12/13/2022
Merged by: @mnadareski

Base: masterHead: frontend-over


📝 Commits (5)

  • b92b39e Update Nuget packages to newest stable
  • 3344c30 Simplify path selection in UI
  • f7a51dd Update changelog
  • fbe4bad Fix broken normalization test
  • a5b0c3d Update drive info before dumping

📊 Changes

15 files changed (+175 additions, -277 deletions)

View changed files

📝 CHANGELIST.md (+4 -0)
📝 MPF.Check/MPF.Check.csproj (+1 -1)
📝 MPF.Check/Program.cs (+1 -1)
📝 MPF.Core/MPF.Core.csproj (+3 -3)
📝 MPF.Library/DumpEnvironment.cs (+42 -42)
📝 MPF.Library/InfoTool.cs (+20 -44)
📝 MPF.Library/MPF.Library.csproj (+2 -2)
📝 MPF.Modules/BaseParameters.cs (+1 -1)
📝 MPF.Test/Library/DumpEnvironmentTests.cs (+1 -1)
📝 MPF.Test/Library/InfoToolTests.cs (+11 -12)
📝 MPF.Test/MPF.Test.csproj (+4 -4)
📝 MPF.UI.Core/MPF.UI.Core.csproj (+1 -0)
📝 MPF/MPF.csproj (+2 -2)
📝 MPF/ViewModels/MainViewModel.cs (+72 -150)
📝 MPF/Windows/MainWindow.xaml (+10 -14)

📄 Description

This PR does the following:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/438 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 12/13/2022 **Status:** ✅ Merged **Merged:** 12/13/2022 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `frontend-over` --- ### 📝 Commits (5) - [`b92b39e`](https://github.com/SabreTools/MPF/commit/b92b39e7eb0291a9f67e6b5cca7a207c889b3f1f) Update Nuget packages to newest stable - [`3344c30`](https://github.com/SabreTools/MPF/commit/3344c30e4645c2d509d69da79bc12eb1ffacc544) Simplify path selection in UI - [`f7a51dd`](https://github.com/SabreTools/MPF/commit/f7a51ddba517f8eae910288d4614c0a4fa2e6aea) Update changelog - [`fbe4bad`](https://github.com/SabreTools/MPF/commit/fbe4bad5c058588a4727052cdda12ffc8d1ba315) Fix broken normalization test - [`a5b0c3d`](https://github.com/SabreTools/MPF/commit/a5b0c3dde3461420f547b0d9fffa78d310222f24) Update drive info before dumping ### 📊 Changes **15 files changed** (+175 additions, -277 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+4 -0) 📝 `MPF.Check/MPF.Check.csproj` (+1 -1) 📝 `MPF.Check/Program.cs` (+1 -1) 📝 `MPF.Core/MPF.Core.csproj` (+3 -3) 📝 `MPF.Library/DumpEnvironment.cs` (+42 -42) 📝 `MPF.Library/InfoTool.cs` (+20 -44) 📝 `MPF.Library/MPF.Library.csproj` (+2 -2) 📝 `MPF.Modules/BaseParameters.cs` (+1 -1) 📝 `MPF.Test/Library/DumpEnvironmentTests.cs` (+1 -1) 📝 `MPF.Test/Library/InfoToolTests.cs` (+11 -12) 📝 `MPF.Test/MPF.Test.csproj` (+4 -4) 📝 `MPF.UI.Core/MPF.UI.Core.csproj` (+1 -0) 📝 `MPF/MPF.csproj` (+2 -2) 📝 `MPF/ViewModels/MainViewModel.cs` (+72 -150) 📝 `MPF/Windows/MainWindow.xaml` (+10 -14) </details> ### 📄 Description This PR does the following: - Updates Nuget packages to newest version - Combines output directory and filename into an output path box (fixes https://github.com/SabreTools/MPF/issues/431) - Cleanup internal normalization, including replacing `.` with `_` for DIC, again (fixes https://github.com/SabreTools/MPF/issues/437) - Force drive update before dump to ensure volume label is set (fixes https://github.com/SabreTools/MPF/issues/430) - Show a popup box if you have empty parameters when trying to dump --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1018