Skip to content
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 30 commits into from
Oct 30, 2024
Merged

New feature and code cleanup #79

merged 30 commits into from
Oct 30, 2024

Conversation

BoiHanny
Copy link
Owner

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 and OSCController.cs: Fixed formatting issues and used methods for dynamic values.
  • AfkModule.cs: Added useSmallLettersForDuration property and updated FormatDuration method.
  • ComponentStatsModule.cs: Refactored to use a list for additional information parts.
  • MainWindow.xaml and MainWindow.xaml.cs: Added new UI elements and methods for dynamic emoji handling.

Lyrikidionisos and others added 30 commits October 21, 2024 11:05
Still in Build will become a PNG Later On so ignore basic tables
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.
@BoiHanny BoiHanny merged commit 6913c91 into master Oct 30, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants