Commit Graph

5 Commits

Author SHA1 Message Date
889351df24 Add tests for the list model 2018-01-01 21:44:12 +01:00
d167c50918 Move the convert_to_html code back into to_html of the list again
The module function was never used outside of the context of a list
anymore.
2018-01-01 21:13:51 +01:00
4b33969427 Add support for specifying a custom lists dir at startup-time 2018-01-01 18:36:58 +01:00
05b2f88cbc Remove unnecessary use 2018-01-01 14:22:33 +01:00
f65fde7378 Move the List struct to a modules submodule
Move the state type ListStore back to main.rs, it is used for
a global state object (like a DB connection, etc.)
2017-12-30 22:23:16 +01:00