WIP: feat: respect integer format pref #261

Draft
nerdychara wants to merge 2 commits from feat/respect-format-preference into main
Member

Explanation

Players set their format preference in the game. It ought to be used. The problem is I don't know how much should be used given these methods are everywhere.

Issue

253

Attestations

Dependencies

  • I have pinned the dependencies to a specific patch version.

Style

  • I have run the linter and resolved any errors.
  • My pull request uses an appropriate title, matching the conventional commit standards.
  • My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request.

Tests

  • My contribution adds new code, and I have added tests to cover it.
  • My contribution modifies existing code, and I have updated the tests to reflect these changes.
  • All new and existing tests pass locally with my changes.
  • Code coverage remains at or above the configured threshold.

Documentation

N/A

Versioning

Minor - My pull request introduces a new non-breaking feature.

### Explanation Players set their format preference in the game. It ought to be used. The problem is I don't know how much should be used given these methods are everywhere. ### Issue 253 ### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [x] I have pinned the dependencies to a specific patch version. ### Style - [x] I have run the linter and resolved any errors. - [x] My pull request uses an appropriate title, matching the conventional commit standards. - [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [x] My contribution adds new code, and I have added tests to cover it. - [x] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [x] All new and existing tests pass locally with my changes. - [x] Code coverage remains at or above the configured threshold. ### Documentation N/A ### Versioning Minor - My pull request introduces a new non-breaking feature.
nerdychara added 2 commits 2026-07-09 13:47:58 -07:00
update formatNumber
CI / Lint, Build & Test (pull_request) Failing after 54s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m13s
70e031eed7
Some checks are pending
CI / Lint, Build & Test (pull_request) Failing after 54s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m13s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/respect-format-preference:feat/respect-format-preference
git checkout feat/respect-format-preference
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#261