hledger/hledger-ui/Hledger/UI
Stephen Morgan 162a936360 lib: BudgetReport uses new renderTable inteface, now has more compact output.
This changes showMixedAmountElided so that the width to elide to is
given as an argument, rather than fixed at 22 characters. This
actually uses the new renderTable interface. Mostly this is just an
internal change, but since we have more information about the widths
of things, we can actually get rid of some superfluous spaces in the
budget report output, previously there to make sure it stayed aligned
with the largest reasonable contents.
2020-11-04 14:25:20 +11:00
..
AccountsScreen.hs lib: Write new showMixedAmount* functions which keep track of length. 2020-11-04 14:25:20 +11:00
Editor.hs ;ui: cleanup (#1359) 2020-09-29 17:02:09 -07:00
ErrorScreen.hs ;review, tag all error calls with an easier to find PARTIAL: comment (#1312) 2020-08-05 16:08:33 -07:00
Main.hs lib,cli,ui,web: Introduce ReportSpec, which holds ReportOpts, the day of 2020-10-23 14:14:11 -07:00
RegisterScreen.hs lib: BudgetReport uses new renderTable inteface, now has more compact output. 2020-11-04 14:25:20 +11:00
Theme.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
TransactionScreen.hs lib,cli,ui,web: Introduce ReportSpec, which holds ReportOpts, the day of 2020-10-23 14:14:11 -07:00
UIOptions.hs lib,ui: Store the original query string in ReportOpts, provide a function for regenerating ReportOpts. 2020-10-23 14:14:11 -07:00
UIState.hs lib,cli,ui,web: Introduce ReportSpec, which holds ReportOpts, the day of 2020-10-23 14:14:11 -07:00
UITypes.hs ui: ESC now restores exactly to initial app state (#1286) 2020-07-18 12:24:37 -07:00
UIUtils.hs lib,cli,ui: Remove old CPP directives made redundant by version bounds. 2020-08-29 15:08:28 -07:00