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

Shipyard thousands separator #566

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

theshado40
Copy link
Contributor

@theshado40 theshado40 commented Feb 6, 2025

Description

Please include a summary of the changes made to OGameX and their purpose. Clearly describe what this PR does and why it is necessary.

Type of Change:

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Other (please describe):

Related Issues

Link to any issues or discussions that this PR addresses:
Fixes #[issue-number]

Checklist

Before submitting this pull request, ensure all following requirements as outlined in CONTRIBUTING.md are met:

  • Code Standards: Code adheres to PSR-12 coding standards. Verified with Laravel Pint.

  • Static Analysis: Code passes PHPStan static code analysis.

  • Testing:

    • Relevant unit and feature tests are included or updated.
    • Tests successfully run locally.
  • CSS & JS Build: CSS and JS assets are compiled using Laravel Mix if any changes are made to JS/CSS files.

  • Documentation: Documentation has been updated to reflect any changes made.

Additional Information

Add any additional context, screenshots, or explanations to help reviewers understand your PR. If this change introduces any breaking changes or significant impacts, please detail them here.

Ryan Sandnes added 2 commits February 6, 2025 04:14
…thousands separator

UnitViewModel was updated to proxy in Resource formatting abilities so that it may utilize number formatting easily.

- Added new UnitViewModelTest
- Updated unit-item.blade.php to use resource format ability applied to UnitViewModel
- Updated UnitViewModel.php to proxy in Resource functionality
…thousands separator

UnitViewModel was updated to proxy in Resource formatting abilities so that it may utilize number formatting easily.

- Added new UnitViewModelTest
- Updated unit-item.blade.php to use resource format ability applied to UnitViewModel
- Updated UnitViewModel.php to proxy in Resource functionality
@lanedirt
Copy link
Owner

lanedirt commented Feb 6, 2025

Hi @theshado40,

Looks good, just tested your PR on my end and works as it should! Thank you for fixing this and also thanks for taking the time to add tests.

Merging now. Welcome as an official contributor to the OGameX project 😄 !

@lanedirt lanedirt merged commit 2185517 into lanedirt:main Feb 6, 2025
5 checks passed
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