format monetary values with thousand-separator commas in project info - #172
Merged
Conversation
… table - Add _fmt_money() helper for comma-separated formatting with .2f - Format total_in, total_out as "1,234" and latest_balance as "1,234.56" - Rename columns to "Total in", "Total out", "Latest balance" - Disable stretch-last-section so columns size to content Closes #169
|
Documentation reminder The following view file(s) were modified in this PR: Please review and update the relevant pages in If the UI has visually changed, capture a new screenshot for the affected screen(s) and commit it to |
This file contains hidden or 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
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.
Formats , , and in the project info account table with thousand-separator commas.
256734→256,734256734.56→256,734.56(consistent.2f)Also renames column headers to
Total in,Total out,Latest balanceand fixes the last column stretching to fill available space.Closes #169