[PR #851] [MERGED] Minor Check UI improvements #1195

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/851
Author: @Deterous
Created: 5/22/2025
Status: Merged
Merged: 5/22/2025
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (10+)

📊 Changes

4 files changed (+31 additions, -14 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Frontend/ViewModels/CheckDumpViewModel.cs (+20 -7)
📝 MPF.UI/Windows/CheckDumpWindow.xaml (+8 -7)
📝 MPF.UI/Windows/CheckDumpWindow.xaml.cs (+2 -0)

📄 Description

  • Move Check warning below status box
  • Clear status when checking another dump
  • Add full status message to tooltip hover text

🔄 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/851 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`a0d5da3`](https://github.com/SabreTools/MPF/commit/a0d5da3c88dc3dc7e79a8240793183977d8b9995) Minor Check UI improvements - [`c506332`](https://github.com/SabreTools/MPF/commit/c5063327ee2c4fa8aa5065c80263f1f31ef51d1d) Move Check warning below status box - [`e9df75f`](https://github.com/SabreTools/MPF/commit/e9df75f919b88a3cddbc8265fc6d4c4c3ae4335f) Hover text on status message - [`f7823f5`](https://github.com/SabreTools/MPF/commit/f7823f5c07adf1231cc6fd2e4441381429d626c3) Full status in tooltip - [`a759977`](https://github.com/SabreTools/MPF/commit/a759977c83f9e2d7a2e5a2e9d7808ee0ae943d5d) Add ellipsis to status text - [`cec34dc`](https://github.com/SabreTools/MPF/commit/cec34dc45609a64552a7c57451d7195e09f63243) null ref assignment - [`4477d3f`](https://github.com/SabreTools/MPF/commit/4477d3f9c7244dfcdc276a15c5f07f273021dd7a) OneWay - [`c0c266c`](https://github.com/SabreTools/MPF/commit/c0c266ce6e89f4f9596a7cb2f368595e8f0c0dc1) trigger StatusFirstLine property changed - [`209529c`](https://github.com/SabreTools/MPF/commit/209529c021bf5abe7673b85735cbb034c1bbd14f) Better status property block - [`bbcc2e0`](https://github.com/SabreTools/MPF/commit/bbcc2e046d1075c617e5dd06d4e35238ba5ff866) wrong op ### 📊 Changes **4 files changed** (+31 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Frontend/ViewModels/CheckDumpViewModel.cs` (+20 -7) 📝 `MPF.UI/Windows/CheckDumpWindow.xaml` (+8 -7) 📝 `MPF.UI/Windows/CheckDumpWindow.xaml.cs` (+2 -0) </details> ### 📄 Description - Move Check warning below status box - Clear status when checking another dump - Add full status message to tooltip hover text --- <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:25:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1195