Closed romanofski closed 4 years ago
@romanofski something busted in unit
test suite:
test/TestActions.hs:32:18: error:
Module ‘UI.Utils’ does not export ‘selectedFiles’
|
32 | import UI.Utils (selectedFiles)
| ^^^^^^^^^^^^^
cabal: Failed to build test:unit from purebred-0.1.0.0.
@romanofski something busted in
unit
test suite:test/TestActions.hs:32:18: error: Module ‘UI.Utils’ does not export ‘selectedFiles’ | 32 | import UI.Utils (selectedFiles) | ^^^^^^^^^^^^^ cabal: Failed to build test:unit from purebred-0.1.0.0.
Hah! There is also an acceptance test failure I was investigating. Cheers for that. Saves me at least an additional run.
Not done yet. Spend a few days to make the theme and colours more consistent, since it was becoming a bit of a hotchpotch with the additional toggled state (we now have to indicate: new mail, selected and toggled).
good to merge?
Yes :) Oof... took me quite a bit for this one.
It's great work mate. Good on ya!
Thank you @frasertweedale :)
Oof this has now become quite large, but worth it I guess. I'm anticipating that you might not have the time instantly to go through all of that. The way how currently toggled list items are rendered sucks a bit and I may investigate further if that can be improved. However I feel fine to merge it as it is.