-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Switch to table-layout for tabular layout #1850
base: master
Are you sure you want to change the base?
Commits on Aug 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 460c3b7 - Browse repository at this point
Copy the full SHA 460c3b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6119977 - Browse repository at this point
Copy the full SHA 6119977View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0fc5ea - Browse repository at this point
Copy the full SHA a0fc5eaView commit details -
ref!: tabular: Port balance format code over to table-layout.
It also means that --layout=bare can function with custom format strings. The commodity column will be displayed immediately after the totals column, left aligned. Default width for a balance report with --layout=bare is harmonised with the ordinary balance report.
Configuration menu - View commit details
-
Copy full SHA for ad4cc47 - Browse repository at this point
Copy the full SHA ad4cc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0011d4d - Browse repository at this point
Copy the full SHA 0011d4dView commit details -
ref!: tabular: show(Mixed)?Amount(Lines)?B now return RenderText instead
of WideBuilder. Use buildCell to convert this to String, Text, Builder, or other representable forms.
Configuration menu - View commit details
-
Copy full SHA for 439de57 - Browse repository at this point
Copy the full SHA 439de57View commit details -
cln!: tabular: Remove unneeded tabular modules.
Text.WideString and Text.Tabular.AsciiWide modules are now redundant and can be removed. A local definition of Table and concatTables has been moved to Hledger.Utils.Text.
Configuration menu - View commit details
-
Copy full SHA for 2d16503 - Browse repository at this point
Copy the full SHA 2d16503View commit details -
ref!: tabular: Use ElidableList rather than home-grown functions.
showMixedAmountOneLineB will now return an ElidableList. This will be padded or trimmed automagically when rendered with grid or table-producing functions, or with the pad or trim functions. The return types of showMixedAmount(|Lines|OneLine)B have changed, but since the return types are still instances of Cell they can be treated the same: just use buildCell to render as you will.
Configuration menu - View commit details
-
Copy full SHA for 2f41a1b - Browse repository at this point
Copy the full SHA 2f41a1bView commit details