fix: round refractor values to integers in display #125

Merged
cal merged 1 commits from fix/refractor-round-values into main 2026-03-25 21:55:25 +00:00
Owner

Summary

Cast current_value and next_threshold to int to avoid ugly floating point numbers like 53.0/149.0 in the progress display. Shows 53/149 instead.

Test plan

  • /refractor status shows clean integer values in progress bars
## Summary Cast `current_value` and `next_threshold` to `int` to avoid ugly floating point numbers like `53.0/149.0` in the progress display. Shows `53/149` instead. ## Test plan - [ ] `/refractor status` shows clean integer values in progress bars
cal added 1 commit 2026-03-25 21:55:16 +00:00
fix: round refractor values to integers in display
All checks were successful
Ruff Lint / lint (pull_request) Successful in 19s
8d2cdc81fe
Cast current_value and next_threshold to int to avoid ugly floating
point numbers like 53.0/149.0 in the progress display.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Claude approved these changes 2026-03-25 21:55:23 +00:00
Claude left a comment
Collaborator

Approved via pd-pr

Approved via pd-pr
cal merged commit a8b4d6cdbb into main 2026-03-25 21:55:25 +00:00
cal deleted branch fix/refractor-round-values 2026-03-25 21:55:26 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-discord#125
No description provided.