Commit Graph

11 Commits

Author SHA1 Message Date
Paul van Tilburg da5179d05a
Port to Rocket 0.5.0-rc2 2022-10-17 19:18:35 +02:00
Paul van Tilburg c3ae8ca62a
Port to Rocket 0.5.0-rc1
The rocket-contrib crate has been dropped by upstream.
The serde and serde_json crates are only necessary for the tests.
2021-06-13 21:59:44 +02:00
Paul van Tilburg 0c78996f66
Port to the 2018 edition 2020-02-03 21:38:20 +01:00
Paul van Tilburg bc18307da9 Upgrade to Rocket 0.4.0 2018-12-18 15:47:34 +01:00
Paul van Tilburg 95094a7d50 Replace the hardcoded title in the template by the one in the config 2018-03-09 22:28:15 +01:00
Paul van Tilburg 270cffa00e Run rustfmt on all source files 2018-02-15 20:49:42 +01:00
Paul van Tilburg 67d55cadc4 Rename list to note throughout the application 2018-01-26 21:18:04 +01:00
Paul van Tilburg ee0d056d18 Add the app version to the home index template context 2018-01-02 12:48:58 +01:00
Paul van Tilburg 8863b87c4e Add tests for the home handler 2018-01-01 21:16:47 +01:00
Paul van Tilburg 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
Paul van Tilburg 38801c5625 Split the handlers off into a handler submodules
Also move the list handlers to a separate mount point.
2017-12-30 22:06:48 +01:00