Move atom pages to separate module
Dependencies
- [2]
556ZESEOAdd RSS for new games - [3]
65A3LIWUUse handlebars to render index - [4]
CMA5SKJ3Copy turns Atom generator - [5]
DNFB7TNIAdd new pages and links to slow games and reset game password - [6]
HZDCKIXQUse constants for templates - [7]
EVP2FSBHSplit index page - [8]
ZE5UFPX4Add TTL cache for CSRF - [9]
WVHXYKCVAdd postgresql pools - [10]
WW3KRXX6Add page for reset game password - [*]
4MZ4VIR7Initial commit
Change contents
- replacement in src/pages/mod.rs at line 7
pub mod atom_games;pub mod atom_turns;pub mod atom; - file addition: atom[3.17]
- file move: atom_turns.rs → turns.rs
- file addition: mod.rs[0.31]
pub mod games;pub mod turns; - file move: atom_games.rs → games.rs
- replacement in src/main.rs at line 12
use pages::atom_games::atom_games;use pages::atom_turns::atom_turns;use pages::atom::games::atom_games;use pages::atom::turns::atom_turns;