-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature and code cleanup #79
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Peak V9
Still in Build will become a PNG Later On so ignore basic tables
Update
Update
Update
update
update
Updaze
update
The version number of the project has been updated from 0.9.032 to 0.9.035.
Improved Overlay and Structure
Descriptions of the Members got Updated
Added `useSmallLettersForDuration` property to `AfkModule` class. Modified `FriendlyTimeoutTime` to use the new setting. Updated `AfkTimer_Tick`, `EnterAfkMode`, and `ExitAfkMode` methods to use the new setting for formatting durations. Enhanced `FormatDuration` to support small letter units. Added a checkbox in `MainWindow.xaml` to toggle the new setting.
Refactored `ComponentStatsModule.cs` to improve the construction of additional information for CPU and GPU components. Introduced a `List<string>` to collect non-empty info parts, enhancing readability and maintainability. The final info string is now constructed by joining list elements, reducing the risk of formatting issues. Added a static `CurrentSystem` field for centralized access to system hardware information.
Updated the `LibreHardwareMonitorLib` package version in the `MagicChatbox.csproj` file from `0.9.4-pre350` to `0.9.4-pre351`. This update may include bug fixes, performance improvements, or new features provided by the newer version of the library.
- Changed `Grid` background to `LinearGradientBrush` for a gradient effect. - Reduced `Image` element's max height from 200 to 180. - Added `CheckBox` elements with bindings to `PrefixChat` and `PrefixIconStatus`. - Introduced a new `Button` element with custom styling and gradient text.
Incremented the project version in `MagicChatbox.csproj` from `0.9.035` to `0.9.040`. This update likely signifies a new release that may include new features, bug fixes, or other improvements.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Classification
New feature and code cleanup.
PR Summary
This pull request introduces new features, improves documentation, and enhances code readability and maintainability.
Staff.md
: Added a Mermaid graph for team members and detailed descriptions.DataController.cs
andOSCController.cs
: Fixed formatting issues and used methods for dynamic values.AfkModule.cs
: AddeduseSmallLettersForDuration
property and updatedFormatDuration
method.ComponentStatsModule.cs
: Refactored to use a list for additional information parts.MainWindow.xaml
andMainWindow.xaml.cs
: Added new UI elements and methods for dynamic emoji handling.