hledger/hledger-ui/Hledger
Simon Michael cc0c981d29 ui: display depth and other filters independently
As the comment says:
In hledger,
- reportopts{depth_} indicates --depth options
- reportopts{query_} is the query arguments as a string
- the report query is based on both of these.
For hledger-ui, currently, we move depth: arguments out of reportopts{query_}
and into reportopts{depth_}, so that depth and other kinds of filter query
can be displayed (and controlled) independently.
2015-08-28 08:07:54 -07:00
..
UI ui: display depth and other filters independently 2015-08-28 08:07:54 -07:00
UI.hs ui: solidified register screen, added themes 2015-08-24 16:24:11 -07:00